Mantha

Newbie
Jul 20, 2017
72
49
185
is there any tweak so karryns desire is always full and never reset back to 0 after fight end?
 

Pretentious Goblin

Devoted Member
Nov 3, 2017
10,940
9,143
896
Probably a long shot, but is there some way to make the game not show cum splatters and creampies? It's kinda ruining the receptionist job for me, among other things.
 

Neo Nocturne

Member
Aug 13, 2019
121
155
73
Yes, but you have to keep the Order very low and even then, your income will tend to be, somewhere between 500 - 1k Gold. Haven't tried a run without the bar for a while, since the money is just too good to pass on, but it should be possible. You just have to delay more on the 2nd Floor.
Based on the assumption that there will be endings, let us try to work out a way without building the bar, with low slut level (hopefully below 20) and low corruption (also below 20) till Level 3? Prisoner Mode of course.

I am just assuming those seem like the plausible minimum for a Pure Ending. I have managed to sustain up to Day 18, level 1 subjugated, on Floor 2. Again, I was never aware of the thug position or etc. I did end up getting raped by some strong enemies (big muscle men). I feel like it’s mostly RNG part that got me most of the time. Or perhaps escaping is the better option?

(P.S.: I try to keep Karryn from getting harassed by goblins in Secretary mini-game as well)
 

Larry247

Member
Jul 26, 2017
271
426
217
To the guys who contributed the v0.6 links, a big thank you. You can send me your signature requests and names to my inbox if interested.

To others, new signatures are in progress and will be released after 1-2 days.

There's a new update on subscribestar with WIP new arts. Anyone has it? thanks
Already posted few pages back (Level 3 defeat battle).
 

curiousben

Newbie
Sep 21, 2016
30
17
171
is there any tweak so karryns desire is always full and never reset back to 0 after fight end?
In RemetairyKarryn there's a desire section that looks like this:
Code:
// Desire
/////////////
//////////

Game_Actor.prototype.setCockDesire = function(value) {
    this._cockDesire = value.clamp(0, this.maxCockDesire());
    this.addToMaxReachedCockDesireRecord();
};
Game_Actor.prototype.setMouthDesire = function(value) {
    this._mouthDesire = value.clamp(0, this.maxMouthDesire());
    this.addToMaxReachedMouthDesireRecord();
};
Game_Actor.prototype.setBoobsDesire = function(value) {
    this._boobsDesire = value.clamp(0, this.maxBoobsDesire());
    this.addToMaxReachedBoobsDesireRecord();
};
Game_Actor.prototype.setPussyDesire = function(value) {
    this._pussyDesire = value.clamp(0, this.maxPussyDesire());
    this.addToMaxReachedPussyDesireRecord();
};
Game_Actor.prototype.setButtDesire = function(value) {
    this._buttDesire = value.clamp(0, this.maxButtDesire());
    this.addToMaxReachedButtDesireRecord();
};
Change the 0 to whatever value you want as the new minimum.
 
  • Like
Reactions: Mantha

AkaJack

New Member
Feb 24, 2020
11
12
58
Remind me please, how do you unlock that one ability that ends sex actions in battle? I unlocked it once back in 0.4 and I haven't been able to unlock again since. I don't remember what the unlock conditions are.
 

mdzone

New Member
Aug 30, 2020
14
10
61
Remind me please, how do you unlock that one ability that ends sex actions in battle? I unlocked it once back in 0.4 and I haven't been able to unlock again since. I don't remember what the unlock conditions are.
Did you mean those?

  • Convenient Sex Object
    • Unlock: Have 30 different sex partners, and max out all desires 4 times.
    • Effect: Unlock "Give Up" Energy Skill

  • Walking Talking Cock Sleeve
    • Unlock: Have 100 different sex partners, and max out all desires 10 times
    • Effect: Unlock Surrender skill
You can remove stamina and then energy in 2 turns. After that its game-over for normal battles and basically autopilot for the bar/toilet scenes...
Those 2 skills speed up the bar and toiletscene a lot.

The one that blocks enemies from gaining pleasure is :
  • Unidentified Object Sighting
    • Unlock: Have enemies jerk off + 4*Enemy Talk (about cock) more than 20
    • Effect: Unlock sex skill: Cock Stare
 

ArchDevilCro

Newbie
Aug 26, 2018
56
28
113
Oh i realy like double orgazam sound and new animation, idk when was this implemented but i jut found it now and it is realy good that devs did that
 

Larry247

Member
Jul 26, 2017
271
426
217
Remind me please, how do you unlock that one ability that ends sex actions in battle? I unlocked it once back in 0.4 and I haven't been able to unlock again since. I don't remember what the unlock conditions are.
It was that 'push back' skill. It was and is unimplemented for now. Someone had modded it for 0.4 but it doesn't work for O.5 and 0.6.

Source: my experience reading all the pages in this thread
 
  • Like
Reactions: AkaJack

old spider

Newbie
Apr 14, 2018
60
38
119
man, its so hard to play a new release on linux everytime, . . can't even debug at browser for whatever case sensitivity mix-up anymore, . . .
 
4.60 star(s) 496 Votes