Zamore

Newbie
Jun 27, 2022
66
36
does anyone have any idea how to get more money or have some cheat for money
You can use a save editor to get infinite money, but money is not enough here, you also need EDICT, I changed the values in my JS files, I can pass it on to you if you want!
 

leyre

Active Member
Jun 29, 2017
583
1,030
Is there any way to force that fucking stupid orc to fuck the warden?

Or at least a way to completely remove the boobjob interactions from him

3) Can i give Karryn's virginity to Tonkin? How to do that?
You cant, orc will never fuck the warden, even if you are doing a hj and a tj already, he would rather have you suck his dick that fuck you
 

tetrayrok

Member
Apr 2, 2021
118
117
Which JS do you modify to change daily edict points?
RemitaryEdicts.js


Code:
///////////

// Edict Points

//////////

Change this

Game_Actor.prototype.getStoredEdictPoints = function() {

    return this._storedEdictPoints;

};



To something like this

Game_Actor.prototype.getStoredEdictPoints = function() {

    return 999;

};
Haven't tested it yet. So the edict points usage maybe drawing the information from some other variable. But I think this is a good shot for you. Good luck.

So I looked some more, you'll have to change another function that dictates the max carry over points to be safe I believe.
Code:
Change this
Game_Actor.prototype.getNewDayEdictPoints = function() {
    let unusedPoints = Math.max(this._storedEdictPoints, this.stsAsp());
    this.resetEdictPoints();
    
    let points = 2;
    if(Prison.easyMode()) points++;
    else if(Prison.hardMode() && Prison.date % 2 === 0) points--;
    
    if(this.hasEdict(EDICT_PARTIALLY_RESTORE_BUREAUCRACY)) {
        if(this.hasEdict(EDICT_REDIRECT_SUBSIDIES)) {
            if(Prison.date % 2 === 1)
                points++;
        }
        else
            points++;
    }
        
    
    let maxCarryover = 0;
    maxCarryover += this.titleEfficientAdminstrator_carryoverUnusedEdictPoint();
    if(this.hasEdict(EDICT_REPAIR_MEETING_ROOM)) maxCarryover += 1;
    
    // get rid of this
    points += Math.min(maxCarryover, unusedPoints);
    // replace with this
    points = unusedPoints;
    
    
    if($gameSwitches.value(SWITCH_POST_CAPTAIN_INTERMISSION_ID))
        points = 0;
    
    this._storedEdictPoints = points;
};
 
  • Like
Reactions: kacam

danicos

Newbie
May 7, 2018
31
49
Downloaded the mod that adds pregnancy but is there anyway I can disable the pregnancy stuff completely? I like the feature that cum stays on and stripping and whatnot.
open cc_config.js in "www/mods" directory, search for "pregnancy" set "var CCMod_pregModEnabled = true;" to false
 
  • Like
Reactions: Almighty

DudeBro79

Member
Jun 8, 2020
331
234
Is there any gallery or CG recollection?
Or is there any hero who would like to share save file with all ending unlocked?
This isn't the kind of game that can even have a CG gallery, as all the sex happens as part of the combat and minigame systems. The closest you can come to that is to do the post-game free mode.
 

boolausus123

Newbie
Apr 11, 2020
42
11
There a way to disable pregnancy completely? I thought birth control would stop it but apparently it gets disabled during riots. Is there really no way to disable it without uninstalling the mod?
 

Neriel

Well-Known Member
Jan 19, 2018
1,014
1,051
Yes, is that a bug from that?
Probably yes, since only with the Gym DLC installed complain about those kinda bugs. Gym DLC is not yet out, and it is just a Beta Version that bugs certain aspects of the Game. You should only use it, if you really want to see the first Version of the Gym Sidejob.
 

zoomies

Well-Known Member
Jun 4, 2017
1,050
862
There a way to disable pregnancy completely? I thought birth control would stop it but apparently it gets disabled during riots. Is there really no way to disable it without uninstalling the mod?
please read. it was answered a few posts above yours.....
 

zoomies

Well-Known Member
Jun 4, 2017
1,050
862
Is there any way to force that fucking stupid orc to fuck the warden?


You cant, the fucking stupid gay ass piece of shit orc will never fuck the warden, even if you are doing a hj and a tj already, he would rather have you suck his dick that fuck you
this is incorrect, i have had tonkin take her virginity several times.
 
4.60 star(s) 428 Votes