Yann33

Member
Oct 18, 2017
173
173
Avoid the battles before that by bypassing the previous enemies or getting away from them by fleeing. Then the power is enough to get to the boss and even defeat the boss.
Thank you for your answer.
This is what I did for the previous battles but just before the boss, there is a lizard NPC blocking the passage so I have to go through him to unblock the passage to the boss room and it is this NPC who I'm talking about. In this fight, there are always 3 lizardmen first and another wave after them. I have tried at least 20 times to beat them and each time I lose in 10 or 20 seconds. they give me 1 shot each and it's over. I can beat 2 lizardmen at the same time but 3 is not possible.
 

mamaboiii

Active Member
Oct 13, 2018
520
1,527
Thank you for your answer.
This is what I did for the previous battles but just before the boss, there is a lizard NPC blocking the passage so I have to go through him to unblock the passage to the boss room and it is this NPC who I'm talking about. In this fight, there are always 3 lizardmen first and another wave after them. I have tried at least 20 times to beat them and each time I lose in 10 or 20 seconds. they give me 1 shot each and it's over. I can beat 2 lizardmen at the same time but 3 is not possible.
Never tried it myself, but couldn't you just skip the "blockade"? Run directly into the dude blocking the door and flee. Then he is disabled for a few seconds and you could maybe just move past him, thus skipping the whole room.
 
  • Like
Reactions: ComradeBear

Yann33

Member
Oct 18, 2017
173
173
Never tried it myself, but couldn't you just skip the "blockade"? Run directly into the dude blocking the door and flee. Then he is disabled for a few seconds and you could maybe just move past him, thus skipping the whole room.
Like I said the other PNJs move so can be avoided but not The NPC I circled in red. He does not move and behind him,
there is the boss room.

Capture-dcran-5-ConvertImage.png
 
  • Like
Reactions: KentaMenta

nimodae

Newbie
Jun 8, 2018
16
21
Like I said the other PNJs move so can be avoided but not The NPC I circled in red. He does not move and behind him,
there is the boss room.
Trigger the battle with that mob, flee the battle, walk through the inactive mob into the boss room.
 
  • Like
Reactions: Yann33

Blanko2

New Member
Jan 15, 2018
9
4
So because I don't find the motivation to start a whole guide that covers modding, here's a collection of most of my posts regarding tweaks that I consider important/popular. This is intended as a redirecting post to find already existing tweaks easier, because some people have trouble finding the search function :HideThePain:. This list does NOT cover all tweaks, use the search function ;)

[Modding] Tweak post collection

DISCLAIMER
: Before editing any files, back them up including your saves. If stuff does not work in your game and you want to write a post here, PLEASE mention that you modded the game and what you edited. (And don't even think about reporting bugs to the devs with a modded game.) The original game is quite stable (after a few updates :LUL:). If not mentioned otherwise the files are located in www\js\plugins and can be opened with any text editor (using more powerful editors like Notepad++ or VSCode makes editing easier).

VERSIONS: Most tweaks were made for older versions of the game. But they often cover core concepts that don't change in each update (exept maybe line numbers and such). Thus, they'll work in newer versions. The version in brackets after each tweak is the last version for which I looked into it.
Blue version numbers mean I'm sure they still work up to that version, green numbers mean I've verified and tested it in that version and yellow is for outdated tweaks. However, if things change and stuff breaks, please let me know. I'll then probably update either the original post or make a new one (depending on the change).

quality of life tweaks:
  • enable manual saving for each difficulty (v.5q.2): here
  • enable the starting title which unlocks getting 3 edict points (v.5q.2): here
  • tweaking side job values (v.5q.2): here
'naughty' tweaks:
  • wake up without panties (chance based and will be 'lost' the whole day) (v.5q.2): here
  • get her naked all the time (v.5q.2): here
  • Karryn being always aroused (v.5q.2): here
  • getting her nipples hard all the time (v.5q.2): here
  • having cum or pussy juice all the time or after battle/sleep (v.5q.2): here
game mechanic tweaks:
  • reverse the effect slut level has on charm (v.5q.2): here
  • lower enemy max levels (v.5q.2): here
  • increase charm exp gain for individual actions (v.5q.2): here
  • change alcohol tolerance (how fast she gets drunk) in the waitress job (v.5q.2): here
  • editing the groups of enemies you'll encounter (v.5q.2): here
  • removing gained passives (v.5q.2): here
  • more stamina in reception job (v.5q.2): here
  • disable bar fights (v.5q.2): here
  • change/add sensitive body part (the one you choose at the start) (v.5q.2): here

NOTE: I'll update stuff once we get a stable version (probably a week or two after initial v.6 release).
hmm im looking through the code myself trying to find a way to decrease the impact endurance has on pleasure increase -- basically the side jobs mean she never orgasms, which is a pain
I think i've found the section for it in KarrynSex but am not sure

Code:
    let actorDesireGain = (baseDmg + enemySkillLvl) * actorSexRate;
    let actorPleasureFeedback = (actorDesireGain + target.dex) * 0.5 * (1 + enemySkillLvl * 0.1) * actorSexRate * actorSensitivity;
    //actorPleasureFeedback -= (this.end * 2 * (1 - actorDesire / 266));
    actorPleasureFeedback *= (1 + (0.02 * (target.dex - this.end)));
    actorPleasureFeedback *= VAR_KARRYN_PLEASURE_FEEDBACK_REDUCER;
you got any clues?
also whats' the snippet to get JS syntax highlighting on here, [CODE:JS] or [CODE:JAVASCRIPT] dont work :(
 

zeralt56

Newbie
Mar 14, 2018
96
101
Or they don't and until then, I'll take what the Dev said, and that is, that there are no plans for it. Or can you show me anything, that said, that they have changed their mind? And no, them saying not no, isn't proof of anything. Just because they don't say no for the 100 time, since people keep asking it over and over again, doesn't mean, they now have plans for it.
I was a Patron from the start, way back when it only had 1 level, and basically no content. I'm telling you that I asked him a few weeks ago, and he said the possibility is open. I won't pursue the matter any further than telling you that I'm a supporter on Patreon and Ci-en, and that it's one of the most requested features by myself and other users, and not once has there been a definitive "no" as an answer. So I choose to hope that he'll eventually give us what we want, and not listen to some rando on a porn pirating site with a post from 2 years ago.
No offense.
 

Neriel

Active Member
Jan 19, 2018
996
1,020
I was a Patron from the start, way back when it only had 1 level, and basically no content. I'm telling you that I asked him a few weeks ago, and he said the possibility is open. I won't pursue the matter any further than telling you that I'm a supporter on Patreon and Ci-en, and that it's one of the most requested features by myself and other users, and not once has there been a definitive "no" as an answer. So I choose to hope that he'll eventually give us what we want, and not listen to some rando on a porn pirating site with a post from 2 years ago.
No offense.
Did you even look at the picture? You have zero proof, while other have shown proof of what the Dev said. So no offense, but I am taking something the Dev said, over what some random person on a pirate site says, until you provide proof of your claim.
 

mamaboiii

Active Member
Oct 13, 2018
520
1,527
hmm im looking through the code myself trying to find a way to decrease the impact endurance has on pleasure increase -- basically the side jobs mean she never orgasms, which is a pain
I think i've found the section for it in KarrynSex but am not sure

Code:
    let actorDesireGain = (baseDmg + enemySkillLvl) * actorSexRate;
    let actorPleasureFeedback = (actorDesireGain + target.dex) * 0.5 * (1 + enemySkillLvl * 0.1) * actorSexRate * actorSensitivity;
    //actorPleasureFeedback -= (this.end * 2 * (1 - actorDesire / 266));
    actorPleasureFeedback *= (1 + (0.02 * (target.dex - this.end)));
    actorPleasureFeedback *= VAR_KARRYN_PLEASURE_FEEDBACK_REDUCER;
you got any clues?
also whats' the snippet to get JS syntax highlighting on here, [CODE:JS] or [CODE:JAVASCRIPT] dont work :(
basically the side jobs mean she never orgasms, which is a pain
What do you mean by that?

I think i've found the section for it in KarrynSex but am not sure
The stuff in there is for the skills Karryn can unlock. Meaning the sexual action initiated by her. To alter the impact of for example the petting "attack" enemies use, you'll want to look into RemtairyEnemySex.js. The calculation itself is very similar:
You don't have permission to view the spoiler content. Log in or register now.

also whats' the snippet to get JS syntax highlighting on here, [CODE:JS] or [CODE:JAVASCRIPT] dont work :(
It's [CODE=javascript] ;)
 
  • Like
Reactions: Blanko2

cryosis431

Newbie
Jul 26, 2019
76
99
Does anyone know if there's any pregnancy in this game? Does Karryn get pregnant? Also, is there a full save with gallery unlocked?
No and the dev's aren't going to add it. This game doesn't have a gallery of sorts, all actions are within combat + after combat defeat scenes which are also just modified combat scenes. There's a few saves posted throughout the thread but they're for various versions of v.6 so your mileage may vary in terms of everything working.
 

spacedog

Newbie
Jun 17, 2017
25
33
Does anyone know if there's any pregnancy in this game? Does Karryn get pregnant? Also, is there a full save with gallery unlocked?
There is a mod for simple pregnancy:


Please make sure to ONLY copy the ccmod_resources folder. It also does a bunch of other tunings/ cheating which can be adjusted in the cc_mod.js file.
 

Blanko2

New Member
Jan 15, 2018
9
4
What do you mean by that?
wow i wrote that really unclearly - i meant that in the side jobs she takes like no pleasure damage half the time so she won't orgasm ever. Mainly coz i have her endurance at like 101 and i guess the enemies in those minigames aren't scaled up very high or their agility is too low or something.

during regular battles she still gets wrecked, though that might also be because of all the debuffs from DP/TP,cum, etc
 

mamaboiii

Active Member
Oct 13, 2018
520
1,527
How do you get blackmailed by the nerds?
TL;DR: Clear floor 2.

There are basically two mechanics regarding nerds. The first is exposing weakness. If you unlock the edicts "Publish Resists" or "Publish Sensitivities" or cleared the second floor, the nerds can use this skill to lower Karryn's evasion and especially resists for a few rounds in battles. More "Publish" edicts increase the effect. After clearing floor 2 you get two new edicts: the "nerd problem" and the "thug problem" simialr to the thug and goblins ones after floor 1. This unlocks the blackmail mechanic. Basically the nerds got access to information and blackmail Karryn for it, costing you extra money each day per corruption and increasing the "expose weakness" effect. Now have three choices: You can either pay them (lowering riot chance and decrease the effect of "expose weakness"), threaten them (removing the blackmail cost completely, increasing riot chance and increase "expose weakness" effect) or submit to them (removing blackmail cost, but she's always affected by the "expose weakness" debuff (+hidden: expose weakness is a bit weaker)).
 
4.60 star(s) 403 Votes