scurest / apicula

Convert Nintendo DS .nsbmd models
BSD Zero Clause License
160 stars 19 forks source link

apicula crashes immediately after launching #32

Closed Luke-L closed 3 years ago

Luke-L commented 3 years ago

have i maybe installed it wrong or something?

scurest commented 3 years ago

Are you running it from the command line?

Luke-L commented 3 years ago

Are you running it from the command line?

i have that figured out now and it seems to be running, but refuses to extract/unpack the files i give it. see below. mdl.zip

apiculaissue

scurest commented 3 years ago

That's normal since none of those are recognizably Nitro files. Looking at them in a hex editor, there's nothing recognizable to me at all. You can't assume it's the right kind of file just based on the file extension.

See if you can get anything out of the ROM with apicula extract your_rom.nds -o output_dir. If you can't then there's nothing I can tell you.

Luke-L commented 3 years ago

Thanks, that seems to work for extracting files (although i was just using desmume before) but now the directory system has not been retained and is completely fucked lol. is it supposed to just chuck all of the files into one big folder? apiculaissue2

scurest commented 3 years ago

Yes. There are some ideas for extracting files on the EXTRACT page on the wiki. You may be interested in Recursively extract from a filesystem dump.

Luke-L commented 3 years ago

thanks for your help :)

scurest commented 3 years ago

Np