wetor / LuckSystem

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

Cannot decompile script because something wrong in python file #9

Closed hvpexe closed 1 year ago

hvpexe commented 1 year ago

This is an error I encountered while decompiling the script, and it appears to be a Python file issue. Specifically, it cannot find the base.loopers library. image

I noticed that the .gitignore file has excluded library file from the repository. I hope you can push them up. image Honestly, I don't have experience with Python nor Golang, so if there are any my mistakes, please correct me. Thank you.

wetor commented 1 year ago

You are right, this is my negligence. I will fix this problem in about four or five hours

wetor commented 1 year ago

Uploaded, you can directly download the release https://github.com/wetor/LuckSystem/releases

hvpexe commented 1 year ago

Uploaded, you can directly download the release https://github.com/wetor/LuckSystem/releases

Thank you so much, it worked

hvpexe commented 1 year ago

by the way, there is a small bug in your scriptImport, you should change it to VMRunImport image

wetor commented 1 year ago

Fixed, thank you https://github.com/wetor/LuckSystem/releases/tag/v2.0.3

hvpexe commented 1 year ago

thanks, close issue