wetor / LuckSystem

Prototype's galgame (LucaSystem Engine) tools, Decompile and Compile LucaSystem's script file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot decompile script because something wrong in python file

hvpexe opened this issue · comments

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.

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

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

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

Thank you so much, it worked

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

thanks, close issue