zoomies

Well-Known Member
Jun 4, 2017
1,053
863
Can't install the ccmod, followed the readme for the release version and I got a bunch of "Failed to load" stuff on the title screen then I get booted to an error screen.
try reading before you post, you wont look so stupid. your question was asked and answered on almost every page for the last 30 pages. read and search before asking. or simply read the ccmod link. it says what version it works with
 
  • Haha
Reactions: anonymousbruh

Krude

Newbie
Dec 21, 2021
31
106
how to activate cheats in F9? it doesn't work when i change corruption
So the short answer is: use the Cheat Menu when pressing 1, navigate to the Prison panel and change Corruption there.

The long answer is: The F9 menu is a feature of RPG Maker, which was used to make this game. Many of these values (corruption, guard aggression, order etc.) get saved to two slots: An internal custom variable, and RPGMaker's pre-set "variables" (and switches). Here's corruption:
JavaScript:
const VARIABLE_CORRUPTION_ID = 6;

Game_Party.prototype.setCorruption = function(value) {
    this._corruption = Math.max(value, 1);
    $gameVariables.setValue(VARIABLE_CORRUPTION_ID, this._corruption);
};
When the game changes corruption, it sets the value to the custom variable _corruption and to the RPG Maker gameVariable with ID 6 (VARIABLE_CORRUPTION_ID).
In most cases, the game will only read from and use the custom variable _corruption to calculate anything, so if you want your changes to have any effect, you need to change the first one and not the second one. I'm guessing the devs just mirrored important variables and states to the RPG Maker variables to make it easier to check their values in-game (with said F9 menu) for debugging purposes.
The Cheat Menu uses the game's own code to change these values (mostly), so changes get applied properly to both.



And another small update for the Cheat Menu (v5)! Grab it and dump it into your mods folder from the original post.

I noticed that the game doesn't take back all changes that Edicts grant you when removing them. Corruption, guard aggression etc. would only go up when you get the edict, but not back down when you remove it. I fixed that, so hopefully you will now properly gain and lose all the effects of an edict when you toggle it with the cheat menu.
(Except order, I left it out so you wouldn't accidentally get a game over when removing an order edict on low order :LOL: So you can technically get max order from just toggling an order edict on and off, but you can just edit it directly already :unsure: )
 

MorbidViews21

Active Member
Aug 3, 2019
596
1,154
So the short answer is: use the Cheat Menu when pressing 1, navigate to the Prison panel and change Corruption there.

The long answer is: The F9 menu is a feature of RPG Maker, which was used to make this game. Many of these values (corruption, guard aggression, order etc.) get saved to two slots: An internal custom variable, and RPGMaker's pre-set "variables" (and switches). Here's corruption:
JavaScript:
const VARIABLE_CORRUPTION_ID = 6;

Game_Party.prototype.setCorruption = function(value) {
    this._corruption = Math.max(value, 1);
    $gameVariables.setValue(VARIABLE_CORRUPTION_ID, this._corruption);
};
When the game changes corruption, it sets the value to the custom variable _corruption and to the RPG Maker gameVariable with ID 6 (VARIABLE_CORRUPTION_ID).
In most cases, the game will only read from and use the custom variable _corruption to calculate anything, so if you want your changes to have any effect, you need to change the first one and not the second one. I'm guessing the devs just mirrored important variables and states to the RPG Maker variables to make it easier to check their values in-game (with said F9 menu) for debugging purposes.
The Cheat Menu uses the game's own code to change these values (mostly), so changes get applied properly to both.



And another small update for the Cheat Menu (v5)! Grab it and dump it into your mods folder from the original post.

I noticed that the game doesn't take back all changes that Edicts grant you when removing them. Corruption, guard aggression etc. would only go up when you get the edict, but not back down when you remove it. I fixed that, so hopefully you will now properly gain and lose all the effects of an edict when you toggle it with the cheat menu.
(Except order, I left it out so you wouldn't accidentally get a game over when removing an order edict on low order :LOL: So you can technically get max order from just toggling an order edict on and off, but you can just edit it directly already :unsure: )
You're goated
 

BobKels0

Member
Jun 19, 2017
249
236
Does anyone know how to get the Poor Janitor achievement?
You need a cum covered floor in the combat scene.
You can :
- Keep a low cock desire (< 35) and make the inmates cum, they'll cum on the floor and not on you. You'll need patience for that if you want to get that achievment early. You'll need to keep all desires low to avoid cumming and losing by lack of energy. So you'll need enough willpower. Get the rings that lower by 66% the desire gain. With a bit of charm, and letting them undress you, if they can't grope Karryn nor attack her, the only solution left is jerking off to her.
- Have the skill : "Deny external ejaculation" To force the inmates cum on the floor. (Get this skill by doing the previous thing multiple times, you'll get a point in sadism, so be carefull if you want to get a masochistic title.)
 

Krude

Newbie
Dec 21, 2021
31
106
Does anyone know how to get the Poor Janitor achievement?
What the one above me said but more specifically:
Have at least 69 (lol) ml of semen on the ground in a battle. A little bit always runs off onto the ground no matter where they hit, but to get enough for this one you should really have them aim it all on the ground.

If you have trouble keeping desires low and you have it, deny internal ejaculation might be helpful too so they at least pull out beforehand. As mentioned, a little bit always runs off her body if Karryn is still standing and drops to the floor.
 
  • Like
Reactions: cuhrayzee

Tsugumi

Well-Known Member
Oct 16, 2018
1,390
1,142
Great, thanks. I usually bang the guards outside the office door to the bottom, since they're the easiest to get. Then the ones who invade when I masturbate, and also when I quick travel to the office. I don't ever attack them, only sexual skills. Should be enough or are there more to find?
As baffled as you are, then. By "different partners" the game means "enemies with different IDs" (pretty much "with different names"), so even doing the guard battle outside office over and over would work as long as it spawns different guards. Sounds like you should have obtained it by now.

And, after re-reading your original question: "Guards' Sex Worker" is a PASSIVE, not a TITLE. Which brings us back to what the other user mentioned. Which one are you looking for: "Guards' Sex Worker" passive OR "Guards' 24/7 Maid" title?

some people just don't get it......
Then again, I like people announcing their shortcomings - keeps me informed on what to expect from them.
 

f95ccxx

Newbie
Sep 21, 2017
22
17
As baffled as you are, then. By "different partners" the game means "enemies with different IDs" (pretty much "with different names"), so even doing the guard battle outside office over and over would work as long as it spawns different guards. Sounds like you should have obtained it by now.

And, after re-reading your original question: "Guards' Sex Worker" is a PASSIVE, not a TITLE. Which brings us back to what the other user mentioned. Which one are you looking for: "Guards' Sex Worker" passive OR "Guards' 24/7 Maid" title?
Ah my bad, the passive, which is needed for the "Reach common ground with inmates" edict.
 

Tsugumi

Well-Known Member
Oct 16, 2018
1,390
1,142
f95ccxx The problem is beyond my comprehension, then. Check your passives list for "Guards' Favorite New Boss", this passive is the first you get in that chain ("Guards" Sex Worker" being second) - do you have that, at least? It requires 5 guards as partners so it should have been easy to get.
 

f95ccxx

Newbie
Sep 21, 2017
22
17
f95ccxx The problem is beyond my comprehension, then. Check your passives list for "Guards' Favorite New Boss", this passive is the first you get in that chain ("Guards" Sex Worker" being second) - do you have that, at least? It requires 5 guards as partners so it should have been easy to get.
Yep, I'm definitely their favorite new boss lol. I have like 15 other brown passives. I shall proceed to bang even more guards.
 

Suncatcher42

Member
Aug 12, 2019
215
289
Yall know what missing? Some good ol girl-on-girl action
Would love to see 1 more female character or female enemy, or maybe a whole female prison section as DLC
The combat system is currently set up with the assumption that every enemy has a penis, so adding a generic enemy type without one would require a lot more code. It's possible as part of a DLC, but seems unlikely when there are so many things they could do without less work. There are two things I think could be done with minimal effort though. First is to just allow female visitors at the reception desk to kiss and grope karryn like the men do. Second is adding a futa enemy type.

If the devs did want to do a whole ambitious additional level as a DLC adventure, I would be totally in favor of the women's prison expansion.

I have been letting karryn get PISS drunk and I cant get this 2nd option to appear. Im so mad. Like I Keep all her desires low and she still doesn't get the bent over scene. I know you can obtain it through cock desire reaching a certain amount but I want this special title lmao. I don't think I have ever had it so Im so fucking curious.
It takes more alcohol than you would expect, enough to add a full five seconds to every action you take and multiply your fatigue gain rate by 5. There are a total of four stages, Sober, Tipsy, Drunk, and Dead Drunk. Her facial expression changes and actions start taking more time and stamina when she's just tipsy, and if she ever has desires high enough to allow penetration then the gangbang scene will start early if she's even just tipsy, but to start the ending scene without immediately going into a sex scene you need to get all the way to Dead Drunk.

I think that her alcohol level goes down slowly over time, and level of drunkenness is alcohol intake divided by stamina so if your stamina score is too high and you're just drinking watered beer you might never make it.
There are a few ways to increase how much she's drinking.

First is to buy the edicts that increase the variety of drinks available, because a sip of whiskey is worth four times as much as a sip of ale. The values are listed in the RemtairyKarrynWaitress.js file as 5 for pale ale, 6 for dark ale, 10 for vodka, 13 for tequila, 15 for gold rum, 18 for overproof rum, and 20 for whiskey, so you can prioritize orders accordingly. (Water is listed as 1 for some reason, and amusingly semen has a value of 2.)

Second is to increase the probability of being offered a sip at any given moment; if you're already as stripped as you can be, then the random selection of prisoner actions can't have them trying to strip you and they never try to convince you to flash them, so the chance of other activities goes up. Likewise you want to keep most of your desires too low for them to grope you, except perhaps for mouth desire, because if a prisoner with a drink in front of them kisses karryn they will slip a dose of their drink into her mouth in the process. If you have any spare time, you want to hang out at the tables of people with strong drinks in front of them, so they have more opportunities to make you offers (or kiss you).

You can also straight up kick people out if they order water, to increase the number of customers that will be having real drinks.

Oh, and I believe the trigger for gaining the title is simply reaching the Dead Drunk state a certain number of times, not specifically getting the non-sexual ending scene, so I think it's okay if you end up losing control and fucking everybody after you get bent over the table chugging endless beer for tips. But if you trigger than gangbang scene early it interrupts you while you're not drunk enough, and nobody wants to watch you chug booze when you could be chugging cum.

Or, if you want to cheat, you could open up that .js file in notepad++ and add a zero or two after the value of each drink.
 
4.60 star(s) 452 Votes