Posts in category 'nintendods'

  • NetHack + DS -> New Project!

    When I first got my DS backup device, it didn’t take me long to track down, and quickly eliminate as impractical, the first, and to my knowledge, only attempt to make a DS NetHack Port. It’s a “port”, in the sense that it really just takes NetHack, shrinks it down, displays the virtually unreadable game on the upper screen, and a graphical keyboard on the bottom screen. Does it work? Sure. But only just barely.

    So quite a while back, I decided I wanted to create a port of my own. Much initial hackery was begun, followed by the usual subsequent boredom, followed by the devastating loss of my DS and backup device in an unfortunate incident involving my crappy memory and an airplane seat pocket. The result was a project that languished in my subversion repository until, a few weeks back, my new R4 arrived in the mail which, when pared with the new DS my brother kindly bought me for my birthday, resulted in renewed homebrewing efforts!.

    Since then, I’ve made enormous progress. The game is essentially playable right now, and sports:

    1. A top screen displaying a minimap, status and message display, and input prompt.
    2. A bottom screen showing the game map in unscaled, scrolling, tile-y glory.
    3. Support for movement using the joypad, as well as the stylus.
    4. A popup command list, toggled with the L-button, from which the user may select commands with the stylus.
    5. Full support for menus, again using the stylus for item selection.
    6. String input using a virtual keyboard.
    7. Save/Restore support.

    Of course, if it were all roses, I’d release the thing right now. But there are bugs, and a few things on the TODO list, as well:

    1. Currently wide text is clipped… I’m not sure how to solve this, though.
    2. The menus should be pageable with the joypad.
    3. Quitting and saving should return the user to the flash cart menu, or possibly power off the DS.
    4. It desperately needs a left-handed mode.
    5. Keys need to be configurable.

    And, of course, I need to test test test! I’m primarily worried about memory usage… I think I have most of the issues worked out, and I spent a fair bit of time teleporting around the game in wizard mode, causing general mayhem, and didn’t run across any issues. But I’d like more time with it to make sure the obvious bugs are ironed out.

    And even with those problems fixed, I will fully admit that:

    1. It’s kinda fugly. But it’s fugly the way text-mode nethack is fugly, so it’s kinda charming that way, and
    2. The text rendering code, particularly for menus, is slow.

    But, in short order, I’ll hopefully have a release out. Meanwhile, stay tuned for screenshots… assuming I can get desmume up and running and working with my port. :)

    Oh, and BTW, if anyone has thoughts for a name (NethackDS is taken, so I was thinking something like “Nethack Touched!”, or possibly something even more lame, would work), please let me know! Plus, then I’d know if anyone’s bothering to read this thing, anymore. ;)

  • Distracted

    So it turns out that buying a new backup device for my DS has had an extremely detrimental effect on my writing frequency. Actually, it’s worse than that… it’s a combination of a new backup device, with Nethack. Not good.

    In particular, I got the idea in my head to take NethackDS and basically rewrite the user interface, to make it more comfortable to use. See, NethackDS takes the simplest approach to a port, making extensive use of an on-screen keyboard and an ultra-small font to provide an experience very similar to Nethack for Unix. However, the interface is far from efficience, and is pretty tough to read, to boot.

    And so I took it upon myself to spruce things up. Now, I haven’t gotten very far. In fact, I’ve only just gotten some text on the screen (though this required porting a BDF parser and writing a bit of rendering code), but progress is being made… so, hopefully in a few weeks, I’ll have a fancy new DS port of Nethack to play with.

    I’m not sure this is a good thing.