Hfjahxhcjr
Newbie
- Mar 29, 2023
- 22
- 32
- 128
You can definitely find what triggers events in the code. I don't think it is always at a clear place though. Personally i made a simple python script to search given text in all renpy files in a folder, that can be used to find event triggers if you know what the label is called in the code. For example, if you're searching for the event corresponding to the label yasudorm25, I know it is triggered at Dorm2Events.rpy line 146 on the condition that yasu_love (affection)>=25 and church25 was played and yasudorm25 was not played. It is ran from a label called dorm2thursday, which (if i'm not mistaken) is triggered if you go to the second floor while it is thursday.Say, is there a place in the game's files where I can see what events are needed to trigger others? I think I've gotten to a point where this is unplayable without the guide mod, but I'm really invested in the story and don't want to wait however long that's going to take to update.
Seems in the "game" folder there are individual files for each character and the main events, but they don't really tell me what are the requirements to trigger said events. I have no idea if, for example, it's an insuficient Affection thing, if I need to see Yasu's events before Io's last one, or even how the hell to trigger Yasu's in the first place.
I'm missing 1 Main Event, 1 Happy, 1 Io, 3 Yasu, 3 Haruka, 3 Maki and 3 Nao and have been losing my fucking mind for the past day or so trying to figure out what the fuck I'm supposed to do next. Any help would be appreciated
If you like writing simple scripts i would recommend making something similar. Can also be usefull to check if selebus placed some suspicious code in the game again.