Paradox004

Member
Apr 14, 2025
138
176
52
Turns out, so does Wendy's scenes. And the translation is bad.

For example (this is more of a grammar thing, but still.), Wendy is like, "You are Bro from Silica?" just because Silica might call me "Bro" if I'm her brother, because almost nobody is like, "Hey, sister!" or "Hey, brother?" (I'm putting that one in the form of a question, to imply asking for a favor. Like, "Hey, brother? Could you buy me this?") actual siblings would usually shorten it to "sis" or "bro" but anyone who wasn't related, (In this case, Wendy) would be like, "Oh, you're Silica's brother, right?" She would NOT ask, "You're Bro from Silica?"

Not to mention the basics when translating from other languages. When the game introduces Wendy, it's like, "He is the student council president" or whatever. Wendy is clearly female, so it should be, "She."

Honestly, you could probably use an LLM to check your translation, and start the prompt with, "I'm going to ask you to help me translate some stuff to English, but first, these are the names and genders of the characters." and then you put things like: Silica - female, Wendy - Female, Kane - male... and after all that, you could copy and paste things, and it would (probably) correctly translate those things.

Either that, or you need a human proofreader. Badly.
 

L1717

Formerly 'l1717'
Game Developer
Aug 2, 2024
86
76
96
Literally every scene with Maria gives an error. This was from the Sex Reward, because I think they're all slightly different. In fairness, hitting Ignore works... but it's still something you should fix.
Yes, of course I will fix it. As long as I know.thank you very much for your feedback
 
  • Like
Reactions: Benaresh

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
8,547
3,914
436
SupowerRemake-0.58
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

L1717

Formerly 'l1717'
Game Developer
Aug 2, 2024
86
76
96
I dunno you guys but my game crashes instantly after trying to interact with things, did anbody else come across with this issue or is it a me problem :/
Please provide a more detailed description of your problem or any error message
I will fix it, thank you for your feedback!
 

d4R

New Member
Sep 18, 2020
10
3
94
Please provide a more detailed description of your problem or any error message
I will fix it, thank you for your feedback!
I am also running into the same issue. Here is the traceback:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/7_script.rpy", line 2454, in script
menu:
File "game/7_script.rpy", line 2454, in script
menu:
File "renpy/common/000window.rpy", line 132, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 75, in _window_show
renpy.with_statement(trans)
File "game/2_screens.rpy", line 157, in execute
screen say(who,what):
File "game/2_screens.rpy", line 157, in execute
screen say(who,what):
File "game/2_screens.rpy", line 172, in execute
if persistent.alpha_dict and alpha_last_id:
File "game/2_screens.rpy", line 173, in execute
if persistent.alpha_dict[alpha_last_id] > 0.04 and persistent.alpha_dict[alpha_last_id] < 0.8:
File "game/2_screens.rpy", line 173, in <module>
if persistent.alpha_dict[alpha_last_id] > 0.04 and persistent.alpha_dict[alpha_last_id] < 0.8:
KeyError: 'home_e3ecaee0'.

This is persistent and happens when trying to go to home or interacting with characters. I have tried using the debug and it works for one action then it is right back to this. I have attached my save file as well
 
  • Like
Reactions: alcatraz315269

L1717

Formerly 'l1717'
Game Developer
Aug 2, 2024
86
76
96
I am also running into the same issue. Here is the traceback:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/7_script.rpy", line 2454, in script
menu:
File "game/7_script.rpy", line 2454, in script
menu:
File "renpy/common/000window.rpy", line 132, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 75, in _window_show
renpy.with_statement(trans)
File "game/2_screens.rpy", line 157, in execute
screen say(who,what):
File "game/2_screens.rpy", line 157, in execute
screen say(who,what):
File "game/2_screens.rpy", line 172, in execute
if persistent.alpha_dict and alpha_last_id:
File "game/2_screens.rpy", line 173, in execute
if persistent.alpha_dict[alpha_last_id] > 0.04 and persistent.alpha_dict[alpha_last_id] < 0.8:
File "game/2_screens.rpy", line 173, in <module>
if persistent.alpha_dict[alpha_last_id] > 0.04 and persistent.alpha_dict[alpha_last_id] < 0.8:
KeyError: 'home_e3ecaee0'.

This is persistent and happens when trying to go to home or interacting with characters. I have tried using the debug and it works for one action then it is right back to this. I have attached my save file as well
Try 'Ignore', or click on the first option in the help and then 'Ignore' again. It should be able to make the game work properly
Sorry, as I am trying to write a new feature, it is not yet stable
 

alcatraz315269

New Member
Jul 16, 2019
6
6
13
I am also running into the same issue. Here is the traceback:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/7_script.rpy", line 2454, in script
menu:
File "game/7_script.rpy", line 2454, in script
menu:
File "renpy/common/000window.rpy", line 132, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 75, in _window_show
renpy.with_statement(trans)
File "game/2_screens.rpy", line 157, in execute
screen say(who,what):
File "game/2_screens.rpy", line 157, in execute
screen say(who,what):
File "game/2_screens.rpy", line 172, in execute
if persistent.alpha_dict and alpha_last_id:
File "game/2_screens.rpy", line 173, in execute
if persistent.alpha_dict[alpha_last_id] > 0.04 and persistent.alpha_dict[alpha_last_id] < 0.8:
File "game/2_screens.rpy", line 173, in <module>
if persistent.alpha_dict[alpha_last_id] > 0.04 and persistent.alpha_dict[alpha_last_id] < 0.8:
KeyError: 'home_e3ecaee0'.

This is persistent and happens when trying to go to home or interacting with characters. I have tried using the debug and it works for one action then it is right back to this. I have attached my save file as well
They have the same issue with me, but the problem is I can't even get the use the Ignore or Rollback option since it closes itself instantly
 
  • Like
Reactions: d4R

d4R

New Member
Sep 18, 2020
10
3
94
Try 'Ignore', or click on the first option in the help and then 'Ignore' again. It should be able to make the game work properly
Sorry, as I am trying to write a new feature, it is not yet stable
Ignore is not even an option, the game just crashes
 

RemiliaScarlett

Active Member
Aug 18, 2018
858
977
278
After every scene I have an error messagem they all share the keyerror gold

You don't have permission to view the spoiler content. Log in or register now.


also going to eugene room also has an error


You don't have permission to view the spoiler content. Log in or register now.

spamming ignore allows to keep playing but it probably needs fixing
hope these help
 
  • Like
Reactions: Chris2041

bartxer

New Member
Jul 27, 2018
3
4
210
After every scene I have an error messagem they all share the keyerror gold

You don't have permission to view the spoiler content. Log in or register now.


also going to eugene room also has an error


You don't have permission to view the spoiler content. Log in or register now.

spamming ignore allows to keep playing but it probably needs fixing
hope these help
Just replace this file in game folder it should work
 
  • Like
Reactions: r3v4n

M7G

Member
Oct 19, 2021
206
132
167
I had the same problem of the game crashing after going to the house or talking to npcs, all my saves were crashing, so I deleted the "persistent" file in the saves folder and it fixed it, I don´t know if it will be bad for my game tho,
 

theCircle57

Newbie
Dec 8, 2017
77
99
221
In the "Deep Sleep" section there is an available True Love scene and an NTR scene. If you check the gallery, there are two more additional follow-up scenes for each. It's impossible to see the following scenes without cheating or editing the code.

This is because the criteria for seeing the other scenes require having been through the previous Deep Sleep event i.e. in order to see scene 3, you need to see scene 2 and in order to see scene 2 you need to have seen scene 1.

Unfortunately, in order to go Deep Sleep at all you must have never seen a Deep Sleep event.

In 7_script.rpy, there's a check that says if nunyinluan >= 8 and nun_explore[0] < 4:. Remove the and nun_explore[0] <4 or you'll never see the other scenes in this part of the game.

EDIT: Alternatively, just type nun_explore[0] = 0 in the console. It's not really used outside of the first visit.
 

L1717

Formerly 'l1717'
Game Developer
Aug 2, 2024
86
76
96
In the "Deep Sleep" section there is an available True Love scene and an NTR scene. If you check the gallery, there are two more additional follow-up scenes for each. It's impossible to see the following scenes without cheating or editing the code.

This is because the criteria for seeing the other scenes require having been through the previous Deep Sleep event i.e. in order to see scene 3, you need to see scene 2 and in order to see scene 2 you need to have seen scene 1.

Unfortunately, in order to go Deep Sleep at all you must have never seen a Deep Sleep event.

In 7_script.rpy, there's a check that says if nunyinluan >= 8 and nun_explore[0] < 4:. Remove the and nun_explore[0] <4 or you'll never see the other scenes in this part of the game.

EDIT: Alternatively, just type nun_explore[0] = 0 in the console. It's not really used outside of the first visit.
Thank you very much. I will carefully double check this part of the code
 
  • Like
Reactions: theCircle57

L1717

Formerly 'l1717'
Game Developer
Aug 2, 2024
86
76
96
Turns out, so does Wendy's scenes. And the translation is bad.

For example (this is more of a grammar thing, but still.), Wendy is like, "You are Bro from Silica?" just because Silica might call me "Bro" if I'm her brother, because almost nobody is like, "Hey, sister!" or "Hey, brother?" (I'm putting that one in the form of a question, to imply asking for a favor. Like, "Hey, brother? Could you buy me this?") actual siblings would usually shorten it to "sis" or "bro" but anyone who wasn't related, (In this case, Wendy) would be like, "Oh, you're Silica's brother, right?" She would NOT ask, "You're Bro from Silica?"

Not to mention the basics when translating from other languages. When the game introduces Wendy, it's like, "He is the student council president" or whatever. Wendy is clearly female, so it should be, "She."

Honestly, you could probably use an LLM to check your translation, and start the prompt with, "I'm going to ask you to help me translate some stuff to English, but first, these are the names and genders of the characters." and then you put things like: Silica - female, Wendy - Female, Kane - male... and after all that, you could copy and paste things, and it would (probably) correctly translate those things.

Either that, or you need a human proofreader. Badly.
Thank you very much for your feedback!
Due to using outdated machine translation earlier, there were many grammar and gender errors. I will gradually proofread the previous errors.
Thank you again for your feedback!
 

xXGojiraXc

Member
Jan 6, 2023
202
176
70
I saw some comments and its probably annoying to answer and im sorry, is NTR avoidable? Like I a way you can just say no to it even happening? And if avoided is the game still decent with enough content? I'm not a hater on what people's fetish are, its just not my thing, thanks for whoever answers!
 
3.00 star(s) 13 Votes