Changing renpy screenshot location with a file

RoSm94

New Member
Jul 28, 2023
8
11
81
I found this thread from a few years ago, which contained a RPY file (attached) that changed the screenshot location in Renpy: https://f95zone.to/threads/question-possibility-to-change-save-location-of-screenshots-solved.68028/

However, when the game runs and creates the RPYC, it crashes on the next launch with this error:
You don't have permission to view the spoiler content. Log in or register now.

If I delete the RPYC it works again, only to crash on the next launch after creating the RPYC.

Any idea how to fix this? Using Joiplay if it makes a difference.
 
Last edited:

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
12,924
21,460
1,026
Any idea how to fix this?
The error point to a value from config.game_menu. Value that exist and haven't changed since at least six years, and that is perfectly defined.
And at no time do this code interact with config.game_menu.

Therefore, the error do not come from that file, but is triggered due to whatever unknown side effect. What mean that it's not really fixable.