Hmong-sama

Member
Jan 3, 2019
488
293
I haven't played this game in a long time after getting the ending. I really do wanna go for the pure route or something and get the other ending, but that's gonna be freaking tough. Unless I get save file just to see the ending (fighting the guard dude when you first fought in the prologue that it then proceeds to the epilogue after beating him).
 

iwf_dr

Member
Feb 12, 2018
111
65
No but I just looked at RemtairyResults.js and found some interesting lines about that:
Code:
const RESULTS_STAMINA_PER_PLVL = 34;
const RESULTS_ENERGY_PER_PLVL = 1.6;
const RESULTS_STAMINA_PER_ENDURANCE = 8;
Try changing them and see if they work.
It works, it's wonderful.
Thanks thanks thanks :D:D:D
 
  • Like
Reactions: Purple_Heart

hitman2b

Member
Sep 27, 2020
124
37
Well, he used to send letters though. That's very sweet of him.
yep each floor clear he send letters
She is a good women, she is smart, loyal (If we don't let the prisoners break her in), and of course gourgus.

Its a shame that there isn't a main story prisoner that can romance her or corrupt her personlliy.
i kind of wish the first floor boss would be that
 

RedAISkye

Active Member
Apr 10, 2017
954
2,162
But make sure not to mention anything about the piracy site, since it is the main discord site that is directly linked to their Remtairy's steam and ci-en page. They will frown on it. Good luck.
It's beyond "frowning" because they were already really mad when I simply bypassed the limitation in the demo build to play the locked content.

This is the save where I am stuck
Weird, there's no such issue for me nor is there the guard that you have on the screenshot.
Anyways, this should fix it for you.
 

Scorpioguy99

Newbie
Feb 16, 2020
54
164
Try going on Remtairy's discord page. You can find the link in the very first post of this thread. Then go to either the modding feedback sub channel, or chainchariot's sub channel and try suggesting these ideas there, and see what happens. But make sure not to mention anything about the piracy site, since it is the main discord site that is directly linked to their Remtairy's steam and ci-en page. They will frown on it. Good luck.
Just posted, let's see how well I do lol
 
  • Like
Reactions: someguy4567

leethefang

Newbie
Feb 24, 2018
15
3
Any idea when or if the CCMod will be updated to the 1.0 edition? Just tried using it anyway and apparently there's a png that goes missing after install.
 

Milleniumt

Member
May 20, 2021
125
111
I'm actually wondering if it's on here and was discussed how to activate the "History" option in the Bar Minigame

I know there's a cheat in Warden Mode but I wonder if there's a way to activate it beyond just those modes.
 

Purple_Heart

Well-Known Member
Oct 15, 2021
1,821
3,196
I'm actually wondering if it's on here and was discussed how to activate the "History" option in the Bar Minigame

I know there's a cheat in Warden Mode but I wonder if there's a way to activate it beyond just those modes.
I might've found a way but I'm not sure because I didn't test it.
First make a back-up of unmodified RemtairyCombat.js file before editing.
Then open RemtairyCombat.js with notepad and find this code block:
Code:
Window_ActorCommand.prototype.addBattleLogCommand = function() {
    if(this._actor.isInWaitressServingPose()) {
        if(Prison.cheatMode() && ConfigManager.cheatWaitressLog) {}
        else if(!$gameTemp.isPlaytest() && !Prison.easyMode())
            return;
    }       

    this.addCommand(TextManager.battleLog, 'battleLog', true);
};
Delete if{ } block inside the function. It should look like this:
Code:
Window_ActorCommand.prototype.addBattleLogCommand = function() {
    this.addCommand(TextManager.battleLog, 'battleLog', true);
};
Save and see if it works. If it didn't work restore original unmodified file.
 

Milleniumt

Member
May 20, 2021
125
111
I might've found a way but I'm not sure because I didn't test it.
First make a back-up of unmodified RemtairyCombat.js file before editing.
Then open RemtairyCombat.js with notepad and find this code block:
Code:
Window_ActorCommand.prototype.addBattleLogCommand = function() {
    if(this._actor.isInWaitressServingPose()) {
        if(Prison.cheatMode() && ConfigManager.cheatWaitressLog) {}
        else if(!$gameTemp.isPlaytest() && !Prison.easyMode())
            return;
    }      

    this.addCommand(TextManager.battleLog, 'battleLog', true);
};
Delete if{ } block inside the function. It should look like this:
Code:
Window_ActorCommand.prototype.addBattleLogCommand = function() {
    this.addCommand(TextManager.battleLog, 'battleLog', true);
};
Save and see if it works. If it didn't work restore original unmodified file.
Can confirm this Works as I can see the History when playing the Bar Game while on Prisoner Mode.

So thank you for helping me and subsequently any other people who would have wanted this.
 
  • Like
Reactions: Purple_Heart
4.60 star(s) 400 Votes