- Aug 22, 2020
- 25
- 53
Karryns prison v1.0.1k full with cc mod v9b.j preinstalled
You must be registered to see the links
So the short answer is: use the Cheat Menu when pressing 1, navigate to the Prison panel and change Corruption there.how to activate cheats in F9? it doesn't work when i change corruption
const VARIABLE_CORRUPTION_ID = 6;
Game_Party.prototype.setCorruption = function(value) {
this._corruption = Math.max(value, 1);
$gameVariables.setValue(VARIABLE_CORRUPTION_ID, this._corruption);
};
some people just don't get it......Karryns prison v1.0.1k full with cc mod v9b.j preinstalled
You must be registered to see the links
You're goatedSo 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:
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).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); };
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 orderSo you can technically get max order from just toggling an order edict on and off, but you can just edit it directly already
)
You need a cum covered floor in the combat scene.Does anyone know how to get the Poor Janitor achievement?
What the one above me said but more specifically:Does anyone know how to get the Poor Janitor achievement?
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.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?
Then again, I like people announcing their shortcomings - keeps me informed on what to expect from them.some people just don't get it......
Ah my bad, the passive, which is needed for the "Reach common ground with inmates" edict.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?
tnxxOn level 3, you can unlock it after beating the boss on level 3 and buying the strip club edict.
Yep, I'm definitely their favorite new boss lol. I have like 15 other brown passives. I shall proceed to bang even more guards.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.
v1.0.2 FULL Uploaded!Here's the clean steam files, enjoy!
Karryn's Prison v1.0.2 FULL - Download: (You must be registered to see the links)
You must be registered to see the links-You must be registered to see the links
So many thanks.Account settings, preferences tab, look for Search Options, and switch it to "most recent".
yay!Began the long process of converting the remainder of the text ingame to a format that allows additional localizations to begin.
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.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
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 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.