I'm glad that you've come that far with your project.
Sorry if it has been asked already, but is there any way to run this with an emulator? It relies on external files...
I can't find my DS.
Actually, I have been using a "basic" version of KSDS for testing purposes (A virtual filesystem containing the "test" level of KSDS appended to the DS binary using
THIS technology). I tried to make the game run on emulators with support for FAT but it didn't work. Still, I know there are ways to do it, but I focused on making the game and forgot about this issue
.
If you want to see how KSDS looks in a emu,
HERE IS the rom of the game that is used for testing purposes, and I think it only works with no$gba.
NOTE: Looki, actually your approach can work, you need to have the .nds rom and the "data" folder in the same folder, like this:
root/
+--- ksds.nds
+---data/
However, every time I tried that, I run into a certain bug: if the folder had too much files (e.g. the Tileset folder) the game will not find random files
.