Dumb_Lizard

Newbie
Mar 31, 2018
79
222
Quick question, I do enjoy what they offer but not the preg content, how can I disable it? If I touch the mods.txt in www and I do something like
Code:
{"name":"CC_PregMod","status":false,"description":"","parameters":{}},
the game won't ever go after the loading screen at the beginning, before the main menu.
To disable pregnancy open CC_config.js in ...www\mods\ with notepad and change this line
Code:
var CCMod_pregModEnabled = true;
to
Code:
var CCMod_pregModEnabled = false;
You don't have permission to view the spoiler content. Log in or register now.
look around this file, there are plenty of other settings too.

Alternatively, you can just enact birth control edict or condom edict.
You don't have permission to view the spoiler content. Log in or register now.


Guys how to I add money with PeroCheat?
I am using this mod for cheats:
https://f95zone.to/threads/karryns-prison-v1-0-5h-full-remtairy.33777/page-1101#post-7301493
So, I have CCmod, Peromod and this cheat menu mod by Krude; all three working without any conflicts.
 
Last edited:
  • Like
Reactions: Ashbringer17

TamHac

New Member
Feb 28, 2018
12
3
I cant beat Yasu using sex skill because he constantly heal back his energy. Anyone have an idea how to beat him
 

Minduin

New Member
May 13, 2017
9
4
Anyone know if is possible to edit the drinks asked by costumers in the bar job? like have them only asking for pale ale or only tequila, i tried using the search function but with over 1200 pages i couldn't filter anything
 

Trughartar

Newbie
Jan 22, 2018
80
51
Anyone know if is possible to edit the drinks asked by costumers in the bar job? like have them only asking for pale ale or only tequila, i tried using the search function but with over 1200 pages i couldn't filter anything
Thats techncially possible, though have not tried it yet - you'd have to look into the RemtairyKarrynWaitress.js file (or the corresponding CC one, if you use the CC mod), in the section
Code:
//Has no drink, want a drink
There the array of possible drinks is built up, should be enough to add a line in front of
Code:
target._bar_orderedDrink = orderingDrinkArray[Math.randomInt(orderingDrinkArray.length)];
->
Code:
orderingDrinkArray = [ ALCOHOL_TYPE_PALE_ALE,ALCOHOL_TYPE_TEQUILA ];
target._bar_orderedDrink = orderingDrinkArray[Math.randomInt(orderingDrinkArray.length)];
should do the trick.

But again, not tested ;)
 

Pretentious Goblin

Devoted Member
Nov 3, 2017
9,041
7,566
Since I was disappointed to find you can't actually do much of anything in the gloryhole unless you already have the abilities (handjob etc.) from combat (unless they changed that), I'd like to ask: can I do anything on the stripper job with a relatively "pure" Karryn (i.e. sadistic bitch), or is there again an expectation of having certain passives/slut levels?
 

Neriel

Well-Known Member
Jan 19, 2018
1,018
1,054
Since I was disappointed to find you can't actually do much of anything in the gloryhole unless you already have the abilities (handjob etc.) from combat (unless they changed that), I'd like to ask: can I do anything on the stripper job with a relatively "pure" Karryn (i.e. sadistic bitch), or is there again an expectation of having certain passives/slut levels?
There is no difference. Both versions is just her stripping. The only things that change are Dialog as always and slight variations in poses. Still have no clue why in the Glory Hole you need to have Sex Skills to do anything, since it would fit for her to test out the waters there without anybody knowing that it is actually her but oh well.
 
4.60 star(s) 442 Votes