apostolodieros
Active Member
- Jun 13, 2019
- 750
- 464
- 248
the game is essentially being remastered by the looks of it. according to dev a full code rewrite. so not in quite some time.but do you know when the game should be updated?
Its a renpy game, go into the files and edit them. The .rpy are basically txt files they get compiled on gamestarthow to cheat?
+1A bug happened to me, when ruby, ciel and may fight against the walang my game threw the error that rubys battle commands are missing, in which file would i verify the thruth of that statement, and is it an install issue or an actual bug?
I managed to solve it by going into the files and skipping the fights this happens in. The path is JPDESoF/game/location_events/barito.rpy. Just open the file with notepad or something and link the place where the fight happens to the next event instead, i can provide a file to replace though if that is easier
I'm sorry, but an uncaught exception occurred.
While running game code:
TypeError: Unexpected keyword arguments: 'transition'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "_layout/screen_main_menu.rpymc", line 28, in script
File "renpy/ast.py", line 1138, in execute
File "renpy/python.py", line 1122, in py_exec_bytecode
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
File "renpy/ui.py", line 299, in interact
File "renpy/display\core.py", line 3582, in interact
File "renpy/display\core.py", line 4055, in interact_core
File "renpy/display\core.py", line 684, in visit_all
File "renpy/display\core.py", line 684, in visit_all
File "renpy/display\core.py", line 684, in visit_all
[Previous line repeated 1 more time]
File "renpy/display\screen.py", line 476, in visit_all
File "renpy/display\core.py", line 4055, in <lambda>
File "renpy/display\screen.py", line 487, in per_interact
File "renpy/display\screen.py", line 680, in update
File "renpy/ast.py", line 296, in apply_arguments
File "renpy/ast.py", line 150, in apply
TypeError: Unexpected keyword arguments: 'transition'
I'm sorry, but an uncaught exception occurred.
While running game code:
OSError: Couldn't find file 'sound/VO/Penny/Penny_Greet.ogg'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 7981, in script
File "renpy/ast.py", line 930, in execute
File "renpy/exports.py", line 1474, in say
File "renpy/character.py", line 1352, in __call__
File "renpy/character.py", line 1003, in do_display
File "renpy/character.py", line 693, in display_say
File "renpy/ui.py", line 299, in interact
File "renpy/display\core.py", line 3582, in interact
File "renpy/display\core.py", line 4102, in interact_core
File "renpy/audio\audio.py", line 1271, in interact
File "renpy/audio\audio.py", line 1224, in periodic
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_
File "renpy/audio\audio.py", line 1202, in periodic_thread_main
File "renpy/audio\audio.py", line 1144, in periodic_pass
File "renpy/audio\audio.py", line 534, in periodic
File "renpy/audio\audio.py", line 72, in load
File "renpy/loader.py", line 833, in load
OSError: Couldn't find file 'sound/VO/Penny/Penny_Greet.ogg'.
I'm sorry, but an uncaught exception occurred.
While running game code:
TypeError: Unexpected keyword arguments: 'transition'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\core.py", line 3582, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\core.py", line 4055, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\core.py", line 4055, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\screen.py", line 487, in per_interact
self.update()
File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\ast.py", line 296, in apply_arguments
return parameters.apply(args, kwargs, ignore_errors)
File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\ast.py", line 150, in apply
raise TypeError(
TypeError: Unexpected keyword arguments: 'transition'
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
JPDE - Sonata of Fire 4.6
Wed Oct 16 11:57:13 2024
IIRC, the story is complete but the game itself isn't feature complete.how is this game not completed when there its already a sequel of it
It's was near to be done for good... But not done yet. Personally i was waiting for the last update to play the sequel...wait so the first game was done but now its geting a remake already? does that mean diffrent routes or more charater interactions
im jsut waiting for the sequal to be done or so i enjoyed this ones story. what wasnt finished was it just a few endings or soIt's was near to be done for good... But not done yet. Personally i was waiting for the last update to play the sequel...
Honestly? I've been wanting to make a NSFW focused game for years but finding a good constant NSFW artist to collab with is hard ^^' I'm a bit stretched thin too trying to be writer/director/producer/marketer as well.I suppose I have to ask, considering the site we're on...
Is that it as far as lewds go? This is just a rewrite and redesign of the story, yes? The sequel seems to be hyperfocused on its OCs to the point that it doesn't particularly qualify for the site. (Note this is not a criticism of that. The story is lovely and fun to read. Just wanting to know what expectations to have)