ovan20 Posted February 25, 2018 Share Posted February 25, 2018 I want to take off the game the limit the character has for sleeping. Meaning he would never be "not tired" and you would always be able to sleep for how long and whenever you wanted. What would be the parameter to edit in the game to get that effect? Link to comment Share on other sites More sharing options...
uchiwaobito Posted February 25, 2018 Share Posted February 25, 2018 (edited) In rpg_param.xml you can either setOversleepnessFillTime to a big number (the max sleeping time in hours)orOversleepnessEmptyTime to 0 (the time to reset your over sleepness) Edited February 25, 2018 by uchiwaobito Link to comment Share on other sites More sharing options...
ovan20 Posted February 25, 2018 Author Share Posted February 25, 2018 In rpg_param.xml you can either setOversleepnessFillTime to a big number (the max sleeping time in hours)orOversleepnessEmptyTime to 0 (the time to reset your over sleepness) I'll try that. Link to comment Share on other sites More sharing options...
ovan20 Posted February 25, 2018 Author Share Posted February 25, 2018 Yup, it's working :). I added the line: <row rpg_param_key="OversleepnessEmptyTime" rpg_param_value="0" /> ; and now i can rest at any time. No longer my character will be "not tired" making me wait to be able to save the game XD. Link to comment Share on other sites More sharing options...
Recommended Posts