Ren'Py Where do renpy usually save the default stats?

johanes

Member
May 14, 2017
214
215
Im not talking about the save location and files... im more talking about the default variables that gets reset everytime a day ends or the mission progresses... Like lets say you have 5 energy per day and it resets back to 5 whenever you take a rest everyday... saveeditonline wouldnt really help because at the end of the day it will reset back to the 5 number. which file name does renpy save those stats?
 

watdapakisdis

Member
Aug 24, 2016
494
1,180
Those variables are usually declared in the script.rpy file. Some devs move it around to a different file. Outside of using a program like Cheat Engine to freeze the value, you'll need to edit the script to either increase the cap or remove the the initialization during a start of a day.