bigguy_foryou

Well-Known Member
Jun 8, 2018
1,130
1,015
eyes_mae3.rpgmvp exists in \www\img\karryn\orc_paizuri
Orc problem? Or simply copy/paste error from dev.

Im studying the code atm, since I need Javascript knowledge for work and damn is this a mess... Lots of duplicated stuff, and its always a BAD sign if you read // dev comments that they are unsure if that function is still needed or not... ;)
Unfortunately I don't remember if it was orc related, but I'm fairly certain it wasn't. I killed the game fairly quick after I worked out the cause so I don't have the exact error, but it's just a generic file not found for that file. Same as you would get in the first fight of the game if you didn't handle case issues at all.
 

bigguy_foryou

Well-Known Member
Jun 8, 2018
1,130
1,015
Ok, this game is great and already one of my favorites for all time. I can only imagine that will stick once it's finished.
You don't have permission to view the spoiler content. Log in or register now.
It knows just how to push my buttons.
 

drchainchair2

Member
Mar 28, 2020
244
619
eyes_mae3.rpgmvp exists in \www\img\karryn\orc_paizuri
Orc problem? Or simply copy/paste error from dev.

Im studying the code atm, since I need Javascript knowledge for work and damn is this a mess... Lots of duplicated stuff, and its always a BAD sign if you read // dev comments that they are unsure if that function is still needed or not... ;)
This game is put together very well. If you want to lose braincells, the code in 90% of the games on this site will help you with that.
 

hakarlman

Engaged Member
Jul 30, 2017
2,124
3,334
What does having a high slut level actually cause? Anyone know exactly what slut levels do? I know they lower charm, but what else?

I don't like how you can't control your stats. It's too random. I'd rather be able to choose where the points go.
 
Last edited:

Pretentious Goblin

Devoted Member
Nov 3, 2017
8,815
7,384
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
112
145
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)
 

curiousben

Newbie
Sep 21, 2016
30
17
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
10
6
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
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
53
27
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
 
4.60 star(s) 427 Votes