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

uppercase filenames #12

Open Qubits01 opened 7 months ago

Qubits01 commented 7 months ago

I had the issue that a .tik file had uppercase letters and cdn2nsp was complaining that it did not find the ticket file. Changing to lowercase letters solved the issue.

DarkMatterCore commented 2 weeks ago

Sorry for the long delay. Life's keeping me busy.

Please try 2ab39397a0c646cbaeaa71b18a21a3db3632b453. I believe it should fix the problem.

DarkMatterCore commented 2 weeks ago

As for why this was previously happening, it's because ticket filenames must always be lowercase -- even inside NSPs. I didn't really expect people to store them using uppercase filenames.