Thanks for the reply, but I think I'll just leave this game alone for a while. Best of luck with the development thoughThat happens when you are in mission. Mission time you have to talk to Robin. Go to lobby
You have to complete the first events with the characters. Train with terra in gym at morning. Then the hint will start working for upcoming events. 'Go!' application will have questlog once you started MissionsWhat is this UI? No questlog, no diary, I finished the introductory events (meditation with raven, dance starfire, etc), got almost entire friends line. No idea where to go next or wtf am I supposed to be doing. Are repeatable events doing anything? No skill tree with skills, no indicators of any kind of progress whatsoever.
Honestly, instead of playing the game and enjoying decent art it is "5 minutes of event, an hour of searching for it ad grinding same scenes". Incredibly miserable experience for Renpy, feels more like the worst kind of unity walking simulator.
Dev, you got a a good thing going - art, character writing is believable - just integrate a god damn walkthrough mod into the game instead of hints that do not even appear, I only get "good new day" out of them.
View attachment 1970660
tell me where you got stuck, and I will look into it if it's a bug.I downloaded the new patch, thinking I finished last patch, but apparently I didn't. I think what happened is that I played the game myself until I got stuck, looked at the walkthrough, couldn't find where I am in it (maybe did things out of order?) and gave up.
Sadly a game requiring staying closely to the walkthrough is a game design desaster.
Same. The game is extremely heavily railroaded.ok im completely lost finish the first mission, got the raven scene and miko/cyborg one, did mikos friendship thing and blackfires now nothing for 3 weeks in game
75264 42089Anyone know the code for the bike?
View attachment 1970972
You don't have permission to view the spoiler content. Log in or register now.
The gallery can be accessed via the "Texts" app on your cellphone. Next to each character you can find an icon made of small 3x3 dots, upon clicking this symbol you can see the available replays.Same. The game is extremely heavily railroaded.
Also, where is the gallery?
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'images/places/training_field/chibis/miko.png'>:
File "game/scripts/locations/locations.rpy", line 514, in <module>
File "game/scripts/functions.rpy", line 166, in Background_interact
IOError: Couldn't find file 'images/places/training_field/chibis/miko.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 700, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 639, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 92, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 514, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/locations/locations.rpy", line 514, in <module>
File "game/scripts/functions.rpy", line 166, in Background_interact
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, 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 3839, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2565, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 688, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 625, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 287, in get
surf = image.load()
File "renpy/display/im.py", line 706, in load
raise e
IOError: Couldn't find file 'images/places/training_field/chibis/miko.png'.
Windows-10
Ren'Py 7.4.11.2266
XIX v0.3a
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'images/places/lobby/chibis/beastboy.png'>:
File "game/scripts/locations/locations.rpy", line 426, in <module>
File "game/scripts/functions.rpy", line 166, in Background_interact
IOError: Couldn't find file 'images/places/lobby/chibis/beastboy.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 700, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 639, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 92, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 426, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/locations/locations.rpy", line 426, in <module>
File "game/scripts/functions.rpy", line 166, in Background_interact
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, 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 3839, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2565, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 688, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 625, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 287, in get
surf = image.load()
File "renpy/display/im.py", line 706, in load
raise e
IOError: Couldn't find file 'images/places/lobby/chibis/beastboy.png'.
Windows-10
Ren'Py 7.4.11.2266
XIX v0.3a
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00library.rpy", line 268, in say
who(what, interact=interact, *args, **kwargs)
Exception: DynamicImage u'characters/mc/[mc_skin]/expression/[mc_expression].png': could not find image. (u'characters/mc/3/expression/f40.png')
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 700, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 639, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 92, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/locations.rpyc", line 229, in script call
File "scripts/characters/terra_conversation.rpyc", line 50, in script call
File "scripts/locations/rooms.rpyc", line 25, in script call
File "v0.3.rpyc", line 5597, in script
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 268, in say
who(what, interact=interact, *args, **kwargs)
File "renpy/character.py", line 1249, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 901, in do_display
**display_args)
File "renpy/character.py", line 647, in display_say
rv = renpy.ui.interact(mouse='say', type=type, 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 3325, 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 3737, 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/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/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 570, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/image.py", line 752, in per_interact
self.find_target()
File "renpy/display/image.py", line 652, in find_target
raise Exception(error)
Exception: DynamicImage u'characters/mc/[mc_skin]/expression/[mc_expression].png': could not find image. (u'characters/mc/3/expression/f40.png')
Windows-10
Ren'Py 7.4.11.2266
XIX v0.3a