I too, don't know what npot and tears refer to or what you'd need renders for.can someone tell me what is npot and tears and which render i need ?
Otherwise, godspeed you.
I too, don't know what npot and tears refer to or what you'd need renders for.can someone tell me what is npot and tears and which render i need ?
thanks mate anywayI too, don't know what npot and tears refer to or what you'd need renders for.
Otherwise, godspeed you.
THE PATCH WONT WORK FOR THIS VERSIONI get this error with the patch installed.
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
The label _call_inputter_1 is defined twice, at
File "game/intro.rpy", line 20 and
File "game/zz_patch.rpy", line 35.
I get this error with the patch installed.
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
The label _call_inputter_1 is defined twice, at
File "game/intro.rpy", line 20 and
File "game/zz_patch.rpy", line 35.
THE PATCH WONT WORK FOR THIS VERSION
try this and let me know if this is woring for youGeting error with inc patch 3.3 ? is there any fix
```
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
The label _call_inputter_1 is defined twice, at
File "intro.rpyc", line 20 and
File "game/zz_patch.rpy", line 35.
Ren'Py Version: Ren'Py 7.2.2.491
Fri May 01 00:26:19 2020
```
Hi gigan , unfortunately I've got those errors starting the game:try this and let me know if this is woring for you
It works with the test version, thank you!try this and let me know if this is woring for you
try the test zip where you quote me.There is not a label from the game inside so there should not come this errorHi gigan , unfortunately I've got those errors starting the game:
Nope: I started a new game as I haven't played this in a while, can't even get past naming and relationships without error after error.Sounds like a save game error. This update isn't compatible with the old version? Maybe starting a new game would be the solution.
```
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'gui/textbox2.png'>:
IOError: Couldn't find file 'gui/textbox2.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "storyParts/roommateStory1.rpyc", line 14, in script
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\ast.py", line 694, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\exports.py", line 1322, in say
who(what, *args, **kwargs)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\character.py", line 1127, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\character.py", line 842, in do_display
**display_args)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\core.py", line 3174, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\core.py", line 2086, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 516, in renpy.display.render.render_screen
File "render.pyx", line 244, in renpy.display.render.render
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\screen.py", line 669, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\layout.py", line 1152, in render
back = render(style.background, bw, bh, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/textbox2.png'.
Windows-8-6.2.9200
Ren'Py 7.2.2.491
0.3.3
Fri May 01 00:54:57 2020
```
Click compressed version on download below you will find what you looking forSo after reading the change log does anyone know where I can download 0.3.2b? I only have 0.3.2a and don't really want to start a new game
Aren't the compressed versions of the game ones that are messed with to take up less space? And it says v0.3.2 not what version it isClick compressed version on download below you will find what you looking for
same problem can`t playSo, I played the intro. I enjoyed the game.
However, the new update is giving me constant errors.
Is it a fail in the executable or is it me?
It gives an error about every other click. If I insert the fairy's name, I can't proceed.
Started a shortcut save and a new save, and didn't have any problems.try this and let me know if this is woring for you
Other .. compressed ( red line link ) that the new version 0.3.3Aren't the compressed versions of the game ones that are messed with to take up less space? And it says v0.3.2 not what version it is