I was curious what game engine this uses? Looking into making a visual novel that has more than just dialogue choices and so was looking into some of the games I liked more for their features (like this one)
thebrucesmeow
Recent community posts
Ran into this error at the end of the Hikaru playthrough
```
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: DynamicImage u'char/MC/[express].png': could not find image. (u'char/MC/shocked.png')
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "main.rpyc", line 696, in script call
File "main.rpyc", line 696, in script call
File "newdirtytalk.rpyc", line 460, in script call
File "newdirtytalk.rpyc", line 455, in script call
File "newdirtytalk.rpyc", line 460, in script call
File "endings.rpyc", line 3135, in script
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\ast.py", line 694, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\exports.py", line 1322, in say
who(what, *args, **kwargs)
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\character.py", line 1127, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\character.py", line 842, in do_display
**display_args)
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-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 "C:\Users\Cat\Documents\SeiyuuDanshiFinal-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 "C:\Users\Cat\Documents\SeiyuuDanshiFinal-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 "C:\Users\Cat\Documents\SeiyuuDanshiFinal-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 "C:\Users\Cat\Documents\SeiyuuDanshiFinal-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 "C:\Users\Cat\Documents\SeiyuuDanshiFinal-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 "C:\Users\Cat\Documents\SeiyuuDanshiFinal-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 "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\display\image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\display\image.py", line 306, in wrap_render
rend = render(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 "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 336, in render
surf = render(self.child, width, height, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 1267, in render
return 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 "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\display\image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\display\image.py", line 306, in wrap_render
rend = render(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 "C:\Users\Cat\Documents\SeiyuuDanshiFinal-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 "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 336, in render
surf = render(self.child, width, height, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 1265, in render
self.update(st, at)
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 1254, in update
child.visit_all(lambda c : c.per_interact())
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\display\core.py", line 536, in visit_all
callback(self)
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 1254, in <lambda>
child.visit_all(lambda c : c.per_interact())
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\display\image.py", line 738, in per_interact
self.find_target()
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\display\image.py", line 640, in find_target
raise Exception(error)
Exception: DynamicImage u'char/MC/[express].png': could not find image. (u'char/MC/shocked.png')
Windows-8-6.2.9200
Ren'Py 7.2.2.491
seiyuudanshifinal 1.0
Sat Jul 20 12:49:10 2019
```
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/adultshops.rpy", line 326, in <module>
NameError: name 'gotomatsuriwith' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "main.rpyc", line 696, in script call
File "main.rpyc", line 696, in script call
File "adultshops.rpyc", line 326, in script
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\ast.py", line 1807, in execute
if renpy.python.py_eval(condition):
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\python.py", line 1961, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\Cat\Documents\SeiyuuDanshiFinal-pc\renpy\python.py", line 1954, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/adultshops.rpy", line 326, in <module>
NameError: name 'gotomatsuriwith' is not defined
Windows-8-6.2.9200
Ren'Py 7.2.2.491
seiyuudanshifinal 1.0
Sat Jul 20 10:59:56 2019
```