- Oct 15, 2021
- 2,537
- 4,143
I am not sure what you mean with "limit" but I guess you are talking about grace period before control starts decreasing each day. If that's the case find codes I wrote below and change their values to your liking, I don't know what is the limit but you can always try it in a new save.Where can I find a mod or cheats so that there is no limit in days at a high level of difficulty? Like in secretary mode. I just like that at the maximum difficulty level, the opponents are much stronger and do not die with a single blow
Codes are in
RemtairyPrison.js
Code:
const PRISON_ANARCHY_GRACE_PERIOD_EASY = 60; //unused
const PRISON_ANARCHY_GRACE_PERIOD_NORMAL = 14;
const PRISON_ANARCHY_GRACE_PERIOD_HARD = 7;
const PRISON_ANARCHY_GRACE_LEVEL_ONE_MULTIPLER = 1;
const PRISON_ANARCHY_GRACE_LEVEL_TWO_MULTIPLER = 3;
const PRISON_ANARCHY_GRACE_LEVEL_THREE_MULTIPLER = 3;
const PRISON_ANARCHY_GRACE_LEVEL_FOUR_MULTIPLER = 3;
const PRISON_ANARCHY_GRACE_LEVEL_FIVE_MULTIPLER = 1;