wetor / LuckSystem

Prototype's galgame (LucaSystem Engine) tools, Decompile and Compile LucaSystem's script file
Other
43 stars 7 forks source link

Support for Kanon #13

Open Hinrong opened 4 months ago

Hinrong commented 4 months ago

Hey, would you be willing to add support for Kanon new PC release?

Here it is some sample files if it is needed. Kanon files.zip

MishaIac commented 4 months ago

Use this: LuckSystem_Kanon.zip

To export: lucksystem script decompile -s [script pak] -c UTF-8 -O KANON.txt -p KANON.py -o [folder]

To import: lucksystem script import -s [script pak] -c UTF-8 -O KANON.txt -p KANON.py -i [folder] -o [new script pak]

image

MishaIac commented 4 months ago

@wetor to make it work, you need to add _build_time file to the blacklist. Otherwise, everything seems to be fine, but I can't be sure

Hinrong commented 4 months ago

Wow, thank you! That worked like a charm!

I have just one question, should I add the opcode too when extracting the other paks with images?

wetor commented 4 months ago

@MishaIac release v2.2.3
Thank you for your work. I have added a new command that allows for additional script names to be blacklisted.
May I ask if it is convenient for you to merge Kanon's adaptation code into this repository through PR?

MishaIac commented 4 months ago

May I ask if it is convenient for you to merge Kanon's adaptation code into this repository through PR?

@wetor done