Tool Ren'Py Ren'Py Save Editor [v1.6.1] [Last Moment]

4.00 star(s) 4 Votes

playerdude

Member
Jan 13, 2018
168
153
will there eventually be support for variables like relation values on games like Seeds of Chaos?
would love to raise Alexia's relation points. or Alexia's corruption, or raise Alexia's favor points and such.
 

Last Moment

Member
Modder
May 26, 2017
189
393
will there eventually be support for variables like relation values on games like Seeds of Chaos?
would love to raise Alexia's relation points. or Alexia's corruption, or raise Alexia's favor points and such.
Can you give me a link to the game? or a save file and the some variables name ?
 

playerdude

Member
Jan 13, 2018
168
153
Can you give me a link to the game? or a save file and the some variables name ?
the f95zone's thread link is here
on saveeditonline, the variable looks like this.
all_actors > alexia > _corruption (3)
all_actors > alexia > _favors (0)
all_actors > alexia > _relation (67)
all_actors > alexia > _total_favors (0)
all_actors > cla_min > _favors (0)
all_actors > cla_min > _total_favors (0)
avatar > exp (447)

also, on the renpy editor, stat variables like _intelligence shows up but only have two _intelligence variables and only one of them is correct. i don't know what that extra _intelligence variable is for. there's no problem with base_intelligence though. but _corruption variable is 0 on renpy editor while on saveeditonline, is this some error on renpy editor's part? or something?. also could there be support for other stats like decipher, bluff, diplomacy and stuff? it shows up on renpy editor but the integers are zero when they actually have points in the stats. also the variables shows up twice again for some reason.

as for the save file, here's my current save file.
 

Last Moment

Member
Modder
May 26, 2017
189
393
the f95zone's thread link is here
on saveeditonline, the variable looks like this.
all_actors > alexia > _corruption (3)
all_actors > alexia > _favors (0)
all_actors > alexia > _relation (67)
all_actors > alexia > _total_favors (0)
all_actors > cla_min > _favors (0)
all_actors > cla_min > _total_favors (0)
avatar > exp (447)

also, on the renpy editor, stat variables like _intelligence shows up but only have two _intelligence variables and only one of them is correct. i don't know what that extra _intelligence variable is for. there's no problem with base_intelligence though. but _corruption variable is 0 on renpy editor while on saveeditonline, is this some error on renpy editor's part? or something?. also could there be support for other stats like decipher, bluff, diplomacy and stuff? it shows up on renpy editor but the integers are zero when they actually have points in the stats. also the variables shows up twice again for some reason.

as for the save file, here's my current save file.
Perfect, Thank you i will work on it
 
  • Like
Reactions: Tember

DLE

New Member
Sep 21, 2018
3
0
How to change variables type from boolean to interger? Thanks.
You can't as the variable type defined by the game developer, changing the type may result in game crash
I compared my save data and found that to certain levels the type was changed from boolean to interger.
 

Last Moment

Member
Modder
May 26, 2017
189
393
It is probably changed by the game.
Aha, try to open a save file after the game change the variable type and edit it using the tool.

Of course i can allow the tool to change the data type of a variable, but it will result in a lot of game crushes. so i don't think it will be good.
 
  • Like
Reactions: Updog

batanegra

Member
May 8, 2017
370
76
there are games that have some attributes hidden and only with save edit online can be modified, is because of the game o because of the editor?
 

JuliBee

New Member
Oct 28, 2018
1
0
Got a problem with opening the .rar from the 1.6.1 version, WinRAR tells me the archive is damaged, 7zip can't open it either, the google drive file preview doesn't work either, probably because the archive is damaged. The 5.1 version works without problem tho.
 

Last Moment

Member
Modder
May 26, 2017
189
393
Got a problem with opening the .rar from the 1.6.1 version, WinRAR tells me the archive is damaged, 7zip can't open it either, the google drive file preview doesn't work either, probably because the archive is damaged. The 5.1 version works without problem tho.
Version 1.6.1 rar works perfectly for me, may be you need a higher version of WinRAR
anyway i upload a zip archive to openload try it
 

batanegra

Member
May 8, 2017
370
76
Uncheck the filters in the top of the variable grid
maybe i just miss explained, there are games that have attributes that are hidden for your editor (that i still think is really great)
example: in the game seed of chaos, the editor doesn't work without breaking the save, the gold can't be modified, only the save editor online let me do it, that's why i ask about that
 

Last Moment

Member
Modder
May 26, 2017
189
393
maybe i just miss explained, there are games that have attributes that are hidden for your editor (that i still think is really great)
example: in the game seed of chaos, the editor doesn't work without breaking the save, the gold can't be modified, only the save editor online let me do it, that's why i ask about that
aha, ok could you provide me with a save file and variable name
 

batanegra

Member
May 8, 2017
370
76
aha, ok could you provide me with a save file and variable name
no problem, in your editor only "_gold" is present
but in the online editor theres the variable "avatar>_gold" that is the gold of the character, and both of them have different values, and only the avatar gold is the one that affect the gold in the game
 

Last Moment

Member
Modder
May 26, 2017
189
393
no problem, in your editor only "_gold" is present
but in the online editor theres the variable "avatar>_gold" that is the gold of the character, and both of them have different values, and only the avatar gold is the one that affect the gold in the game
Thank you, i will check it and let you the updates
 
4.00 star(s) 4 Votes