sahamat

Newbie
Apr 15, 2018
58
22
the story of the game is good, the animation is not too bad, but why are quite a lot of people who are not satisfied with this game, especially the members of the developer patreon are quite few and of course the monthly income is very little
because there don't understand the story line I think …. so too much talk and complain then understand the story ...
 

frankenstein1

Newbie
Aug 8, 2019
28
10
can someone help me ? i'm getting a error " an exeption has occurred." IOError: coudn't find the file " intro 1.webp"
 

-KC-

got land?
Modder
Donor
Compressor
Former Staff
Sep 9, 2019
246
2,593
One More Chance Chapter 3 0.5
PC:
-
MAC: -

Bonus:
One More Chance: Side story
This is a standalone game. It's about the stories of Jennifer and Ann when they were young.

PC: -
MAC: -


yo where is mac chapter one? Download is not available!
Enjoy!
One More Chance Chapter I 0.5 (MAC) -
 
Last edited:

Shadu

Member
Mar 8, 2018
411
243
whats the info on this new update i dont see any changes and wana wait before i download if its either bugs fixes or story continues
 

somebodynobody

Engaged Member
May 11, 2017
3,251
4,200
Finished the update and next click is an error.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 5005, in script
    label qte_setup(time_start, time_max, interval, trigger_key, x_align, y_align):
Exception: Required parameter time_start has no value.

Pressing Ignore gets these too.

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 5009, in script
    $ interval = interval
  File "game/script.rpy", line 5009, in <module>
    $ interval = interval
NameError: name 'interval' is not defined

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 5010, in script
    $ trigger_key = trigger_key
  File "game/script.rpy", line 5010, in <module>
    $ trigger_key = trigger_key
NameError: name 'trigger_key' is not defined

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 5011, in script
    $ x_align = x_align
  File "game/script.rpy", line 5011, in <module>
    $ x_align = x_align
NameError: name 'x_align' is not defined

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 5012, in script
    $ y_align = y_align
  File "game/script.rpy", line 5012, in <module>
    $ y_align = y_align
NameError: name 'y_align' is not defined

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 5014, in script
    call screen qte_button
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/qte.rpy", line 34, in execute
    screen qte_button:
  File "game/qte.rpy", line 34, in execute
    screen qte_button:
  File "game/qte.rpy", line 44, in execute
    timer interval repeat True action If(time_start > 0.0, true=SetVariable('time_start', time_start - interval), false=[Return(0), Hide('qte_button')])
NameError: name 'interval' is not defined
 

-KC-

got land?
Modder
Donor
Compressor
Former Staff
Sep 9, 2019
246
2,593
Here's my compressed version.

Lossy compression is used. (means some, image/audio/video quality may be reduced to make files smaller)

One More Chance [Ch.3 v0.5][The Lonely Joker] - Original Size: (1.42GB)

Compressed Download - PC (250MB): -

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

popfan

Member
Dec 31, 2018
117
22
Just downloaded chapter 1 .5 and crashes right after you select your name

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'class 6.webp'>:
File "game/script.rpy", line 438, in script
h "That's it for today. Goodbye, see you all tomorrow."
IOError: Couldn't find file 'class 6.webp'.

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

Full traceback:
File "game/script.rpy", line 438, in script
h "That's it for today. Goodbye, see you all tomorrow."
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\ast.py", line 652, in execute
renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\exports.py", line 1199, in say
who(what, *args, **kwargs)
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\character.py", line 1016, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\character.py", line 817, in do_display
**display_args)
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\character.py", line 566, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\core.py", line 3132, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\core.py", line 2055, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 485, in renpy.display.render.render_screen
File "render.pyx", line 233, in renpy.display.render.render
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
File "render.pyx", line 233, in renpy.display.render.render
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\image.py", line 495, in render
return wrap_render(self.target, width, height, st, at)
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "D:\MEGAsync Downloads\OnemorechanceChapterI-0.5-pc\renpy\loader.py", line 555, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'class 6.webp'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
One more chance chapter I 0.5
Thu Oct 31 07:48:54 2019
 
4.10 star(s) 41 Votes