HanBoston
Member
- Oct 11, 2021
- 259
- 205
- 166
my review on this new update
You don't have permission to view the spoiler content.
Log in or register now.
That's actually answered very quickly ingame malethis like best animated in adult game and funny to one more thing is ashley male or female
probably used the old version oneThe walkthrough mod doesn't work for me. I inserted it into the game folder but when I launched the game, pressed starts, and wanted to save, an error screen popped out. Can anyone help me?
If you are sure the mod is the problem then you should try the other one. There are two listed on the front page. The official WT mod is up to date but the other one isn't.The walkthrough mod doesn't work for me. I inserted it into the game folder but when I launched the game, pressed starts, and wanted to save, an error screen popped out. Can anyone help me?
Just go to preferences, select "skip unseen text", start the game and hold CTRL for a few minutes.I just noticed the warning on the front page about the saves. Guess that explains the random error screens I've been getting. Though so far I've been able to ignore them and continue on.
Do I really have to replay the entire game now?I don't know if I have the willpower to play through hours of content every time they release an update. Is there a fix? Or if there's a save I can download, can you change your name and stuff in it?
Hmm...I tried doing that, but I'm still getting errors all the time. I just hit 'start' at the beginning and then Skip. But every time I right-click on a decision screen, I get a 'saving_allowed' is not defined error screen.Just go to preferences, select "skip unseen text", start the game and hold CTRL for a few minutes.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 652, in execute
File "game/screens.rpy", line 652, in execute
File "game/screens.rpy", line 656, in execute
File "game/screens.rpy", line 666, in execute
File "game/screens.rpy", line 666, in execute
File "game/screens.rpy", line 670, in execute
File "game/screens.rpy", line 470, in execute
File "game/screens.rpy", line 470, in execute
File "game/screens.rpy", line 524, in execute
File "game/screens.rpy", line 362, in execute
File "game/screens.rpy", line 362, in execute
File "game/screens.rpy", line 364, in execute
File "game/screens.rpy", line 372, in execute
File "game/screens.rpy", line 380, in execute
File "game/screens.rpy", line 380, in <module>
NameError: name 'saving_allowed' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 652, in execute
File "game/screens.rpy", line 652, in execute
File "game/screens.rpy", line 656, in execute
File "game/screens.rpy", line 666, in execute
File "game/screens.rpy", line 666, in execute
File "game/screens.rpy", line 670, in execute
File "game/screens.rpy", line 470, in execute
File "game/screens.rpy", line 470, in execute
File "game/screens.rpy", line 524, in execute
File "game/screens.rpy", line 362, in execute
File "game/screens.rpy", line 362, in execute
File "game/screens.rpy", line 364, in execute
File "game/screens.rpy", line 372, in execute
File "game/screens.rpy", line 380, in execute
File "game/screens.rpy", line 380, in <module>
NameError: name 'saving_allowed' is not defined
Ren'Py 7.4.11.2266
Realm Invader Episode_2_Part_2_1080p
Wed Aug 27 00:05:36 2025
That's unlikely to happen due to loading old saves; it's a Python NameError (undefined variable). Do you have any mods installed? If so, check if the mod is for the Ch2P2 version of the game (i.e., if it is up-to-date).Hmm...I tried doing that, but I'm still getting errors all the time. I just hit 'start' at the beginning and then Skip. But every time I right-click on a decision screen, I get a 'saving_allowed' is not defined error screen.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/screens.rpy", line 652, in execute File "game/screens.rpy", line 652, in execute File "game/screens.rpy", line 656, in execute File "game/screens.rpy", line 666, in execute File "game/screens.rpy", line 666, in execute File "game/screens.rpy", line 670, in execute File "game/screens.rpy", line 470, in execute File "game/screens.rpy", line 470, in execute File "game/screens.rpy", line 524, in execute File "game/screens.rpy", line 362, in execute File "game/screens.rpy", line 362, in execute File "game/screens.rpy", line 364, in execute File "game/screens.rpy", line 372, in execute File "game/screens.rpy", line 380, in execute File "game/screens.rpy", line 380, in <module> NameError: name 'saving_allowed' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_load_save.rpym", line 35, in script $ ui.interact() File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module> $ ui.interact() File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3325, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3737, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 436, in visit_all callback(self) File "renpy/display/core.py", line 3737, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 447, in per_interact self.update() File "renpy/display/screen.py", line 637, in update self.screen.function(**self.scope) File "game/screens.rpy", line 652, in execute File "game/screens.rpy", line 652, in execute File "game/screens.rpy", line 656, in execute File "game/screens.rpy", line 666, in execute File "game/screens.rpy", line 666, in execute File "game/screens.rpy", line 670, in execute File "game/screens.rpy", line 470, in execute File "game/screens.rpy", line 470, in execute File "game/screens.rpy", line 524, in execute File "game/screens.rpy", line 362, in execute File "game/screens.rpy", line 362, in execute File "game/screens.rpy", line 364, in execute File "game/screens.rpy", line 372, in execute File "game/screens.rpy", line 380, in execute File "game/screens.rpy", line 380, in <module> NameError: name 'saving_allowed' is not defined Ren'Py 7.4.11.2266 Realm Invader Episode_2_Part_2_1080p Wed Aug 27 00:05:36 2025
I have the Incest mod and the official walkthrough mods installed. Both of those say they are up-to-date. Is just the presence of invalid/broken saves enough to cause that error? If so, I guess I could just delete the saves folder and start fresh that way.That's unlikely to happen due to loading old saves; it's a Python NameError (undefined variable). Do you have any mods installed? If so, check if the mod is for the Ch2P2 version of the game (i.e., if it is up-to-date).
Ashley, the game basically told u which one is trap iircWhich character is the trap so I canadoavoid him
You'll know when you see him (literally tells you)Which character is the trap so I canadoavoid him
Alright, I deleted everything and re-downloaded. I assume it's having the saves at all that was the issue, as I got no errors from the Incest mod or official walkthrough mod when replaying from the beginning.That's unlikely to happen due to loading old saves; it's a Python NameError (undefined variable). Do you have any mods installed? If so, check if the mod is for the Ch2P2 version of the game (i.e., if it is up-to-date).
Yeah it almost feels like the author is scared of vaginal sex.Finally got the errors handled and was able to play the episode.
Holy blue balls!
Multiple thigh jobs, one-sided pleasing a random girl, and masturbation. Wow. I really thought the MC would at least get something out of it! Especially after Grace makes a whole thing about you cumming down her throat...then you end up doing a thigh job instead...and a rough, dry handjob after. *Shudder*.
Sad. Why tease us when now it's unlikely we'll ever see that happen?
Oh well, I guess I'll just need to wait many more months for some actual action.