datarelay

Member
Jun 8, 2021
478
827
218
After some time, since my first time touching the game back in the v0.6, I finally get to play it all the way through.
This game is absolutely fantastic on almost every single aspect of it. Truly a masterpiece of hgames and a miracle of coding in RPGM.
It is not perfect for sure, but it gets closer than most.
 

johnmftj

Newbie
Jan 17, 2018
38
13
152
I have a question... I installed the latest update and a bunch of mods and started a new game and now in the receptionist job whenever the goblins initiate sex there is no scene appears only text and audio!... is it just me or did this happen to anyone else??
 
  • Angry
Reactions: zoomies

johnmftj

Newbie
Jan 17, 2018
38
13
152
Join the discord and go into the mod channel "sushikun"
// Follow the instructions by the mod authors on how to add their mods to this list.
// One line per file.

// The format is {"name":"[filename of mod]","status":[true or false],"description":"[description for the end user so they know which mod to disable or enable]","parameters":{[Don't use this if you're unsure]}},
// If you want to disable a certain mod, change their ["status":true] to ["status":false]

// For Mod Authors:
// Starting in ver. 1.0.6b, you can now automate this process so the end user do not have to edit the mods.txt themselves anymore
// In order to do that, you need to add the following lines once to one of your js files, INCLUDING the // at the start

// #MODS TXT LINES:
// {"name":"ExampleName","status":true,"description":"","parameters":{"Debug":"0"}},
// #MODS TXT LINES END

// Replace the ExampleName part with the filename of your mod, and if your mod contains multiple js files, you can add more lines before the // #MODS TXT LINES END
// If you're not a mod author reading this part and the mod you're using is still requiring you to manually edit the mods.txt, feel free to contact the author of the mod you're using to notify them of this new feature.


var $mods =
[
// Do not edit above this line
// FPSLimit is provided as a sample of how to add a mod to this list
{"name":"FPSLimit","status":false,"description":"An alternative way of limiting FPS for fast monitors, turn off FPS Sync in the ingame Settings if you want to enable this mod.","parameters":{"FPS Limit":"60"}},

// Start adding mods below this line
{"name":"HideHud","status":true,"description":"Press F10 to toggle HideHud. https://f95zone.to/threads/karryns-prison-v1-0-6b-remtairy.33777/post-9008268","parameters":{"Debug":"0"}},
{"name":"CC_Config","status":true,"description":"","parameters":{}},
{"name":"CC_ConfigOverride","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_Mod","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_Tweaks","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_SideJobs","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_SideJobs_Waitress","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_SideJobs_Receptionist","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_SideJobs_GloryHole","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_Exhibitionist","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_PregMod","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_Gyaru","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_Discipline","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_BitmapCache","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_Condom","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_Texts","status":true,"description":"","parameters":{}},


// Do not edit below this line
];
 

Purple_Heart

Engaged Member
Oct 15, 2021
3,000
5,336
637
// Follow the instructions by the mod authors on how to add their mods to this list.
// One line per file.

// The format is {"name":"[filename of mod]","status":[true or false],"description":"[description for the end user so they know which mod to disable or enable]","parameters":{[Don't use this if you're unsure]}},
// If you want to disable a certain mod, change their ["status":true] to ["status":false]

// For Mod Authors:
// Starting in ver. 1.0.6b, you can now automate this process so the end user do not have to edit the mods.txt themselves anymore
// In order to do that, you need to add the following lines once to one of your js files, INCLUDING the // at the start

// #MODS TXT LINES:
// {"name":"ExampleName","status":true,"description":"","parameters":{"Debug":"0"}},
// #MODS TXT LINES END

// Replace the ExampleName part with the filename of your mod, and if your mod contains multiple js files, you can add more lines before the // #MODS TXT LINES END
// If you're not a mod author reading this part and the mod you're using is still requiring you to manually edit the mods.txt, feel free to contact the author of the mod you're using to notify them of this new feature.


var $mods =
[
// Do not edit above this line
// FPSLimit is provided as a sample of how to add a mod to this list
{"name":"FPSLimit","status":false,"description":"An alternative way of limiting FPS for fast monitors, turn off FPS Sync in the ingame Settings if you want to enable this mod.","parameters":{"FPS Limit":"60"}},

// Start adding mods below this line
{"name":"HideHud","status":true,"description":"Press F10 to toggle HideHud. https://f95zone.to/threads/karryns-prison-v1-0-6b-remtairy.33777/post-9008268","parameters":{"Debug":"0"}},
{"name":"CC_Config","status":true,"description":"","parameters":{}},
{"name":"CC_ConfigOverride","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_Mod","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_Tweaks","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_SideJobs","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_SideJobs_Waitress","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_SideJobs_Receptionist","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_SideJobs_GloryHole","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_Exhibitionist","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_PregMod","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_Gyaru","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_Discipline","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_BitmapCache","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_Condom","status":true,"description":"","parameters":{}},
{"name":"CC_Mod/CC_Texts","status":true,"description":"","parameters":{}},


// Do not edit below this line
];
:WaitWhat:
 

LanaKane

Member
Jan 27, 2021
128
39
143
So I finished the game and downloaded the mod for changing outfits but for some reason I dont have the wardrobe. Anybody know why?
 

pocongmaster

Member
Jan 2, 2018
128
116
217
I'm so fucking lost here.. It's been 10 or so days in game, why is my Karyn not getting fucked? I've been repeatedly beaten in game, yet the furthest they went is only handjob(huh?). Is my save bugged or I miss something here. I feel like I've wasted so much time in here. I can't initiate any sex attack besides cock stare either.. There's no guide or something here on the homepage?
 
Jul 17, 2020
152
181
118
I'm so fucking lost here.. It's been 10 or so days in game, why is my Karyn not getting fucked? I've been repeatedly beaten in game, yet the furthest they went is only handjob(huh?). Is my save bugged or I miss something here. I feel like I've wasted so much time in here. I can't initiate any sex attack besides cock stare either.. There's no guide or something here on the homepage?
raise your slut level and keep using the same skill till you unlock the next one
 

Neriel

Well-Known Member
Jan 19, 2018
1,033
1,069
348
I'm so fucking lost here.. It's been 10 or so days in game, why is my Karyn not getting fucked? I've been repeatedly beaten in game, yet the furthest they went is only handjob(huh?). Is my save bugged or I miss something here. I feel like I've wasted so much time in here. I can't initiate any sex attack besides cock stare either.. There's no guide or something here on the homepage?
Losing is irrelevant when it comes to unlocking Sex Skills or getting fucked.
Every Floor has a specific Defeat Scene. Level 1 only has Handjob or Blowjob as an example.
Every Prisoner Type has Sex Positions they will initate. So a Standard Prisoner, will never start something like Vaginal Sex and only Handjobs.
Your Desires dictate, what Karryn allows to happen. So if your Pussy Desire for example is under 100, she will never get fucked.
You unlock most Sex Skills by having Karryn doing them with 15 different Prisoners.
In this thread are already Lists, of what Prisoner Types can start in terms of Sex Postions.
Desire Req. you can buy ingame to see what you need.
 

Purple_Heart

Engaged Member
Oct 15, 2021
3,000
5,336
637
I've been repeatedly beaten in game, yet the furthest they went is only handjob(huh?). Is my save bugged or I miss something here. I feel like I've wasted so much time in here. I can't initiate any sex attack besides cock stare either.. There's no guide or something here on the homepage?
You missed like half of the combat mechanics in the game. Hover your mouse over desire hearts during combats, read the tooltips. You'll understand why you only got handjobs. Don't play this game blindly like you are playing a vn, focus on learning a bit more.
 
4.60 star(s) 496 Votes