Zamore

Newbie
Jun 27, 2022
66
36
You just encourage them to workout, unless your karryn has enough edicts and sexual moves unlocked to unlock gym sexual moves.
Then people start showing up for the gym for just the sex you give them. And after so many short pulls you can unlock the demonstrate scene. Which is kind of like a gym over scene.
so I have to end it that way to be able to release other actions?

Ícone Verificada pela comunidade
 

Zamore

Newbie
Jun 27, 2022
66
36
Can anyone tell me how to increase the frequency of FANS in the receptionist job using JS?
or decrease the frequency of the goblins!
 
Last edited:

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
578
1,016
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
114
113
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
302
222
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
41
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?
 
4.60 star(s) 411 Votes