aramaug
Member
- Jun 28, 2019
- 300
- 2,430
The script is inWhere do I find that? Can you do that from URM? And if not, where would I find the script file that I need to edit?
.rpy
files in the game/
folder. Main events and happy events are in script.rpy
, ch2script.rpy
, chap3.rpy
, and chap4.rpy
. Girls' events are in [Girlname]Events.rpy
except for dorm events which are in DormEvents.rpy
or DormEvents2.rpy
. Parts of early scenes with explicit content are in game/scripts/subscribestar/inappropriate.rpy
.If I want to find the script for "Flowerchild", for example, the wiki gives it's script name as
beachwars18
(under Technical Information). It's a Chapter 3 main event, so you can find it in chap3.rpy
by searching for label beachwars18
.I didn't know URM could do this, it does seem like a better solution for viewing a single event.It might be easier to just look up the event script name then jump to it using URM. This way Renpy runs the event as if it was a normal game progression; thus you get to see the same thing you’d see during your first playthrough, and no file tampering is needed.
Just make sure to save before doing so and reload your save as soon as you’re done.