onoxlol

Newbie
Jul 7, 2017
75
45
i dont know whats happening but I load my save and it starts at the beginning of chapter 5 part 2 (which is where I was). It asks me for the scene code, I continue and I get no scenes and it skips to part 3. I get the one scene with Mia malkova and then nothing. is my save bugged?
 

onoxlol

Newbie
Jul 7, 2017
75
45
no you just made the wrong choices apparently because the game has a way of fucking you over with unrelated nonobvious choices
Well that's a bit silly. You'd think some wrong choices obvious or not would make you miss one, maybe two scenes, but all the scenes from two updates?

It means the walkthrough is essential unless you want to play through multiple times, and still might not get all the scenes if the choices aren't obvious.

Thanks for letting me know
 

xdiscreto

New Member
Mar 4, 2025
1
7
NotsoDev I am not sure you understand what "persistent" means in the renpy context. You're using it everywhere and I do not think you mean to.

Let me try to explain, whatever you store there it persist across all instances. So if you for example restart or load the game, the value will not start with the original value, but by its last value. So for example:
when priya says "So, What's it gonna be?" (priya_step_1_menu_2 script.rpy line 2329) and you agree with her you get "persistent.priya_rp +=1". If you save and load and make that choice again, you're get that point again. So if you were at 1 priya before you'll get to 2 to 3 to n (whatever number you want) after making (n-1) saves/load. The worst part being when you restart the game, and you see priya for the first time, you'll have all this relation points with her...

I think you want to remove it from anywhere except where you want to actually persist (like unlocking replays, achieving achievements and staff or keeping the name of the player for the replays)

Hope that helps you understand what the persistent object does.
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
18,471
226,375
Symphony of Lust [v0.5] [NotsoDev] - Compressed

Win/Linux [3,06 GB]
- - - -

Mac [3,06 GB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
 

Basilinho2011

New Member
Apr 17, 2025
1
0
Maybe it' a design decision by the dev, to show the videos only once, but personally, i like to watch scenes a little bit longer .
(Just to get the full cinematic impression the director wants to express :ROFLMAO: )

So, if you have the same opinion , you can open a terminal in the game folder and do :
Code:
find . -iname "*.rpy" | xargs sed -i -e 's/loop=False/loop=-1/g'
all videos will be looped then .

Cheers,
Kalle
i cant find this file or i dont know how i can do it can you please uploade your file
 
4.20 star(s) 10 Votes