Valamyr

Member
Oct 7, 2020
252
206
Well, I finished the game. I found it overall quite grindy and am not too tempted to try NG+ for that reason (although it was quite fun overall and I *might* eventually.)

I'm a weirdo though, I played a lewdgame trying to keep my character a virgin :p That likely worsened the grind a fair bit. Unfortunately I still didnt get the best ending, because (I learned afterwards) I accidentally picked up too many sex traits along the way without having any. Should have saved that run for NG+.

The grindiest part are the side jobs; very useful to make some money with a low energy investment but takes forever. Especially the bar.

For a game with this many options and traits, there is WAYYY too little documentation and advice out there. Its the first game I play where its difficult to find a solid walkthrough / trait ranking / etc. I was okay going in blind but it seemed surprising for a completed game this popular.

I also had some technical difficulties (black screens) but I suspect this is on my end somehow. Was not a major problem given the autosaves.

Still, I enjoyed it overall, thanks for the experience!
 

Purple_Heart

Engaged Member
Oct 15, 2021
2,286
3,779
Well, I finished the game. I found it overall quite grindy and am not too tempted to try NG+ for that reason (although it was quite fun overall and I *might* eventually.)

The grindiest part are the side jobs; very useful to make some money with a low energy investment but takes forever. Especially the bar.
Thankfully you can reduce grinding by modifying game files, for example you can increase job reputation by 4 each time you complete job instead of 1. You can modify game files easily with notepad but keep in mind updates to the game will revert back those modifications.
 
  • Like
Reactions: Dbombiallo

JackedHeart

Member
Aug 26, 2017
146
133
Yeah, tried searching around first, wasn't helpful. A few people have apparently had the same issue but I couldn't find a clear fix. There was apparently a hotfix patch about a billion updates ago, but nothing for this version.

If there's some secret code I need to type into the search engine to find the answer, then please tell me, but I'm not wading through over 1000 pages of comments to find advice that might not even exist. I'd really rather just ask.
 

Shadowclonezero

Active Member
Sep 21, 2017
801
428
Lmao, might be a unpopular opinion, but I’m in the camp of no gallery mode (mod or otherwise) as it takes away the experience of the game.

It ain’t your typical RPGM game, like her dialogue evolves depending on situations and shit. Gallery mode would ruin that gameplay/experience.
It wouldn't ruin anything.. just don't use it..

but if they did make it, the Dev would have to do like others have before him.. make it start a little before the actual sex part, so that it shows how Karryn got to that point.
 
  • Like
Reactions: RedAISkye

thecatcameback

Active Member
Oct 10, 2021
517
1,800
Are there any titles you get for not being corrupt? I'm asking because I only have the workshop active right now and all the other mini games require me to get corruption (why is the receptionist job corruption?). Any tips for making money?

My edicts:
Fort Ganon -
Basic Guard Training
Repair Kitchen
New Drug Supplier

Level 1
Repair Workshop
No Mandatory Labor for Thugs
Train Anti Goblin Squads

Level 2
Nothing yet
 

Random Bob

Member
Sep 12, 2018
157
139
Are there any titles you get for not being corrupt?
Yes, there's one for completing a run without building up any additional corruption.

Since this severely limits your money options, it really helps to have titles that decrease expenses or increase subsidies/income.
Other than that, you definitely want to get some of the publish edicts early on, and keep low'ish order to increase subsidies.
I'd personally also delay subjugating prison levels for as long as it's possible, to accumulate some cash before going further.

Receptionist's corruption kinda-sorta makes sense, because while Karryn might be an imperial secretary - that's not why you're there. You're supposed to get the situation under control, not hang around with your fans, and push papers around.
 

Random Bob

Member
Sep 12, 2018
157
139
Thanks for answering. Do you know what the no corruption title does? Is it worth it?
Sure do, the passive effects is -3 corruption (need to equip once to receive effect for that playthrough), and when equipped it's +15% subsidies and riot chance ↓↓ (both effects require it to be equipped for the entire day).
Quite useful, since subsidies get better at low order at which point random riots can be quite dangerous, and the title helps with both aspects.
 
  • Like
Reactions: thecatcameback

moahahaha123aa

New Member
Apr 17, 2021
11
1
I have a question: do the preg mod still work in this ver and if it works can you share your file with me :< I try to install the mod but it doesn’t work.
 

igotnostuffs

Member
Nov 10, 2019
117
97
I have a question: do the preg mod still work in this ver and if it works can you share your file with me :< I try to install the mod but it doesn’t work.
big reason why the ccmod doesnt work is because of the new encryption key.

Here is the re-encrypted files. Download the whole mod in the git and replace the files with this one.



It will "Work" but you will likely break the game.
 
  • Like
Reactions: Dbombiallo

Dumb_Lizard

Newbie
Mar 31, 2018
79
221
I have a question: do the preg mod still work in this ver and if it works can you share your file with me :< I try to install the mod but it doesn’t work.
Wyldspace from Rem's Discord updated CCMod to 1.02a


I am using it right now and it works. There are some minor bugs, but mostly it is okay.
BTW, it uses new install method without decrypting game files, just move everything from "install_this!" folder into the game folder, if you have other mods intalled, you will have to modify mods.txt manually then

Bugs that I have found in this version: CC_ConfigOverride doesnt work, modify CC_Config for mod settings; modifying gloryhole breather restoration doesnt work and adding new poses for prisoners is buggy from mod, do it manually (there was instruction in this thread and discord)
 
Last edited:

moahahaha123aa

New Member
Apr 17, 2021
11
1
Wyldspace from Rem's Discord updated CCMod to 1.02a


I am using it right now and it works. There are some minor bugs, but mostly it is okay.
BTW, it uses new install method without decrypting game files, just move everything from "install_this!" folder into the game folder, if you have other mods intalled, you will have to modify mods.txt manually then
I'm not good at something like this, so the only thing I must do is replace file www. to my game and another files doesn't matter, right ? XD
 

Assassin3

Member
Oct 15, 2020
215
176
In RemtairyKarrynTitles.js, each title has a code block like this:
Code:
if(!actor.hasThisTitle(TITLE_ID_SOFTCORE_MASOCHIST) && masoDiff >= 6) {
        this._newTitlesGainedItem.push($dataArmors[TITLE_ID_SOFTCORE_MASOCHIST]);
}
Simply delete the "&&" and everything after it inside those parentheses. Like so:
Code:
if(!actor.hasThisTitle(TITLE_ID_SOFTCORE_MASOCHIST)) {
        this._newTitlesGainedItem.push($dataArmors[TITLE_ID_SOFTCORE_MASOCHIST]);
}
Now Karryn should get the title after her next sleep.
Kinda very late to ask this but does this method also apply for the ending titles as well? Checked out the coding and it appears to be different in comparison to the coding of the titles u shown.

Also, not sure if I'm the only who's having this problem but cheating in the titles from MV cheat doesn't activate most of the passives from the titles. Like stat passives for example. Didn't see any changes.

Edit: Solved.
 
Last edited:

zoomies

Well-Known Member
Jun 4, 2017
1,051
863
Yeah, tried searching around first, wasn't helpful. A few people have apparently had the same issue but I couldn't find a clear fix. There was apparently a hotfix patch about a billion updates ago, but nothing for this version.

If there's some secret code I need to type into the search engine to find the answer, then please tell me, but I'm not wading through over 1000 pages of comments to find advice that might not even exist. I'd really rather just ask.
can't fix stupid. try reading a few posts above yours.....or actually read the link for the cc mod on the first page!
 

Skaldy

Well-Known Member
Nov 7, 2017
1,269
1,181
can someone explain me how to unlock titjob fast? I know only orc/guard enemies go for it(exception goblin cunnilingus).
I am on prisoner mode now with ng+ using all virgin/no corruption route titles to squeeze whatever bit of content i can find.
But damn i cant unlock titjob before becoming ultra gangbang slut

what i try to do is to get titjob
if there is no goblin
1. suppress pussy and butt
2. release boob and cock desires
3. Flaunt and kiss everyone
 
Sep 28, 2017
121
172
Anyone know how to get tittle or skill counter sexual attack?
Not sure if answered yet, but afaik what you're referencing is when you counter an enemy's attack (either activated by stance or mental ability), but the enemy bypasses the counter kick and goes straight to having sex. You need to be unarmed, ready, and able to have vaginal sex, and then you counter an attack by an enemy that is willing to have vaginal sex (i.e. Thugs). If rng is in your favor you'll get your leg grabbed and sex begins.
 
4.60 star(s) 441 Votes