jcoultas

New Member
Apr 26, 2021
3
0
Having issues with a save editor. Saved near the end of a dat and then changed the save date to this:


calendar > _month :(10)
calendar > day :(6)
calendar > daycount_from_gamestart :(4)

It did not chance the date at all. I even tried changing to thiswith no effect as well:

calendar > _month :(10)
calendar > day :(5)
calendar > daycount_from_gamestart :(10)

I never had this issue with earlier versions of the game, though, so what am I missing? Can anyone tell me, because I am getting very frustrated here. Spent all too much time trying to figure it out on my own with no luck.
 

KMN

68WX Insomniac Lurker Uber Edumacated Nerd
Donor
Jun 13, 2017
161
125
You don't have permission to view the spoiler content. Log in or register now.

So... its an asshat comment... but I got to say it before someone else...

maybe try it w/o the frowny faces next time... ;)


But on a serious note... I cant really help you much... I havnt been into the code enough lately... and Ive no experience trying to use save editor to edit renpy saves... I just use notepad and edit it that way...
 

Rasnec

Member
Mar 2, 2018
213
97

So... its an asshat comment... but I got to say it before someone else...

maybe try it w/o the frowny faces next time... ;)


But on a serious note... I cant really help you much... I havnt been into the code enough lately... and Ive no experience trying to use save editor to edit renpy saves... I just use notepad and edit it that way...
also on the discord we had someone who save edited and it fucked over some of the dialoge and other stuff that happened
 

jcoultas

New Member
Apr 26, 2021
3
0
Code:
I'm sorry, but an uncaught exception occurred.





While running game code:


File "game/Naon.rpy", line 24, in script


X "\"Hi, [player_name!]\""


ValueError: Conversion specifier can't be empty.





-- Full Traceback ------------------------------------------------------------





Full traceback:


File "game/Naon.rpy", line 24, in script


X "\"Hi, [player_name!]\""


File "renpy/ast.py", line 715, in execute


renpy.exports.say(who, what, *args, **kwargs)


File "renpy/exports.py", line 1393, in say


who(what, *args, **kwargs)


File "renpy/character.py", line 1190, in __call__


what = what_pattern.replace("[what]", sub(what, translate=True))


File "renpy/character.py", line 1179, in sub


return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]


File "renpy/substitutions.py", line 270, in substitute


s = formatter.vformat(s, (), kwargs)


File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat


File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 589, in _vformat


File "renpy/substitutions.py", line 171, in convert_field


raise ValueError("Conversion specifier can't be empty.")


ValueError: Conversion specifier can't be empty.





Windows-10-10.0.19041


Ren'Py 7.4.4.1439


JPDE - Sonata of Fire 3.8


Tue Apr 27 10:17:47 2021





Second Neon Katt event wont trigger, or rather crashes partway through.
 

Rasnec

Member
Mar 2, 2018
213
97
Code:
I'm sorry, but an uncaught exception occurred.





While running game code:


File "game/Naon.rpy", line 24, in script


X "\"Hi, [player_name!]\""


ValueError: Conversion specifier can't be empty.





-- Full Traceback ------------------------------------------------------------





Full traceback:


File "game/Naon.rpy", line 24, in script


X "\"Hi, [player_name!]\""


File "renpy/ast.py", line 715, in execute


renpy.exports.say(who, what, *args, **kwargs)


File "renpy/exports.py", line 1393, in say


who(what, *args, **kwargs)


File "renpy/character.py", line 1190, in __call__


what = what_pattern.replace("[what]", sub(what, translate=True))


File "renpy/character.py", line 1179, in sub


return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]


File "renpy/substitutions.py", line 270, in substitute


s = formatter.vformat(s, (), kwargs)


File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat


File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 589, in _vformat


File "renpy/substitutions.py", line 171, in convert_field


raise ValueError("Conversion specifier can't be empty.")


ValueError: Conversion specifier can't be empty.





Windows-10-10.0.19041


Ren'Py 7.4.4.1439


JPDE - Sonata of Fire 3.8


Tue Apr 27 10:17:47 2021





Second Neon Katt event wont trigger, or rather crashes partway through.

go to the first page here and look at known bugs
 

jcoultas

New Member
Apr 26, 2021
3
0
go to the first page here and look at known bugs
All I see from doing that is that they know it exists, so I can only take from that that that there is no known way to fix it or work around it at the moment. Well, at least it can hopefully get resolved eventually.
 

Rasnec

Member
Mar 2, 2018
213
97
All I see from doing that is that they know it exists, so I can only take from that that that there is no known way to fix it or work around it at the moment. Well, at least it can hopefully get resolved eventually.

meinos crossing out that stuff means that it should be fixed in the next version, which we get somewhen at the end of the month/beginning of the next month
 

prototype1029

New Member
Feb 28, 2021
11
2
If I use a save editor to rollback the day, can I go through multiple RWBY routes at the same time, or will it cause problems?
 

Don_Kiwi

Newbie
Mar 29, 2018
33
35
Jesus Christ, Nebula and Dew are kicking my ass. All my stats are at 20 (I read that I should get some to 25 only just now, bit too late). I just can't get any damage in without fucking dying...
 
  • Like
Reactions: youngethan

AngryPhantom

New Member
Jul 9, 2017
12
2
Is anyone getting a bug report when they try to go to the junior job for the third time?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Alley Events.rpy", line 66, in script
    if banned >= 1:
  File "game/Alley Events.rpy", line 69, in <module>
    elif (TwinsEv01 == True and banned == 0 and TwinsTwinsJob04 == False):
NameError: name 'TwinsTwinsJob04' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/Alley Events.rpy", line 66, in script
    if banned >= 1:
  File "renpy/ast.py", line 1852, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Alley Events.rpy", line 69, in <module>
    elif (TwinsEv01 == True and banned == 0 and TwinsTwinsJob04 == False):
NameError: name 'TwinsTwinsJob04' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
JPDE - Sonata of Fire 3.8
Wed May  5 15:43:04 2021
 
  • Like
Reactions: youngethan

Rasnec

Member
Mar 2, 2018
213
97
Is anyone getting a bug report when they try to go to the junior job for the third time?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Alley Events.rpy", line 66, in script
    if banned >= 1:
  File "game/Alley Events.rpy", line 69, in <module>
    elif (TwinsEv01 == True and banned == 0 and TwinsTwinsJob04 == False):
NameError: name 'TwinsTwinsJob04' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/Alley Events.rpy", line 66, in script
    if banned >= 1:
  File "renpy/ast.py", line 1852, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Alley Events.rpy", line 69, in <module>
    elif (TwinsEv01 == True and banned == 0 and TwinsTwinsJob04 == False):
NameError: name 'TwinsTwinsJob04' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
JPDE - Sonata of Fire 3.8
Wed May  5 15:43:04 2021
this is a known bug, on the first page there is alist of known bugs
 
  • Like
Reactions: youngethan

youngethan

New Member
Jan 13, 2020
14
34
Jesus Christ, Nebula and Dew are kicking my ass. All my stats are at 20 (I read that I should get some to 25 only just now, bit too late). I just can't get any damage in without fucking dying...
Yeah same. I ended up putting a fuckton of time into my stats, so they're all >20, and I'm pretty sure my strength is in the 50s. Still getting my ass kicked in like five or six rounds :(
 

DearLegend37

Active Member
Compressor
Dec 20, 2019
841
8,902
JPDE - Sonata of Fire [v3.9.1] [Meinos Kaen] 1.89GB

Compressed version for WINDOWS/LINUX (469MB)
Compressed version for MAC (435MB)
*This compression is NOT already patched. Please download also the patch in the OP for the lewd content.

This compression is unofficial and may break your game.
 
Last edited:
  • Like
Reactions: Chrisdarock19
4.40 star(s) 28 Votes