- Nov 14, 2017
- 66,657
- 33,603
faster to report op and tell whar's wrong.Spoiler tags here are messed up
faster to report op and tell whar's wrong.Spoiler tags here are messed up
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/scripts/Free Roams/Mall/Free Roam Mall 1.rpy", line 83: unexpected EOF while parsing
current_background = "images/Free Roams/Mall/bg Mall photo.webp"\
Ren'Py Version: Ren'Py 8.3.2.24090902
Sat Oct 5 10:47:46 2024
Do not use UNREN and then try to run the game from that folder. It will try to compile all the rpy-files ...Code:I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/scripts/Free Roams/Mall/Free Roam Mall 1.rpy", line 83: unexpected EOF while parsing current_background = "images/Free Roams/Mall/bg Mall photo.webp"\ Ren'Py Version: Ren'Py 8.3.2.24090902 Sat Oct 5 10:47:46 2024
That is a known problem. See the following post for a fix.Well damn, I was excited to see this update, but I already had to delete it....every time I used the phone, the screen just froze forever and I couldn't get out of it. ♂
Phone SMS Message problem
So short summary for the Phone SMS problem in v0.100a (and earlier versions) :
It seems that there is a conflict between modal screens and the pause function in renpy. For some reason this worked in older renpy versions but not in the version used by the game now.
The result is that the game gets stuck when the mc tries to send a message (SMS) and the script uses "pause".
This is probably only a problem for players starting a new game.
A solution is to replace the "pause value" statements with "$ renpy.pause(value, modal=False)" in the file game\scripts\Global\phone SMS and Call.rpy.
I did this and it worked for me.
I attached my modified rpy-file.
If you get stuck due to this bug,
- create the folder game\scripts
- create the folder game\scripts\Global and
- place the attached file "phone SMS and Call.rpy" in the folder "game\scripts\Global".
You mean I need to use the Ren'Py 7 sdk instead of 8?...
Do not use UNREN and then try to run the game from that folder. It will try to compile all the rpy-files ...
I always run the game from a clean installation and just replace the script files that I want to change.
Also : the game uses script version (7, 7, 1)
At first I saw only the error message you posted.You mean I need to use the Ren'Py 7 sdk instead of 8?
I'm not using unren. I'm downloading the windows archive and loading it through the Ren'Py sdk on a mac. Works for 99% of games
File "game/scripts/Free Roams/Mall/Free Roam Mall 1.rpy", line 84: invalid syntax
show screen GUI
^
label FreeRoam_Mall_1.Photo:
$ current_label = "FreeRoam_Mall_1.Photo"
$ current_background = "images/Free Roams/Mall/bg Mall photo.webp"\
show screen GUI
call screen FreeRoam_Mall_1_Photo
screen FreeRoam_Mall_1_Photo:
see you in 5 years when we know the plot, since each update is only 45 secondsThe game itself is not bad. But the updates are always too short. And after 4 1/2 years there's hardly any plot... Everyone shuts up... Nobody tells you what happened. What's that? How long is this supposed to go on?
And the protagonist is such a HUGE pussy... He constantly lets his mother put him down... I could puke... In a jet... to the moon.
I demand more balls for the protagonist, more sex, more story... Something that makes sense.
I remember playing the game 2 years ago and I was just as smart at the end as I am now after v0.100. I still don't know what happened. How can you get so stuck on the spot.
Huge potential wasted.
Yes, that little bugger has been happening for a couple of years at least now. Each time you try to decompile this game, that reverse slash appears at that line. Each time you have to delete it and then it works.At first I saw only the error message you posted.
Since the archive only contains "game\scripts\Free Roams\Mall\Free Roam Mall 1.rpyc", I thought you used unren to decompile the rpyc-files.
Your error :
"File "game/scripts/Free Roams/Mall/Free Roam Mall 1.rpy", line 83: unexpected EOF while parsing"
I got a similar error when accidentally running the game from the folder where I unpacked and decompiled everything with unren which then forced renpy to compile all the rpy-files again :
So it seems that your tool stopped decompiling the file when it ran into that invalid syntaxCode:File "game/scripts/Free Roams/Mall/Free Roam Mall 1.rpy", line 84: invalid syntax show screen GUI ^
I think it is the unexpected character '\' at the end of line 83 :Code:label FreeRoam_Mall_1.Photo: $ current_label = "FreeRoam_Mall_1.Photo" $ current_background = "images/Free Roams/Mall/bg Mall photo.webp"\ show screen GUI call screen FreeRoam_Mall_1_Photo screen FreeRoam_Mall_1_Photo:
$ current_background = "images/Free Roams/Mall/bg Mall photo.webp"\
I removed the character from my rpy-file and the compile-error vanished.
Try the attached file at the correct path "game/scripts/Free Roams/Mall/Free Roam Mall 1.rpy" :
Use 0x52_URM so you can change names.Is there a way to open the patch.rpyc and just add a few more lines to change some more text? I still get referred as "your friends son" etc. I have 0 programming experience but I feel like it should just be copying some already existing lines in the patch and changing the text?
That's why we are still keep checking this gameVoyeur simulator. Milking level over 9000
My patch still works, "friend's son" is a special case that it can handle properly. And mine isn't compiled, so you can look at the code and how it works. Even change it if you know anything about regex and what you're doing.Is there a way to open the patch.rpyc and just add a few more lines to change some more text? I still get referred as "your friends son" etc. I have 0 programming experience but I feel like it should just be copying some already existing lines in the patch and changing the text?