DarkMatterCore / dom_xml_dataset_generators

Experimental Python scripts to generate DAT-o-MATIC compliant XML datasets using Nintendo's CDN dumps from various users.
ISC License
16 stars 2 forks source link

cdn2nsp - Input NSP and Output NSP differs #11

Closed Immersion95 closed 1 year ago

Immersion95 commented 1 year ago

I wanted to try this tool with a No-intro dump of "Azure Striker GUNVOLT_ STRIKER PACK".

I first extracted the file with NSCB and processed it with cdn2nsp.

The resulting .nsp differs drastically from the No-Intro dump. Is that intended ?

DarkMatterCore commented 1 year ago

The No-Intro NSP dat hasn't been updated yet to accurately reflect checksums from NSPs generated by cdn2nsp.

Furthermore, the script is still lacking modified ticket serialization (e.g. tickets that were modified by certain tools other than nxdumptool need to be fixed), and I'm also working on another branch that removes the need for old hactool by using a custom hactoolnet build.

Immersion95 commented 1 year ago

That's what I thought, thanks for all of your work :).