mamaboiii

Active Member
Oct 13, 2018
587
1,741
293
Is there a way to turn off cunnilingus?
Yes. But I'm not sure what kind of effects it might have. Look up the function Game_Enemy.prototype.beforeEval_start_goblin_cunnilingus1_pussy in the above mentioned RemtairyEnemySex.js. You could try playing around with that function a bit; removing it completely, making it "empty" by marking off all the lines within the function, etc. I'm not sure how goblins will behave without that particular function available, the game might very well crash when they attempt it.
A safer way might be to increase the desire requirement. As of now the max possible desires are hardcoded as 200, so anything above would be unreachable.
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: voidzone247

ewana

Newbie
Jan 14, 2020
88
39
140
A safer way might be to increase the desire requirement. As of now the max possible desires are hardcoded as 200, so anything above would be unreachable.
You don't have permission to view the spoiler content. Log in or register now.
Excellent! Is it a global value, or can the value for opponents and karryn skills be adjusted separately?
 

Pretentious Goblin

Devoted Member
Nov 3, 2017
10,936
9,139
896
I just did my second playthrough on 0.7 and I have to reiterate my gripe with the game: too many damn Passives. It's bad for the fetish because inevitably you lose track of everything that's coming in that's affecting Karryn, and it's bad for the gameplay because you can't possibly remember 100 or more passive buffs and debuffs that affect the combat. It pushes me into doing either a """pure""" run (i.e. virgin mega-sadist bitch), or a highly-targeted run with specific sex acts and enemy types. This was the case before but now with even more passives, and most passives having 2+ effects, it's way worse.
 
  • Like
Reactions: taglag

Rukatzu

Member
Aug 30, 2018
401
121
171
I don't think the glory hole side job is avaliable when you transfer your safe file from v6. Because I can't find it anywhere
 

jk11

Member
May 16, 2017
186
104
247
Dear Rem,
PLEASEPLEASEPLEASE make a "bad" ending with karryn that keep his "position" in the prison after got married with TONKIN!!!
 

Missmiles

Active Member
Aug 12, 2018
845
621
269
Please help.

I just reset my computer because it got fucked up after some mistakes.

I downloaded the new version of Karryn, started the game, and while the window opened normally, it went to a permanent black screen and the loading ring on my mouse kept flickering.

I think it would've told me if I was missing a file or somesuch.

Can anyone please help me?

P.S: agree with the Tonkin ending. Doesn't even have to be a Bad End, just...maybe Another End. There's certainly potential for it.
 

voidzone247

Active Member
Mar 12, 2017
803
996
290
How does sadism and masochism work in this game? Are they mutually exclusive?
Separate stats. They affect their representative actions. Dealing damage or giving footjobs is affected by sadism, while being dealt damage or being forced to do rimjobs is affected by masochism.

edit: meaning the pleasure values you gain or the pleasure damage you deal are affected, sorry if that was unclear
 
Last edited:

Luckystrike

Newbie
Oct 30, 2016
37
18
223
is there anyway to reset levels/change difficult but keep passives/items. I dont really see the point in growth items once ive already leveled. Is there specific files I should copy paste?
 

Regelious

Member
Aug 17, 2018
255
2,697
314
is there anyway to reset levels/change difficult but keep passives/items. I dont really see the point in growth items once ive already leveled. Is there specific files I should copy paste?
new game plus, just go sleep xx times until it gives you a bad ending, then you can chose a new difficulty to start over with your passives and lvl
 

taglag

Well-Known Member
Aug 6, 2019
1,430
1,225
328
Dear Rem,
PLEASEPLEASEPLEASE make a "bad" ending with karryn that keep his "position" in the prison after got married with TONKIN!!!
I am not a fan of bad ending just because you decided to do adult thing's.

I actually hate that a lot of RPG maker games force you to play them as a saint (or even worse you have to lose to see the the great art work) or your character will be fucked in the end... ( I mean why spend so much time, and trouble making a game with adult images for adult's (which is I am sure a lot of trouble) with lots of cool adult thing's to do, and the only way you get to see them is to go for a bad end?)

I understand bad end's for bad choices, but sex for me, as and adult is not what I consider a bad choice, and losing and getting raped does not seem to be and actual choice at all..LOL
 

voidzone247

Active Member
Mar 12, 2017
803
996
290
I'm stumped on the bug with orcs/nerds not being able to orgasm after their first ejaculation. Compared 0.6n2 files to 0.7a.d files and I can't see anything that would change how orgasm works in a significant way. What gets moved is the orgasmpoint (basically how much "pleasure points" [think hitpoints] each enemy has), but that shouldn't stop them from (eventually) reaching that point by just adding more pleasure. The bar fills up and everything.

There are a few different calls to function to check if orgasm is possible;

Code:
if(this.reachedOrgasmPoint() && !this.orgasmLocked() && this._ejaculationStock >= 1 && !this._ignoreNextOrgasmCheck && DEBUG_MODE)
But I've gone through them and I can't honestly see what's going wrong. Anyone else better than me at parsing this code and able to resolve it, or are we stuck waiting for the next version before tackling third floor?
 
4.60 star(s) 495 Votes