Yes, my former posts concern the "standard" version, indeed.First thing I tried, retried it repeatedly (including right before writing this reply), does not work.
The one thing I DIDN'T consider previously is that I'm playing the compressed version, so I'm currently downloading the normal version to check if the problem lies there.
And apparently the developer of the game is already aware of the problem because there is a sort of a "workaround" for this problem: a different q36.rpy file (i.e. different than the one in the scripts.rpa renpy archive file) with the following patch
Python:
if hasMap == True:
Amy "I already have a map..."
if CurrentQuest == 36:
$ CurrentQuest = 37
return
Unfortunately, the compressed version doesn't include this standalone file, so the workaround I've posted before won't work (I've just downloaded and verify the windows compressed version).
If you wish, you can just add the concerned q36.rpy file in the "\game" subdirectory of your compressed version of the game; and the workaround in my former post would be then OK.
See attached file.
Of course, the "patch" including the using of the Renpy console that I've proposed in my former-former post should also work even without this standalone file. But it's much more complicated to apply it.
.
Last edited: