Search results

  1. nilobject

    The Keep

    68k tower defense game as always, using the magnificent 1BitDreamMachine! Damn, it's good.
  2. nilobject

    VCFMW 2026 Should Be Sweet!

    i'd appreciate you guys sharing pictures of the Jobs' garage recreation. thank you bonus points for a group shot in there
  3. nilobject

    C support libraries

    yeah cool. i love hearing about custom data structs my nilobjects are key/value maps where every node is a parent sure makes coding easier to have a standard
  4. nilobject

    VCFMW 2026 Should Be Sweet!

    system 6 version. resolution is funny but i think it's cool using 1bitdeathmachine, i mean dreammachine! all credit to Jeff Geerling. what a guy!
  5. nilobject

    C support libraries

    that's great youre using the g4 have you run your code through an llm? there's a few obvious crashes in there that a chatbot will pick up for you
  6. nilobject

    PlusMaelstrom

    Star 'Roids x Maelstrom - using 1bitDreamMachine https://github.com/Mu0n/1bitdreammachine/ - mac x86 version thanks to Advanced Mac Substitute https://www.v68k.org/advanced-mac-substitute/
  7. nilobject

    Hotline!

    good work as always! ------ # VesperNet Hotline smoke (for fogWraith / TD) **Client:** minimal Python 3 (`hl_fetch.py`, `hl_session.py`) on nilBookPro2014 **Nick:** `fogwraith-tester` · **Auth:** guest / empty password (XOR 0xFF) ## Connection / login - TCP `hotline.vespernet.net:5500` OK...
  8. nilobject

    Text Adventure game - help me finish it

    did you ever get this done?
  9. nilobject

    Hotline!

    i've got a web file browser in the works. it can view zip and sit cpt contents without unarchiving, and resource forks. adding a hotline client to it would be nice. can hotline support browsing archives and rf's? what kind of testing do you need done? just general? actually, escape velocity...
  10. nilobject

    Strappy AI: Like Siri AI for iOS 5+ and Mac OS X 10.4+

    that's pretty 1337. good job. could it find exploits in those systems? can you explain more about getting data out of sqlite db's? i've been doing something similar for getting assets and data from resource forks and .pkg's
  11. nilobject

    Lunar Moths

    Unfortuantely not. 6.0.8 requires a bit more work to support. If you'd like a 68k sys6 app, let me know and i'll see what i can do
  12. nilobject

    Hotline!

    good work. web client interface? what extension/capabilities are you planning for future releases? game server "emulation" would be cool
  13. nilobject

    Lunar Moths

    AI hallucination. REALbasic source included.
  14. nilobject

    ThinkC MacDock dev progress -- Like today's macOS Dock but for System 7

    FYI, https://macintoshgarden.org/apps/macdock thankyou for making MacDock. good job, well done! Is it possible to build this as a System Extension?
  15. nilobject

    68k EVX

    i had to make a debug interface for keeping track of the stored values. realbasic has no collection inspection in version 5.5.5. i tried to mimic the macOSX finder's column view. will have to thread the browser windows, so the lists of data can update dynamically. any thoughts?
  16. nilobject

    68k EVX

    Mission editor mockup: Grayscale support:
  17. nilobject

    Recommend me some older Mac-centric books

    Apple ResEdit Reference(awesome read): https://developer.apple.com/library/archive/documentation/mac/pdf/ResEditReference.pdf I grew up with this resedit book: ResEdit Complete https://macintoshgarden.org/apps/resedit-complete-disk...
  18. nilobject

    68k NilApp: Classic Mac Application Engine

    I "borrow" ideas from many systems. Apple often comes up with interesting solutions, but they are Apple solutions, meaning they don't translate to other systems easily. eg. it's almost impossible to do something like an app bundle(opening an app by opening a "folder") on windows. No, but as...
  19. nilobject

    68k NilApp: Classic Mac Application Engine

    Thanks, Patrick, for your interest and patience. I probably sound contradictive, but that is definitely not my intention. Apologies due, where needed. Yep, that's what I'm thinking, too. Depends on your definition of "human readable". HexEdit was just an example of a program which can read and...
  20. nilobject

    68k NilApp: Classic Mac Application Engine

    The application is now threaded. This allows dynamically updating the user interface. eg. A menu title or window name can display the time. Menu actions now work. Selecting "Quit" now quits the app, selecting "About..." now opens the about window. Windows can now be created, though I can't...