I vote the Alien Pizza.No. That is Top Secret Alien technology.
I have discovered the Alien:
You don't have permission to view the spoiler content. Log in or register now.
This or Pizza gives superpowers.
I vote the Alien Pizza.No. That is Top Secret Alien technology.
I have discovered the Alien:
You don't have permission to view the spoiler content. Log in or register now.
This or Pizza gives superpowers.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/chapter2.rpy", line 2754, in script call
call chapter_2_save from _call_chapter_2_save
File "game/chapter3.rpy", line 749, in script
call screen autoanimation(True, "anim/1/", 20) with dissolve
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/extra_screens.rpy", line 527, in execute
screen autoanimation(auto,path1,frames1):
File "game/extra_screens.rpy", line 527, in execute
screen autoanimation(auto,path1,frames1):
File "game/extra_screens.rpy", line 547, in execute
add "[path][BarTime].png"
Exception: DynamicImage u'[path][BarTime].png': could not find image. (u'anim/1/0.png')
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/chapter2.rpy", line 2754, in script call
call chapter_2_save from _call_chapter_2_save
File "game/chapter3.rpy", line 749, in script
call screen autoanimation(True, "anim/1/", 20) with dissolve
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3132, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3694, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3694, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/extra_screens.rpy", line 527, in execute
screen autoanimation(auto,path1,frames1):
File "game/extra_screens.rpy", line 527, in execute
screen autoanimation(auto,path1,frames1):
File "game/extra_screens.rpy", line 547, in execute
add "[path][BarTime].png"
File "renpy/sl2/sldisplayables.py", line 431, in sl2add
d = renpy.easy.displayable(d, scope=scope)
File "renpy/easy.py", line 113, in displayable
return renpy.display.image.DynamicImage(d, scope=scope)
File "renpy/display/image.py", line 571, in __init__
self.find_target(scope)
File "renpy/display/image.py", line 652, in find_target
raise Exception(error)
Exception: DynamicImage u'[path][BarTime].png': could not find image. (u'anim/1/0.png')
broken old saveshi. my game allwas crashes at the rachel path after dinner. any idea whats wrong? i tried it with and without the mod
it says
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/chapter2.rpy", line 2754, in script call call chapter_2_save from _call_chapter_2_save File "game/chapter3.rpy", line 749, in script call screen autoanimation(True, "anim/1/", 20) with dissolve File "renpy/common/000statements.rpy", line 569, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/extra_screens.rpy", line 527, in execute screen autoanimation(auto,path1,frames1): File "game/extra_screens.rpy", line 527, in execute screen autoanimation(auto,path1,frames1): File "game/extra_screens.rpy", line 547, in execute add "[path][BarTime].png" Exception: DynamicImage u'[path][BarTime].png': could not find image. (u'anim/1/0.png') -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/chapter2.rpy", line 2754, in script call call chapter_2_save from _call_chapter_2_save File "game/chapter3.rpy", line 749, in script call screen autoanimation(True, "anim/1/", 20) with dissolve File "renpy/ast.py", line 2010, in execute self.call("execute") File "renpy/ast.py", line 1998, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "renpy/statements.py", line 278, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 569, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "renpy/exports.py", line 3132, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3276, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3694, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 432, in visit_all callback(self) File "renpy/display/core.py", line 3694, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 443, in per_interact self.update() File "renpy/display/screen.py", line 631, in update self.screen.function(**self.scope) File "game/extra_screens.rpy", line 527, in execute screen autoanimation(auto,path1,frames1): File "game/extra_screens.rpy", line 527, in execute screen autoanimation(auto,path1,frames1): File "game/extra_screens.rpy", line 547, in execute add "[path][BarTime].png" File "renpy/sl2/sldisplayables.py", line 431, in sl2add d = renpy.easy.displayable(d, scope=scope) File "renpy/easy.py", line 113, in displayable return renpy.display.image.DynamicImage(d, scope=scope) File "renpy/display/image.py", line 571, in __init__ self.find_target(scope) File "renpy/display/image.py", line 652, in find_target raise Exception(error) Exception: DynamicImage u'[path][BarTime].png': could not find image. (u'anim/1/0.png')
This is... a weird choice. Why is that?the scene gallery is still locked and will be open in the upcoming chapters
Hi Buk. The game has an built-in walkthrough you can activate at the start.Friends..maybe mod walkthrough ??
Thank you.Hi Buk. The game has an built-in walkthrough you can activate at the start.
nope doesn't work!!Hi Buk. The game has an built-in walkthrough you can activate at the start.
Strange.. has been working without issue for every patch thus far.. hmm..nope doesn't work!!
Did you run into trouble with the release of Ch. 7? According to your post it was supposed to be released yesterday right? Cheers
Polls for Chapter8 starting today!
Hi Peeps,
today i was able to buy a lot of new assets for Chapter8.
Futhermore I improved the Skin texture and some small bugs on the female characters, making them even hotter
The enviroments for chapter8 are also completed today
I making huge efforts these days.
So pls vote for your fav outfit, so i can start with rendering
Use this Link:
You must be registered to see the links
SiN