Hartigan

Member
Nov 6, 2017
194
204
next Dev which is not able to to use his old saves... and another one bites the Dust

Spends a user a new save at the beginning of the new 0.4. Content, or can we delete the game ?
 

dacris69

M, TI
Donor
Nov 20, 2017
2,114
6,020
short update and too many chars, lost count and starting to not give a shit about them
renders were improved? 0.4 is 4gb while 0.3 was under 2gb
 

supermanz95

Well-Known Member
Aug 7, 2016
1,765
2,720
Not a fan of HoneySelect games at all, but this one is brilliant, its carried by clever writing and tone of dialogue alone.
 

Burt Reynolds Mustache

Well-Known Member
Modder
Donor
Game Developer
Jul 19, 2017
1,899
4,038
The lack of save support for the previous version is a damned killer here. It's not a short game... and getting back to where I was will take some time... not thrilled honestly. Was looking forward to it... then nothing...
 

Lorric17

Well-Known Member
May 25, 2017
1,147
1,238
Just played this for the first time. I like it. There are some strange things here and there, but generally pretty good. Didn't like the Arisa story, since the MC behaves like a jerk to her, even before choosing to continue or not. There are douche/sexual assault options with some of the other girls, but at least they are optional. It's a minor thing, though.

Another one added to my watched threads list.
 
  • Like
Reactions: supermanz95

Lost gamer

Member
Sep 5, 2017
305
125
This is a great game so far. I love the idea of getting a second chance. Let's hope he does enough good to get extra time. Just one question, when does mom get invited to become the den mother for MC's ladies?
 

thelonelyjoker

Newbie
Game Developer
Nov 20, 2017
92
748
Is it me or something wrong with old saves? If I want to continue where I left off I immediately get an error
If anyone has same this problem please report to me. I have no idea because I can use save from previous update to continue in next update.
 

thelonelyjoker

Newbie
Game Developer
Nov 20, 2017
92
748
This is a great game so far. I love the idea of getting a second chance. Let's hope he does enough good to get extra time. Just one question, when does mom get invited to become the den mother for MC's ladies?
I wanted to put her in but I changed my mind, I want to keep her as a family relationship. Right now I don't have plan for incest, sorry about that.
 
  • Like
Reactions: supermanz95

jonexhd

Newbie
Jan 25, 2018
92
19
Would anyone offer a torrent or upload the game to another drive please? The gdrive and mega doesn't work very well on my side...
 

lockhear

Engaged Member
Oct 10, 2017
2,671
54,715
Well, old saves from 0.3 generate error:

Code:
While running game code:
  File "renpy/common/00action_file.rpy", line 434, 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 "G:\!!_Games\OneMoreChance\0.4\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\python.py", line 1888, in py_exec_bytecode
    exec bytecode in 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 "G:\!!_Games\OneMoreChance\0.4\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\display\core.py", line 2635, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\display\core.py", line 3437, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\display\transition.py", line 45, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "G:\!!_Games\OneMoreChance\0.4\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\display\screen.py", line 689, in event
    rv = self.child.event(ev, x, y, st)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\display\layout.py", line 239, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\display\layout.py", line 239, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\display\layout.py", line 239, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\display\behavior.py", line 906, in event
    return handle_click(self.clicked)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\display\behavior.py", line 841, in handle_click
    rv = run(action)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\display\behavior.py", line 315, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 434, in __call__
    renpy.load(fn)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\loadsave.py", line 728, in load
    log.unfreeze(roots, label="_after_load")
  File "G:\!!_Games\OneMoreChance\0.4\renpy\python.py", line 1843, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "G:\!!_Games\OneMoreChance\0.4\renpy\python.py", line 1678, in rollback
    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-8-6.2.9200
Ren'Py 6.99.14.3.3347
One more chance chapter I 0.4
Thu Jul 19 05:29:58 2018
 
4.10 star(s) 41 Votes