xdanieldzd / Scarlet

Game data conversion/export/import helper libraries - UNMAINTAINED
Other
97 stars 22 forks source link

New KSLT format version #20

Open skeith45 opened 5 years ago

skeith45 commented 5 years ago

I wanted to convert a kslt file from the game Blue Reflection to see if I could change the button prompts to PS4 button prompts. (Lucky for me it seems I found the correct file)

The magic number seems to be different for the kslt files for this game and maybe other newer koei tecmo games as well (The new magic number being TLSK3100 rather than TLSK1100)

I tried simply changing the magic number attribute to see if the conversion would still work but it unfortunately didn't.

Would you be able to give me any tips on how to analyse the file so I could add code to handle this new case or would you like to handle it yourself?