In file game/archive.rpa/Week1/TuesdayWeek1.rpy is a bug. Line 6102 contains one dot too much. It looks like this:
but should look like this:
The dot at the end of "track1.ogg" is too much which results in the game not being able to find the file "track1.ogg.".
The error happens when you choose the bunny costume in the flashback with the cop.
I've attached the fixed file. To use it, copy it into the Week1 subfolder inside the "game" folder.
Cheers.
Python:
play music "track1.ogg."
Code:
play music "track1.ogg"
The error happens when you choose the bunny costume in the flashback with the cop.
I've attached the fixed file. To use it, copy it into the Week1 subfolder inside the "game" folder.
Cheers.