Nishka

Member
Jan 14, 2018
258
488
So...the WT link says v8 not v9. Sorry to be a pest haha.
Because I hadn't released it yet, since I was waiting for the phone to be fixed, which it seems like it is now, with the files from Greenarrow, so I'm going over why the mod doesn't work with the bugfixes installed. :eek:
 
Last edited:

greenarrow25

Newbie
Nov 25, 2018
76
47
Because I hadn't released it yet, since I was waiting for the phone to be fixed, which it seems like it is now, with the files from Greenarrow, so I'm going over why the mod doesn't works with the bugfixes installed. :eek:
If you still find weird stuff with the phone you can always message me. Since i'm the creator of that specific code.
New code was made so that creating new phone dialog wasn't a pain in the butt going from writting dialog using arrays to using a natural script that can be translated using renpy translation feature.
 
  • Like
Reactions: Sacred_Sage

Nishka

Member
Jan 14, 2018
258
488
If you still find weird stuff with the phone you can always message me. Since i'm the creator of that specific code.
New code was made so that creating new phone dialog wasn't a pain in the butt going from writting dialog using arrays to using a natural script that can be translated using renpy translation feature.
It seems to be working now, idk if the issue is the same with the normal game, but the choices you try to pick ain't being highlighted on the phone texts, but it's a minor problem, I'll upload my mod now (y) I've just added your 3 files to my mod, so anyone downloadning my mod, will get the fixes straight away aswell ;)

BTW, since it hasn't been fixed in this release either, I'll just post it here, but, "The second animation for Karaline's blackmail sex scene is missing and I've removed the game's attempt to play it, so you'll just get the first one on repeat for the entire scene, but it would be nice to get the right scene added. "
 
Last edited:

Sacred_Sage

Active Member
Game Developer
May 26, 2021
502
1,307
It seems to be working now, idk if the issue is the same with the normal game, but the choices you try to pick ain't being highlighted on the phone texts, but it's a minor problem, I'll upload my mod now (y) I've just added your 3 files to my mod, so anyone downloadning my mod, will get the fixes straight away aswell ;)

BTW, since it hasn't been fixed in this release either, I'll just post it here, but, "The second animation for Karaline's blackmail sex scene is missing and I've removed the game's attempt to play it, so you'll just get the first one on repeat for the entire scene, but it would be nice to get the right scene added. "
No it's not unless we are not talking about the same scene, theres 2 animations. the 2nd is just faster in speed which is as intended.
 

Nishka

Member
Jan 14, 2018
258
488
No it's not unless we are not talking about the same scene, theres 2 animations. the 2nd is just faster in speed which is as intended.
It is, the animation kara_blackmail4_animation is nowhere in the folders, and I've just tested the newest version of the game with a clean install, and this happens.

Right after this frame,
You don't have permission to view the spoiler content. Log in or register now.

And I'm sure as you say it's supposed to be a sped-up version of the third animation, but as shown above, it's not included in the game folder right now.
 

Sacred_Sage

Active Member
Game Developer
May 26, 2021
502
1,307
It is, the animation kara_blackmail4_animation is nowhere in the folders, and I've just tested the newest version of the game with a clean install, and this happens.

Right after this frame,
You don't have permission to view the spoiler content. Log in or register now.

And I'm sure as you say it's supposed to be a sped-up version of the third animation, but as shown above, it's not included in the game folder right now.
Well shit >< Yip I found it. And since I can't get the same exact lighting set up I'll just have to basically use an animation again >< Fairly certain this had 3 animations with an additional just sped up. Not sure what happened, probably some RPYC file that trolled me. I tend to check animations in a playthrough and if I dont like them I'll delete it and edit the coloring etc. Guessing that was my intent. Thanks on catching this!
 
  • Like
Reactions: Neon_Reaper

Nishka

Member
Jan 14, 2018
258
488
Well shit >< Yip I found it. And since I can't get the same exact lighting set up I'll just have to basically use an animation again >< Fairly certain this had 3 animations with an additional just sped up. Not sure what happened, probably some RPYC file that trolled me. I tend to check animations in a playthrough and if I dont like them I'll delete it and edit the coloring etc. Guessing that was my intent. Thanks on catching this!
Np, like I said I've fixed the issue with the lovely grey boxes in my mod, so the players using it will atleast watch a scene for the entire duration :D
 
  • Like
Reactions: Sacred_Sage

Zamu77

Member
Feb 13, 2018
236
294
Savegames don't work?

I have several saves right on the "Please save your game"-screen from the previous update, but they all fail.
 

Nishka

Member
Jan 14, 2018
258
488
Savegames don't work?

I have several saves right on the "Please save your game"-screen from the previous update, but they all fail.
As far as I know, in most games, you have to save before that screen otherwise it will not work, so you probably have to go to an earlier save and it should work.

Or maybe, but I'm not sure it can be due to how the phone messages are set up now, so you have to do a fresh start :eek:
 
Last edited:
  • Like
Reactions: Zamu77

greenarrow25

Newbie
Nov 25, 2018
76
47
Can you guys with save issue just post the error code ?
It's literrally impossible to try and help if you don't say what's wrong
 

rutinho89

New Member
Oct 31, 2023
3
0
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 498, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\Admin\Desktop\Selara\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Admin\Desktop\Selara\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Users\Admin\Desktop\Selara\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Admin\Desktop\Selara\renpy\display\core.py", line 2166, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\Admin\Desktop\Selara\renpy\display\core.py", line 3208, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Admin\Desktop\Selara\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Admin\Desktop\Selara\renpy\display\screen.py", line 793, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 1430, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 1430, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Admin\Desktop\Selara\renpy\display\behavior.py", line 1174, in event
return handle_click(self.clicked)
File "C:\Users\Admin\Desktop\Selara\renpy\display\behavior.py", line 1095, in handle_click
rv = run(action)
File "C:\Users\Admin\Desktop\Selara\renpy\display\behavior.py", line 395, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 498, in __call__
renpy.load(fn)
File "C:\Users\Admin\Desktop\Selara\renpy\loadsave.py", line 829, in load
log.unfreeze(roots, label="_after_load")
File "C:\Users\Admin\Desktop\Selara\renpy\rollback.py", line 1130, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\Admin\Desktop\Selara\renpy\rollback.py", line 925, in rollback
self.load_failed()
File "C:\Users\Admin\Desktop\Selara\renpy\rollback.py", line 843, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
 

greenarrow25

Newbie
Nov 25, 2018
76
47
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 498, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\Admin\Desktop\Selara\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Admin\Desktop\Selara\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Users\Admin\Desktop\Selara\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Admin\Desktop\Selara\renpy\display\core.py", line 2166, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\Admin\Desktop\Selara\renpy\display\core.py", line 3208, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Admin\Desktop\Selara\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Admin\Desktop\Selara\renpy\display\screen.py", line 793, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 1430, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 1430, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Admin\Desktop\Selara\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Admin\Desktop\Selara\renpy\display\behavior.py", line 1174, in event
return handle_click(self.clicked)
File "C:\Users\Admin\Desktop\Selara\renpy\display\behavior.py", line 1095, in handle_click
rv = run(action)
File "C:\Users\Admin\Desktop\Selara\renpy\display\behavior.py", line 395, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 498, in __call__
renpy.load(fn)
File "C:\Users\Admin\Desktop\Selara\renpy\loadsave.py", line 829, in load
log.unfreeze(roots, label="_after_load")
File "C:\Users\Admin\Desktop\Selara\renpy\rollback.py", line 1130, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\Admin\Desktop\Selara\renpy\rollback.py", line 925, in rollback
self.load_failed()
File "C:\Users\Admin\Desktop\Selara\renpy\rollback.py", line 843, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
can you send your save data so i can see if i can save it
 

Ag414

Member
Dec 24, 2022
193
289
Sacred_Sage Hello... I like your game and see some good things but as I am a breeding lover I have to ask... is there any plan on adding impregnation or pregnancy content in the future?
 

Sacred_Sage

Active Member
Game Developer
May 26, 2021
502
1,307
Sacred_Sage Hello... I like your game and see some good things but as I am a breeding lover I have to ask... is there any plan on adding impregnation or pregnancy content in the future?
if I do it will be like in RB, at the ending, or a scene later on with a non important character being pregnant.
 

Ag414

Member
Dec 24, 2022
193
289
if I do it will be like in RB, at the ending, or a scene later on with a non important character being pregnant.
I like the thought of the main lis being pregnant by MC in the ending than seeing an already pregnant non-important woman just to give the pregnancy content so... yeah if it's of any importance I vote for the pregnancy ending with main lis.
 

Mike Hunt TG

Member
Jun 22, 2023
357
246
I need help here. Apologies for not reading the previous posts. I have just started the game and didn't wish for spoilers.

That said, I opened the gadget in the upper right corner or the screen, where the bios and gear descriptions are. Now I cannot close it. The button that looks like a power button does not activate and I have tried going into Settings to see if there is a key that opens and closes it but so far have not been able to identify one. I see that others are playing the game so there must be a fix for it.

I'm playing on PC, if it matters. Thanks in advance.
 

greenarrow25

Newbie
Nov 25, 2018
76
47
I need help here. Apologies for not reading the previous posts. I have just started the game and didn't wish for spoilers.

That said, I opened the gadget in the upper right corner or the screen, where the bios and gear descriptions are. Now I cannot close it. The button that looks like a power button does not activate and I have tried going into Settings to see if there is a key that opens and closes it but so far have not been able to identify one. I see that others are playing the game so there must be a fix for it.

I'm playing on PC, if it matters. Thanks in advance.
Look back a few page before there is fix for those issues
 
3.90 star(s) 16 Votes