HappyGoomba

Active Member
Mar 7, 2020
693
689
i only wish we can manual saves on any difficulty. it become so much harder without it. why !!!
In RemtairyPrison.js, change this function to always return true.
JavaScript:
Game_Party.prototype.canOpenSaveMenu = function() {
    return true; //this.easyMode() || $gameSwitches.value(SWITCH_TEST_MODE_ID) || (Prison.freeMode() && ConfigManager.cheatDisableAutosave);
};
 
Feb 27, 2024
63
11
In RemtairyPrison.js, change this function to always return true.
JavaScript:
Game_Party.prototype.canOpenSaveMenu = function() {
    return true; //this.easyMode() || $gameSwitches.value(SWITCH_TEST_MODE_ID) || (Prison.freeMode() && ConfigManager.cheatDisableAutosave);
};
i dont understand how to put those magic line of words into the game
 
Feb 27, 2024
63
11
I know it's pointless to contemplate about it now since main game is "complete" and all that remains is DLC and mods.
Still somehow it bothered me that there isn't some "regrets" ending between pure ending and "going back to free roam" ending. Even though regrets ending would be just pure ending with different flavor.
I guess that probably wouldn't make any sense.
i dont even get to any ending because afraid to lose. cant manual save sucks !!
 
Feb 27, 2024
63
11
In RemtairyPrison.js, change this function to always return true.
JavaScript:
Game_Party.prototype.canOpenSaveMenu = function() {
    return true; //this.easyMode() || $gameSwitches.value(SWITCH_TEST_MODE_ID) || (Prison.freeMode() && ConfigManager.cheatDisableAutosave);
};
RemtairyPrison.js << what is this stuff? is it included in the game folder? google send me back here lmao !
 
Nov 28, 2017
28
11
RemtairyPrison.js << what is this stuff? is it included in the game folder? google send me back here lmao !
Yes, its in the game's subdirectory \www\js\plugins. When the game is started it will load the code. If you follow links from the main post you will find instructions how to disable autosave and enable manual save. There are mods that do that for you too.
 

Hellrider666

Member
Aug 8, 2017
186
40
Hey there ! Came back from a long break to this game, and I saw people talk abour piercing, tattons, costumes. Where exactly are those mods ? Are they up-to-date ?

As I have checked obviously the Mod link in the OP, and it seems that those mods are not in there or not updated. Sorry for my ignorance guys.

Thank in advance for your explanation.
 

Purple_Heart

Engaged Member
Oct 15, 2021
2,296
3,784
Hey there ! Came back from a long break to this game, and I saw people talk abour piercing, tattons, costumes. Where exactly are those mods ? Are they up-to-date ?

As I have checked obviously the Mod link in the OP, and it seems that those mods are not in there or not updated. Sorry for my ignorance guys.

Thank in advance for your explanation.
 
4.60 star(s) 442 Votes