Is this male protagonist or female? I'm asking cause ur intro is quite confusing (I like male protagonist so I am asking just to be sure and not waste my MB.)
Hello, it's a woman. It was my beginning and I didn't really know what to do, but thank you for pointing it out. This will allow me to modify episode 1.
The Linux version (maybe others too) has a major bug that makes the game crash in the first few moments. The paths to the character images in script.rpy are wrong. The have have ".png." instead of just ".png" (ie. extra dots).
← Return to game
Comments
Log in with itch.io to leave a comment.
Is this male protagonist or female? I'm asking cause ur intro is quite confusing (I like male protagonist so I am asking just to be sure and not waste my MB.)
Hello, it's a woman. It was my beginning and I didn't really know what to do, but thank you for pointing it out. This will allow me to modify episode 1.
Thanks for the reply😍
Thanks
The Linux version (maybe others too) has a major bug that makes the game crash in the first few moments. The paths to the character images in script.rpy are wrong. The have have ".png." instead of just ".png" (ie. extra dots).
Thank you for letting me know, I'll see what I can fix
Once I figured out what was going on it was just a search and replace on the one file.
If you're familiar with vim: %s/png\./png/