She's waiting...ready to tease you live - Jerkmate is free! Join Now!
x

BIGJOB37

Newbie
Feb 15, 2018
64
18
195
Been playing around with some of the other .js files, here is some more stuff I've tried.


If you change some of the values in RemtairyKarrynPassives.js, you can alter the likelihood of different types of actions occurring in combat, such as only anal, or only spanking, or only Petting.

Game_Actor.prototype.spankingButtDesireRequirement = function() {
let req = this.buttPettingButtDesireRequirement() + 35;

Just alter the requirements for what you want to be lower, and what you don't want to be higher.



If you change the lines in RemtairyPrison.js, you can fiddle with how fast stats grow.

const DIFFICULTY_EASY_GROWTH_RATE
const DIFFICULTY_NORMAL_GROWTH_RATE
const DIFFICULTY_HARD_GROWTH_RATE




If you want to save in Hard mode manually, add this line to RemtairyPrison.js.
Game_Party.prototype.canOpenSaveMenu = function() {
return this.hardMode();
};




Changing the values in RemtairyNewPassives.js allows you to get the passives easier for those who want to do just a little work instead of cheating all of them with the debug command.




You can altar a skill in RemtairyWillpower.js to give way more experience then it should and instantly gain 90 mind levels. I'm sure if you worked out the different stats you could change that experience into whatever you wanted ex: dex, str, agi, etc...

Game_Actor.prototype.afterEval_seeNoEvil = function() {
this.gainMindExp(4000, $gameTroop.getAverageEnemyExperienceLvl());
};




You can change income by messing with these lines in RemtairyEdicts.js.

//////////
// Income

Game_Actor.prototype.edictsIncomeRate = function() {
let rate = 1;

if(Karryn.hasEdict(EDICT_THE_THUG_PROBLEM)) {
if(Karryn.hasEdict(EDICT_NO_THUG_LABOR)) rate *= 0.85;
else if(Karryn.hasEdict(EDICT_THUGS_STRESS_RELIEF)) rate *= 1;
else rate *= 0.9;
}

return rate;
};

Here ya go. Don't forget to remove the change after you get all the passives, or the game will continue to give you duplicates. Also it works better if you don't already have any passives.






If you would rather just add individual passives, you can always just alter the requirements for the passives you want in RemtairyNewPassives.js.

Game_Actor.prototype.checkForNewBlowjobPassives = function() {
if(!this.hasPassive(PASSIVE_BJ_COUNT_ONE_ID) && this._recordBlowjobCount >= 5) {
this.learnNewPassive(PASSIVE_BJ_COUNT_ONE_ID)
}
else if(!this.hasPassive(PASSIVE_BJ_COUNT_TWO_ID) && this._recordBlowjobCount >= 20 && this._recordMaxReachedMouthDesireCount >= 3 && this._recordMaxReachedCockDesireCount >= 3) {
this.learnNewPassive(PASSIVE_BJ_COUNT_TWO_ID)
}
else if(!this.hasPassive(PASSIVE_BJ_PEOPLE_ONE_ID) && this._recordBlowjobPeople >= 10) {
this.learnNewPassive(PASSIVE_BJ_PEOPLE_ONE_ID)
}
else if(!this.hasPassive(PASSIVE_BJ_PEOPLE_TWO_ID) && this._recordBlowjobPeople >= 30) {
this.learnNewPassive(PASSIVE_BJ_PEOPLE_TWO_ID)
}
else if(!this.hasPassive(PASSIVE_BJ_PEOPLE_THREE_ID) && this._recordBlowjobPeople >= 69) {
this.learnNewPassive(PASSIVE_BJ_PEOPLE_THREE_ID)
}
else if(!this.hasPassive(PASSIVE_BJ_PEOPLE_FOUR_ID) && this._recordBlowjobPeople >= 125) {
this.learnNewPassive(PASSIVE_BJ_PEOPLE_FOUR_ID)

Just change all the numbers to 1, 2, 3, 4, 5, etc... and you will get the perks quickly, without having to worry about hacking them in.

These are how to edit Passives and stats. So, Do anyone know how can i edit titles?
 

Cassibryan

Newbie
Jan 20, 2019
30
170
84


v0.5h

Changelog

  • Added a new short post scene for the first time that Karryn has been defeated to explain the new defiled halberd mechanic
  • Added 2 more titles
  • Enemies with rare prefix variants will now in addition to having a different colored name, be palette swapped so it's more obvious that these enemies are a bigger threat
  • Fixed certain enemy behaviors during the receptionist side job
  • Fixed your mouse not being usable after a very specific pattern of masturbating in the office, getting invaded, and then losing during that invasion battle.
  • Fixed a bug with goblin creampies in the Japanese version
  • Minor text corrections

Those who are new to this game if you dont mind, pls me the post scene when you're defeated for the first time
 

Arima Bery

Member
Dec 16, 2017
457
176
238
Mega

v0.5h

Changelog

  • Added a new short post scene for the first time that Karryn has been defeated to explain the new defiled halberd mechanic
  • Added 2 more titles
  • Enemies with rare prefix variants will now in addition to having a different colored name, be palette swapped so it's more obvious that these enemies are a bigger threat
  • Fixed certain enemy behaviors during the receptionist side job
  • Fixed your mouse not being usable after a very specific pattern of masturbating in the office, getting invaded, and then losing during that invasion battle.
  • Fixed a bug with goblin creampies in the Japanese version
  • Minor text corrections

Those who are new to this game if you dont mind, pls me the post scene when you're defeated for the first time
God bless you sir
 
  • Like
Reactions: Dr.Jean Pepper

drchainchair2

Member
Mar 28, 2020
413
1,072
308
Those who are new to this game if you dont mind, pls me the post scene when you're defeated for the first time
I don't think there's any new art or anything. It's just explaining that you're unarmed until you sleep. Which is a bit of a problem if you're defeated on Lv2 but have yet to clear a path to the bathroom, since there's the potential to get stuck in a defeat loop as unarmed is fairly weak unless you've invested edicts into it.

defiled.png
 

Smopy

Member
Dec 22, 2017
186
252
328
before (or more) people start spreading false information or whatever: v0.5 DON'T HAVE LEVEL 2 SUBJUGATION, Remtairy already said it on their Patreon. go to know things before saying it please :rolleyes:

Remtairy.png
here's the link for the post:
 
Last edited:

Smopy

Member
Dec 22, 2017
186
252
328
yea its sad news and its means this game will not be completed 1-2 more years
probably not, normally they update the game around 3 a 4 months (i don't know about now, because of the situation goin on in the world right now) but i don't think the gonna take so much time for the next update (i hope)
 
  • Like
Reactions: Dr.Jean Pepper
Aug 4, 2017
353
572
197
Mega

v0.5h

Changelog

  • Added a new short post scene for the first time that Karryn has been defeated to explain the new defiled halberd mechanic
  • Added 2 more titles
  • Enemies with rare prefix variants will now in addition to having a different colored name, be palette swapped so it's more obvious that these enemies are a bigger threat
  • Fixed certain enemy behaviors during the receptionist side job
  • Fixed your mouse not being usable after a very specific pattern of masturbating in the office, getting invaded, and then losing during that invasion battle.
  • Fixed a bug with goblin creampies in the Japanese version
  • Minor text corrections

Those who are new to this game if you dont mind, pls me the post scene when you're defeated for the first time
bro was that file safe?
 

Yxel

Member
Nov 15, 2017
171
178
142
I notice giant amount of changes in v0.5h RemtairyKarrynReceptionist.js so you probably can get difficulties if using from previous version
 

iApollo

New Member
Mar 13, 2020
6
0
52
probably not, normally they update the game around 3 a 4 months (i don't know about now, because of the situation goin on in the world right now) but i don't think the gonna take so much time for the next update (i hope)
I fucking hope not. I took a look at this game a week and a half ago and it just feels INCREDIBLY lackluster for an (at the time) v0.4. I looked at the previous update and I could've sworn it was nearly a year ago, so I just about gave up on the game but saw that this was updated in the Latest Updates section. Idk. The game needs A LOT of polish. It's too difficult and time-consuming to access the sex scenes. It's borderline impossible to control which ones you do get. I love the essence of the game, but it takes ages to even see anything other than some fingering and breast-fondling. There's a lot of work that needs to be done before 1.0 and the amount of effort that went into the game between v0.4 and v0.5 (roughly a year unless I'm completely wrong on this) is just laughably minimal.
 

iApollo

New Member
Mar 13, 2020
6
0
52
entire game is grindy as well, not sure why Remtairy went this route
there's quite a bit of rng as well

his other game was a pleasure to play and super enjoyable
Agree 100%. This game seemed amazing until I actually played it. It's really sad, actually. Far too time-consuming for such little reward. Can't ever get the scenes you want. Just all around meh.
 
4.60 star(s) 496 Votes