Recent content by Poudink

  1. Poudink

    Homebrew VNDS converted novels

    There are a couple of unskippable "scripted" combat sequences with predetermined outcomes that I'm probably going to recreate. I'm probably going to skip everything else tho.
  2. Poudink

    Homebrew VNDS converted novels

    Just finished testing CLANNAD. Didn't find any major issues outside of a particularly nasty saving issue in After Story. Basically, VNDS save files are just XMLs, which uses double quotes to delineate the begining and end of strings. But VNDS doesn't bother escaping double quotes in strings when...
  3. Poudink

    Homebrew VNDS converted novels

    1. Yeah, saving is a beast that I haven't quite figured out. Just use whatever build works for you. 2. There are sound effects, but CLANNAD uses them quite sparringly. A lot of parts that seem like they should have sound effects don't have any. One of the nice things that the old incomplete...
  4. Poudink

    Homebrew VNDS converted novels

    Excellent. Then I'll release a split version alongside 1.1 (and I'll keep the monolithic version for DSi users). In the meantime you can continue using the sound.zip I posted. Just be warned that the Yoshino Yusuke scenes on 4/20 and 4/21 won't have voices because they're in script files that...
  5. Poudink

    Homebrew VNDS converted novels

    The answer is that I don't know. I don't know how VNDS does memory management, I don't know how easy it would be to change, I don't know how to use cartridge RAM and I don't know how hard it would be to do it. I wasn't joking when I said I didn't know what I was doing earlier. I need to learn...
  6. Poudink

    Homebrew VNDS converted novels

    Hey, thanks for replying. The game I was using was the port of CLANNAD I was working on. Sorry for being a bit harsh with my criticism of your version. I know you made that build specifically for your Echo port, and it probably works great for that, but I wanted something I could use for my own...
  7. Poudink

    Homebrew VNDS converted novels

    One easy way to check if this is a RAM issue would be to temporarily remove the sound folder to get rid of the 700KB+ sound cache. If that helps, it's probably a memory problem. EDIT: I meant the sound ZIP, not the folder.
  8. Poudink

    Homebrew VNDS converted novels

    Achievements are ignored. I could have implemented them, but I decided it would require a prohibitive amount of global variables (well, I technically could've done it in just six global variables, but I still didn't want to spend time implementing something I wasn't confident I'd be able to...
  9. Poudink

    Homebrew VNDS converted novels

    I guess that would indicate a memory leak of some kind. But to be honest, I don't feel qualified to keep working on the fork right now. Like I said previously, I basically just copy-pasted code from Asiekierka's fork back into Sammy6's fork in order to fix the issues that Sammy6's fork...
  10. Poudink

    Homebrew VNDS converted novels

    Probably not at my current skill level, and it also wouldn't fix the issue because my version of VNDS does support DSi RAM and if my testing is anything to go by that doesn't help much at all. And to be completely honest, I'm not interested in using SuperCard hardware. Slot-2 expansion pak...
  11. Poudink

    Homebrew VNDS converted novels

    I've never had my console shut off, but I've had some saves that consistently had Guru Meditation crashes. I'm not sure what the cause is, but it's a distinct issue from the save freezes that my build fixes. I guess maybe on flashcart these crashes just shut off the console? In my experience...
  12. Poudink

    Homebrew VNDS converted novels

    Really? That's odd, then. I tested using both nds-bootstrap and Unlaunch and had a lot of crashes with both. I also tried using DS mode with nds-bootstrap and it just refused to launch (libfat error). I'm really glad to hear you haven't had these issues, but now I'm wondering how I can fix them...
  13. Poudink

    Homebrew VNDS converted novels

    After about two weeks of work and one week of procrastination, the CLANNAD port is finally done. Screenshots: As a disclaimer, this is mostly untested. I've only gone through the Baseball, Kotomi, Misae, Tomoyo and Yukine routes. The rest of the game should also work correctly, but please...
  14. Poudink

    Hacking Attempt at a Rewrite Vita English patch

    OK well I looked into it a little further and the README seems to suggest that LucaSystemTool might be better for older Luca System games. The README for LucaSystemTool seems to confirm that Key's Vita ports (including Rewrite) use the Luca System engine. I wasn't able to get anywhere with...
  15. Poudink

    Hacking Attempt at a Rewrite Vita English patch

    Rewrite Vita uses the Luca System engine, right? In that case, I think LuckSystem would probably be the best tool.