Updated for EP4
- Added 4 scenes to gallery
I've made a walkthrough/gallery mod
The choices highlighted green give points
Merge the "game" folder from the mod with the one from the game
MEGA
You must be registered to see the links
Hi,
there seems to be some errors in the conditions between at least Lisa and Lauren paths.
The dialogues and path recognition on the beach are not working if the job is the club.
It's like the "else:" is ignored:
Example
line 1595 & line 1646 (episode3.rpy) . Lisa's paths and dialogues are playing eventhough I got a BJ in the club.
Same behavior with the boss' dialogue
Lines 1049 & 1053
I've noticed a few odd things too while trying to figure out what's going on in there:
Line 952 of episode2.rpy : $ lisa_path=True
Line 620 of episode2.rpy: $lisa_path = True
Line 987 of episode2.rpy: $ lauren_path = True
Line 559 of episode2.rpy: $lauren_path = True
I suspect the extra spaces before the $ are to blame for the oddities.
I've just tested it, and it works, BUT, it requires a brand new play through (If there's a cleaner way to fix this go for it
).
I'm attaching the modified file in case someone else has the same issue, or can fix this in a cleaner way (to be put in game/story if using the walkthough mode ONLY.)