Grimrukh / soulstruct

Python tools for inspecting and modifying FromSoft games (mainly Dark Souls 1).
144 stars 16 forks source link

AI decompiler does nothing in DSR #9

Open inklingdude003 opened 3 years ago

inklingdude003 commented 3 years ago

When in the AI tab for DSR, the decompile button for individual scripts does not seem to do anything. The button is clearly reacting to my input, however the script will not properly decompile. When pressing the "decompile all" button, the button gets stuck on saying "Decompiling..." but never finishes. This worked as expected in previous versions, however it no longer works in the most recent release (1.1.1).

jabaldwin commented 3 years ago

I was also having this problem with the exe in Releases. Downloading the source and running python -m soulstruct seems to work fine though.