Phone SMS Message problem
So short summary for the Phone SMS problem in v0.100a (and earlier versions) :
It seems that there is a conflict between modal screens and the pause function in renpy. For some reason this worked in older renpy versions but not in the version used by the game now.
The result is that the game gets stuck when the mc tries to send a message (SMS) and the script uses "pause".
This is probably only a problem for players starting a new game.
A solution is to replace the "pause value" statements with "$ renpy.pause(value, modal=False)" in the file game\scripts\Global\phone SMS and Call.rpy.
I did this and it worked for me.
I attached my modified rpy-file.
If you get stuck due to this bug,
- create the folder game\scripts
- create the folder game\scripts\Global and
- place the attached file "phone SMS and Call.rpy" in the folder "game\scripts\Global".
Hints (for windows users) :
- To download the attachment, right-click on the attachment and select "save target as" or similar ...
- Select the folder where you want to save the rpy-file.
- Usually after selecting your Amnesia "game" folder you can directly right-click there and create the missing folders ...
- To create a new folder, right-click in the folder where you want to create the new folder and select "new" and then "folder" and then name the folder as listed above.
- Select "game" folder and create there a "scripts" folder if not present, then select "scripts" folder and create "Global" folder there, then save the rpy-file.