- Jan 31, 2019
- 2
- 1
01 Don't lick the lady upwards, she'll test you with the maid insteadHi someone can help me on how to obtain theses scenes ?
You don't have permission to view the spoiler content. Log in or register now.
thanks
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'intro 1.webp'>:
File "game/script.rpy", line 25, in script
p "I'm a millionaire. I've spent most of my life working and earning money. When I was young, I wanted to make enough money for my family and I."
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
IOError: Couldn't find file 'intro 1.webp'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 25, in script
p "I'm a millionaire. I've spent most of my life working and earning money. When I was young, I wanted to make enough money for my family and I."
File "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\ast.py", line 618, in execute
statement_name("say")
File "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\ast.py", line 43, in statement_name
i(name)
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
File "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\exports.py", line 1452, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\core.py", line 2207, in do_with
clear=clear)
File "C:\Users\andre\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 "C:\Users\andre\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 "C:\Users\andre\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 "C:\Users\andre\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 "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\transition.py", line 358, in render
bottom = render(self.old_widget, width, height, st, at)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\andre\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 "C:\Users\andre\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 "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\image.py", line 495, in render
return wrap_render(self.target, width, height, st, at)
File "C:\Users\andre\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 "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\Users\andre\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 "C:\Users\andre\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 'intro 1.webp'.
Windows-8-6.2.9200
Ren'Py 7.0.0.196
One more chance chapter I 0.5
Mon Jun 17 22:32:22 2019
I get this error when I try to name my character, anyone know y?Code:I'm sorry, but an uncaught exception occurred. While loading <'Image' u'intro 1.webp'>: File "game/script.rpy", line 25, in script p "I'm a millionaire. I've spent most of my life working and earning money. When I was young, I wanted to make enough money for my family and I." File "renpy/common/000window.rpy", line 98, in _window_auto_callback _window_show() File "renpy/common/000window.rpy", line 60, in _window_show renpy.with_statement(trans) IOError: Couldn't find file 'intro 1.webp'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 25, in script p "I'm a millionaire. I've spent most of my life working and earning money. When I was young, I wanted to make enough money for my family and I." File "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\ast.py", line 618, in execute statement_name("say") File "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\ast.py", line 43, in statement_name i(name) File "renpy/common/000window.rpy", line 98, in _window_auto_callback _window_show() File "renpy/common/000window.rpy", line 60, in _window_show renpy.with_statement(trans) File "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\exports.py", line 1452, in with_statement return renpy.game.interface.do_with(trans, paired, clear=clear) File "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\core.py", line 2207, in do_with clear=clear) File "C:\Users\andre\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 "C:\Users\andre\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 "C:\Users\andre\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 "C:\Users\andre\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 "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\transition.py", line 358, in render bottom = render(self.old_widget, width, height, st, at) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\Users\andre\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 "C:\Users\andre\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 "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\image.py", line 495, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\andre\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 "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\im.py", line 580, in render return cache.get(self, render=True) File "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\im.py", line 266, in get surf = image.load() File "C:\Users\andre\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 "C:\Users\andre\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 'intro 1.webp'. Windows-8-6.2.9200 Ren'Py 7.0.0.196 One more chance chapter I 0.5 Mon Jun 17 22:32:22 2019
This game became WORSE every update.So I don't think people care about it just like before3.0.1 is out
found our issue my friend , dunno if you did , but need to add in the patch for chapter one..link is blow main file.. i totally over looked it.. goes in the game folder , click yes to overwriteI get this error when I try to name my character, anyone know y?Code:I'm sorry, but an uncaught exception occurred. While loading <'Image' u'intro 1.webp'>: File "game/script.rpy", line 25, in script p "I'm a millionaire. I've spent most of my life working and earning money. When I was young, I wanted to make enough money for my family and I." File "renpy/common/000window.rpy", line 98, in _window_auto_callback _window_show() File "renpy/common/000window.rpy", line 60, in _window_show renpy.with_statement(trans) IOError: Couldn't find file 'intro 1.webp'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 25, in script p "I'm a millionaire. I've spent most of my life working and earning money. When I was young, I wanted to make enough money for my family and I." File "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\ast.py", line 618, in execute statement_name("say") File "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\ast.py", line 43, in statement_name i(name) File "renpy/common/000window.rpy", line 98, in _window_auto_callback _window_show() File "renpy/common/000window.rpy", line 60, in _window_show renpy.with_statement(trans) File "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\exports.py", line 1452, in with_statement return renpy.game.interface.do_with(trans, paired, clear=clear) File "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\core.py", line 2207, in do_with clear=clear) File "C:\Users\andre\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 "C:\Users\andre\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 "C:\Users\andre\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 "C:\Users\andre\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 "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\transition.py", line 358, in render bottom = render(self.old_widget, width, height, st, at) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\Users\andre\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 "C:\Users\andre\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 "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\image.py", line 495, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\andre\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 "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\im.py", line 580, in render return cache.get(self, render=True) File "C:\Users\andre\Downloads\OnemorechanceChapterI-0.5-pc\renpy\display\im.py", line 266, in get surf = image.load() File "C:\Users\andre\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 "C:\Users\andre\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 'intro 1.webp'. Windows-8-6.2.9200 Ren'Py 7.0.0.196 One more chance chapter I 0.5 Mon Jun 17 22:32:22 2019
you don't really need a walk through. Most of the choices are clear (save before choosing) that you can see your actions are good or not.Walkthrough anyone?
there is 1 instance in chapter 2 where a walkthrough could be useful for ivy but beyond that there is really nothing that isnt obviousyou don't really need a walk through. Most of the choices are clear (save before choosing) that you can see your actions are good or not.
If u havent played before i suggest you playing from chapter 1, and no the saves dont carry overShould I start from chapter 1 or can I just play chapter 3? Do the saves carry over, like from chapter to chapter?