- Oct 6, 2017
- 1,258
- 429
Game Halting Bug Fix
v0.1.28.2 (UnRen'd)
When you choose to look for Wendy's diary instead of peeking on her in the shower, you encounter a floating talking diary that demands a password. You're given a menu of four choices where choosing the wrong choice repeats the menu. However, this goes on forever and you cannot continue the game.
In the source, it's obvious from the names of the jump labels and the following dialogue that there was supposed to be a counter that jumped out of the menu loop after three attempts but it was not included.
To fix:
Note: I believe that you do not have to UnRen the game but can just create the <installation folder>/game/dialogues folder and copy the attached file into it. Ren'py should use that file instead of the one in the archive.rpa file. However, I have not verified this in a game that has not been UnRen'd.
v0.1.28.2 (UnRen'd)
When you choose to look for Wendy's diary instead of peeking on her in the shower, you encounter a floating talking diary that demands a password. You're given a menu of four choices where choosing the wrong choice repeats the menu. However, this goes on forever and you cannot continue the game.
In the source, it's obvious from the names of the jump labels and the following dialogue that there was supposed to be a counter that jumped out of the menu loop after three attempts but it was not included.
To fix:
- UnRen the game to get the source files and folders.
- Copy the attached wendy.rpy file into the <installation folder>/game/dialogues folder, overwriting the original.
- Restart the game.
Note: I believe that you do not have to UnRen the game but can just create the <installation folder>/game/dialogues folder and copy the attached file into it. Ren'py should use that file instead of the one in the archive.rpa file. However, I have not verified this in a game that has not been UnRen'd.