- Jul 28, 2017
- 35
- 75
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.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...
Could op pls update the link to subscribestar? Patreon does not get updates anymore.
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.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.
Already posted few pages back (Level 3 defeat battle).There's a new update on subscribestar with WIP new arts. Anyone has it? thanks
https://f95zone.to/threads/karryns-prison-v0-6n2-remtairy.33777/post-4109547There's a new update on subscribestar with WIP new arts. Anyone has it? thanks
In RemetairyKarryn there's a desire section that looks like this:is there any tweak so karryns desire is always full and never reset back to 0 after fight end?
// 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();
};
Did you mean those?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.
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...
- 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
- Unidentified Object Sighting
- Unlock: Have enemies jerk off + 4*Enemy Talk (about cock) more than 20
- Effect: Unlock sex skill: Cock Stare
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.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.