You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A rough guess (as I don't know enough about ruby to be sure): AFAICT this program expects certain file layout in unpacked data (maps in MapData, most of project database files in BasicData).
If instead it's flat (all files in one dir), it fails to find those files resulting in certain vars not getting initialized.
What likely needs to be done is probably more unless clauses, like with game.dat, but enforcing the expected layout might work too (well, it will most likely work wrt. extracting, but might fail on the way back - if not, restoring initial layout afterwards would likely be required).
The text was updated successfully, but these errors were encountered: