Wd67c

Formerly 'Wiruto'
Jul 21, 2021
3
1
38
This has already probably been asked but for the android version, are part 1 and 2 related ?
Like I feel that it doesn't follow. Part 1 stop in a middle of a sequence like it should keep going at the next update. On the other hand, part 2 start with more corrupted characters and rather out of nowhere.

The game is great but that thing is bugging me and I don't wanna start part2 if I'm missing something in between.
 

Bottomless Pit

Member
Game Developer
Apr 1, 2023
126
949
227
This has already probably been asked but for the android version, are part 1 and 2 related ?
Like I feel that it doesn't follow. Part 1 stop in a middle of a sequence like it should keep going at the next update. On the other hand, part 2 start with more corrupted characters and rather out of nowhere.

The game is great but that thing is bugging me and I don't wanna start part2 if I'm missing something in between.
Part 2 starts right where part 1 is ended. Not sure why you feel them disconnected.
I think you pushed Continue button instead of Start. Continue button leads to the latest update, for whom who already played part 2 before but didn’t have saves.
 
  • Like
Reactions: JimmyJazz69

renfo1

New Member
Jul 8, 2019
1
0
186
Current Android's Part 2 is bugged. It is Part 1 with different name and file size. After Installation application even named '... Part 1'
 

Wd67c

Formerly 'Wiruto'
Jul 21, 2021
3
1
38
Part 2 starts right where part 1 is ended. Not sure why you feel them disconnected.
I think you pushed Continue button instead of Start. Continue button leads to the latest update, for whom who already played part 2 before but didn’t have saves.
That's it ! God damn it ! Thank you very much. I'm just too used to the continue.
 
  • Heart
Reactions: Bottomless Pit

MisterFluffles

New Member
Mar 23, 2023
12
22
117
Use previous saves, guys, if the last one is corrupted. No need to start from the very beginning. Sorry, sometimes it happens.

Could we at least get a way to make the auto forward go faster? I mean there is zero excuse to not have that option. It takes hours to go through this on auto and with old saved not working, it is insane to not have that option.
 

Lolicop

Newbie
Aug 9, 2017
24
12
156
The games narrative, particularly in the beginning, really resonated with a part of my life. I went through something similar, lost a beautiful girl because of my sexual habits (got a lot of ideas from playing these games ) would ask the women i was dating to do them, went too far once with a girl I had been seeing for over two years, she got fed up, ended binge drinking for 6 months and watched porn almost constantly, only difference is I still had to go to work to pay for my home as i was living alone, and I didn't get to build a harem of sluts lol. If anyone ever went through something similar, and you need to numb yourself for a while, these games are great for that as long as you can distinguish them from reality. I'm not saying don't play them, I still do. Just don't constantly mix it with alcohol and build a neverending pit of self pity and instant gratification. I never have shared any of that before, but this game's narrative hit a little too close to a home where I used to reside. Happy gaming everyone :)
 

PeterLA0909

Newbie
Apr 19, 2021
61
17
83
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 499, 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\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\ast.py", line 821, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\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\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\core.py", line 2215, 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\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\core.py", line 3278, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\screen.py", line 793, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\layout.py", line 1523, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\layout.py", line 1523, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\behavior.py", line 1180, in event
    return handle_click(self.clicked)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\behavior.py", line 1101, in handle_click
    rv = run(action)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\loadsave.py", line 826, in load
    log.unfreeze(roots, label="_after_load")
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\rollback.py", line 1135, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\rollback.py", line 930, in rollback
    self.load_failed()
  File "C:\Users\Winnie\Downloads\NymphoTamer-0.88-pc\NymphoTamer-0.88-pc\renpy\rollback.py", line 848, 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?

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.2.24090902
Nympho Tamer 0.88
Mon Oct 20 17:19:24 2025

got this after loading the old save from last update
anyone can help please?
 

NCOGEEK

Newbie
Mar 13, 2022
22
6
104
Same here, when loading save from 0.84

Works with an older save (like from a few scenes earlier) but sometimes game crash.
 
Last edited:

Ascaris

New Member
May 9, 2023
11
11
103
Im trying to update Part 2. I have the new apk for part 2 but android keeps asking to update part 1 even though I have both. How do I get it to update part 2 and not part 1?
 
3.90 star(s) 80 Votes