Thanks for your feedback! It’s possible that a jump or transition accidentally triggered the French version of the game.
While I work on fixing this, you can try a quick workaround: Use your mouse wheel or "Page Up" key to go back a few lines (before the language switch), then move forward again. It might reset the language back to English.
If the problem happens again, let me know when exactly it occurs—that’ll help me fix it faster!
oh ok well u can still improve in a new story when ur done with this one, u can play eternum or mbiml, sicae game that on here to see how to write other LI in the story and add some choices but good luck
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.
I was playing and the game just went to french.I restarted selected english but no.Anyway around this?
Thanks for your feedback! It’s possible that a jump or transition accidentally triggered the French version of the game.
While I work on fixing this, you can try a quick workaround:
Use your mouse wheel or "Page Up" key to go back a few lines (before the language switch), then move forward again. It might reset the language back to English.
If the problem happens again, let me know when exactly it occurs—that’ll help me fix it faster!
In the tavern to pick a quest from bartender, then jumps to 'jours1' which i guess is day 1 in english,then all french follows after that.
Thank you so much for your help and for taking the time to help me restructure the code — I really appreciate it! 🙏
I'll keep looking to find the exact source of the issue, and I'll let you know as soon as I’ve identified the problem. Thanks again!
harem or only one LI?
At first, I wanted to allow players to make choices, but due to a lack of skills, I gave up. It's just one person.
oh ok well u can still improve in a new story when ur done with this one, u can play eternum or mbiml, sicae game that on here to see how to write other LI in the story and add some choices but good luck
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/