- Dec 10, 2017
- 183
- 711
Hello,
I've been editing the script of a game for my own personal use, but I've run into an issue. The game in question is Thirsty For My Guest, specifically Season 2 : https://thef95zone.info/threads/thirsty-for-my-guest-s4-ep-29-3-monkeyposter_7.22818/
I'm currently editing the .rpy file script13.rpy, extracted from ep13.rpa using the UnRen tool.
The particular scene I am trying to edit does not appear in any of the .rpy scripts I have access to. Even after decompiling the .rpa files for the game, I cannot locate the script for a bonus scene.
The exact code that leads to the hidden scene is (at the very end of script13.rpy):
label day13bonussceneoption:
if renpy.has_label("ep13special"):
jump ep13special
else:
jump day13afterbonusscene
There is no ep13special label in any of the script. There is an ep13bonus.rpa file, which I suspect is the file that has the missing script. Decompiling the ep13bonus.rpa file gives me the images used in the scene, but no .rpy or script file to edit.
Can someone help me find this illusive code? Where is it located and how can I edit it?
Please let me know any thoughts or if you need more details. Thank you!
I've been editing the script of a game for my own personal use, but I've run into an issue. The game in question is Thirsty For My Guest, specifically Season 2 : https://thef95zone.info/threads/thirsty-for-my-guest-s4-ep-29-3-monkeyposter_7.22818/
I'm currently editing the .rpy file script13.rpy, extracted from ep13.rpa using the UnRen tool.
The particular scene I am trying to edit does not appear in any of the .rpy scripts I have access to. Even after decompiling the .rpa files for the game, I cannot locate the script for a bonus scene.
The exact code that leads to the hidden scene is (at the very end of script13.rpy):
label day13bonussceneoption:
if renpy.has_label("ep13special"):
jump ep13special
else:
jump day13afterbonusscene
There is no ep13special label in any of the script. There is an ep13bonus.rpa file, which I suspect is the file that has the missing script. Decompiling the ep13bonus.rpa file gives me the images used in the scene, but no .rpy or script file to edit.
Can someone help me find this illusive code? Where is it located and how can I edit it?
Please let me know any thoughts or if you need more details. Thank you!