Create and Fuck your AI Slut -70% OFF
x

gruntcy

Member
Jul 30, 2018
373
377
220
Just unlock the "analyze" stance, (i don't remember how it's called) and spam it (switch it with attack so it doesn't drain ur energy) , also use the weaker attack against enemy (with respective attack each), thus you will do less damage to them, pray to not get a critical
which stance is that? I dont find it anywhere.
 

unspecialkay

Member
Dec 21, 2019
158
343
196
That is one of the goofiest things in this game, sex-wise. Enthusiatic engagement in sex should not make one sadistic. My Warden has just increased her Sadism by surrendering on Level 2 and getting gang buttfucked in the Toilets by 8 inmates, including a double-barrel slime.
View attachment 938223
did you used the anal skill or you just passively endured? I wonder if that makes a diference...
 

camper00

Member
Jan 29, 2019
200
169
142
Need help with the code to get all passives and titles, can this work even when its beyond day 2?

Tried to activate it, but nothing happens. I am not experienced with code so I would appreciate an example of how its supposed to look like when you copy/paste the codes into the plugin at the designated area where the instructions described. Thank you.:)
Well I can share how i did it but the issue is even though the code i borrowed from that fella works, it does not give all of them,
That is one of the goofiest things in this game, sex-wise. Enthusiatic engagement in sex should not make one sadistic. My Warden has just increased her Sadism by surrendering on Level 2 and getting gang buttfucked in the Toilets by 8 inmates, including a double-barrel slime.
View attachment 938223
this one for example was not included in among the many passives

anyways to what you asked of me;

1607737233230.png

This is where i put it and it should be like this for it to work;

1607737282762.png

Of course if you leave the line there you will get the passives over and over and over again which might cause bugs and everything so print the line there past one day, check to see if you got the passives, if you got it save it and close the game and remove the code you added, i tried to see if the already there passives will stack, they do and mess things up a bit, i would advise you to this for a clean start save otherwise the passives are gonna stack,
Or if you don't wanna deal with all this and fine with the v7A.f passives go for the save23 on the save.rar that i shared
 
  • Like
Reactions: SpaceMarine1989

DargorOrtiz

Newbie
Apr 11, 2018
16
23
188
How to get toilet job and masturbate fight.?
The toilet job on the second floor will be available next month and for the mid fight masturbation Karryn needs to have (if I'm not wrong) level 2 of masturbation, which you get by masturbating a lot on Karryn's room when she is aroused, and be aroused.
 
  • Like
Reactions: Mermet

DrakeMH

New Member
Jan 27, 2020
1
0
11
I didn't really follow the changelog but as I remember the v0.7 would permit to take control of level 3 no?
 

KomischerKauz

Active Member
Oct 18, 2018
749
259
258
I have a problem with masturbation. The option is somehow rarely available. Once I could apply this, then Karryn got an orgasm and then it didn't work anymore, or I chose an action and the enemys are turn and then make sex. Then it's no longer available. It would be better if masturbation was available longer or earlier.
 

madchef

Well-Known Member
Jan 10, 2020
1,206
2,142
418
did you used the anal skill or you just passively endured? I wonder if that makes a diference...
Yea, my Karryn actively pursued anal fun, because she's such a buttslut devoted to anal-only lifestyle. In that scene the sceeenshot of which I posted, my goal was to have her intestines drowned in cum to earn that other passive, the Semen Storehouse Anus. By fucking back with the butt I was making an assfucker cum quicker, so his other buddies could plunge their rods in and donate their spunk instead of cumming outside while watching and masturbating. It probably makes difference if you just put up with it or if you put it up there yourself, but being assertive is not equal to being sadistic. She also actively tosses salads, mainly because this position allows anal, while for some weird reason handjob and blowjob positions will deny use of her asspussy. Should active rimming count as sadistic too? I do not know if it's a purposeful limitation of freedom of moves on the dev's part or if it's a design flaw, but combined with the fact that Karryn's partners 'tie' to her as if their cocks had dog's knots, it often shoehorns the player to a particular scene/activity. Why not implement 'disengage' or 'change position' actions? This could open new, exciting possibilities.

A cock kick is sadistic, that's for sure and a proper sadistic route should involve more tease/denial stuff (chastity cages perhaps? demanding they stop jerking off? stopping sex mid-act and then beating them in combat?), humiliation and advanced CBT techniques, not just winning battles by action, either with halberd or sexual organ. Active sexual action is an attack of sorts, and it shouldn't.

Similarly, a masochistic route could be more sophisticated than just failing. The only form of sex related impact play is butt-slapping but it isn't even tied to masochism (properly) and considered a separate fetish.
 

camper00

Member
Jan 29, 2019
200
169
142
Well I can share how i did it but the issue is even though the code i borrowed from that fella works, it does not give all of them,

this one for example was not included in among the many passives

anyways to what you asked of me;

View attachment 938526

This is where i put it and it should be like this for it to work;

View attachment 938528

Of course if you leave the line there you will get the passives over and over and over again which might cause bugs and everything so print the line there past one day, check to see if you got the passives, if you got it save it and close the game and remove the code you added, i tried to see if the already there passives will stack, they do and mess things up a bit, i would advise you to this for a clean start save otherwise the passives are gonna stack,
Or if you don't wanna deal with all this and fine with the v7A.f passives go for the save23 on the save.rar that i shared
Oookay, i don't know how i could not think of this before, you could get all of the passives on day one, even before, at the intro XD, so here's what to do:
go and find
RemtairyPrison.js
and search for the
Game_Party.prototype.setDifficultyToEasy = function() {
from there downwards are the things you get for the selected dif. you can tweak get some stuff for yourself.The code should look like this:
Game_Party.prototype.setDifficultyToEasy = function() {
$gameActors.actor(ACTOR_KARRYN_ID)._storedEdictPoints = 3;
//$gameActors.actor(ACTOR_KARRYN_ID).setAsp(3);
//this.exitOffice_EdictsStorage();
//this.increaseIncome(1000);
this._difficulty = DIFFICULTY_EASY;
$gameSwitches.setValue(SWITCH_EASY_MODE_ID, true);
$gameSwitches.setValue(SWITCH_NORMAL_MODE_ID, false);
$gameSwitches.setValue(SWITCH_HARD_MODE_ID, false);
Karryn.learnSkill(EDICT_SECRETARY_MODE_ONE);
Karryn.learnSkill(EDICT_SECRETARY_MODE_TWO);

if(true) {
for(let i = PASSIVES_LIST_START_ID; i <= PASSIVES_LIST_END_ID; i++) {
$gameActors.actor(ACTOR_KARRYN_ID).setCharacterCreatorPassive(i);
}
for(let i = PASSIVES_LIST_TWO_START_ID; i <= PASSIVES_LIST_TWO_END_ID; i++) {
$gameActors.actor(ACTOR_KARRYN_ID).setCharacterCreatorPassive(i);
}
}

this.income;
this.expense;
this.recalculateBaseOrderChange();
};
you can do the same thing for warden and prison mode as well, i edited the starting edictpoints which helps a lot at the begining,
With these changes you don't actually have to remove the code but you will get the passives "only" when you are starting a new game
 
  • Like
Reactions: naoligopraisso

camper00

Member
Jan 29, 2019
200
169
142
I have a problem with masturbation. The option is somehow rarely available. Once I could apply this, then Karryn got an orgasm and then it didn't work anymore, or I chose an action and the enemys are turn and then make sex. Then it's no longer available. It would be better if masturbation was available longer or earlier.
You might wanna put on some items for sex resist, that should allow you to masturbate in peace :LOL:
 

Shadowclonezero

Active Member
Sep 21, 2017
975
517
249
...while for some weird reason handjob and blowjob positions will deny use of her asspussy. Should active rimming count as sadistic too? I do not know if it's a purposeful limitation of freedom of moves on the dev's part or if it's a design flaw, but combined with the fact that Karryn's partners 'tie' to her as if their cocks had dog's knots, it often shoehorns the player to a particular scene/activity. Why not implement 'disengage' or 'change position' actions? This could open new, exciting possibilities.
...

This is exactly what is happening to me, and it's the only thing about this game that drives me crazy.. one time I got locked into those positions every time an enemy started an encounter.. for like 4 rounds of enemies.. this game definitely NEEDS a change positon option or just to let you select a new sex skill position to force use..
 
  • Like
Reactions: craiwler

reiokami

Newbie
Mar 10, 2018
81
33
135
so the goblin spawn at receptionist have limited spawn number.
i make goblin always spawn after they done ejaculating, but after 5-6 goblins, they wont spawn anymore.
any idea to increase the goblin number?
 

Luckystrike

Newbie
Oct 30, 2016
37
18
223
did the 'always aroused' and reversed slut>charm effect and now she has no face whenever she does anything. Anyclue why or how to fix it or can you not make those changes w/o bugs?
 

Luckystrike

Newbie
Oct 30, 2016
37
18
223
did the 'always aroused' and reversed slut>charm effect and now she has no face whenever she does anything. Anyclue why or how to fix it or can you not make those changes w/o bugs?
also when I tried to play a week or so ago it crashed every time I tried to masturbate and that was w/o mods.
 

mamaboiii

Active Member
Oct 13, 2018
584
1,736
293
I have a problem with masturbation. The option is somehow rarely available. Once I could apply this, then Karryn got an orgasm and then it didn't work anymore, or I chose an action and the enemys are turn and then make sex. Then it's no longer available. It would be better if masturbation was available longer or earlier.
For an update enemies could not engage any sex positions while Karryn is masturbating. That got immediately reversed, but I quite like it, so here's how you can give her the power of

Uninterrupted Battle-Masturbation
You don't have permission to view the spoiler content. Log in or register now.
While molesting is still possible, it stops all sex poses giving you full control when to stop her from masturbating.

did the 'always aroused' and reversed slut>charm effect and now she has no face whenever she does anything. Anyclue why or how to fix it or can you not make those changes w/o bugs?
Did you change anything else? The changes themselves are perfectly doable without any bugs, the question is where the problems come from exactly.
 
Last edited:
4.60 star(s) 495 Votes