korpus

Newbie
Jul 19, 2017
24
338
Are we even getting karryn preg anyway?
That's a really good question! i don't know. I do the drawings, i'm close to the end, less than 10 to go. But after that, since i can't code for shit, someone else will have to integrate them. So, bottom line is, there is a 50/50 chance, in my opinion, this project reaches a conclusive end. In the meantime, just don't click the spoiler tab if you're fed up with the updates.
 
  • Like
Reactions: someguy4567

Ir0n Ma1den

Well-Known Member
Jun 15, 2021
1,479
1,897
What this game lacks is more poses, and varid masturbation scenes.

Milking scenes, enemas and much more BDSM stuff.
 

Ashbringer17

Newbie
Nov 2, 2017
56
65
Welp, wyldspace just updated CCmod to the version 1.05h

Installation is just copy/pasting files from "install this" folder, but if you have several mods installed you will have to manually edit mods.txt
Don't forget that there is a chance your old saves might break when updating to the new version, try migrating new game+ save, there are usually no problems with those. (It is room where you choose difficulty)
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.
 

Dumb_Lizard

Newbie
Mar 31, 2018
76
187
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 ;)
 
4.60 star(s) 427 Votes