- Nov 26, 2017
- 122
- 130
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.
THIS!!! I also want to know how.View attachment 641452
how do I trigger this position? Or is it just random?
God bless you sirMega
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
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.Those who are new to this game if you dont mind, pls me the post scene when you're defeated for the first time
post scene when you're defeated for the first time
Try reading the thread.THIS!!! I also want to know how.
yea its sad news and its means this game will not be completed 1-2 more yearsbefore (or more) people start spreading false information or whatever: v0.5 DON'T HAVE LEVEL 2 SUBJUGATION, Remtairy already said it on their Patreon for the love of god.
View attachment 641508
here's the link for the post:You must be registered to see the links
Yes, that's a problem with crowdfounding. But since Melty's quest is complete, I don't think the developer is just enriched by the hopes of the fans.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)yea its sad news and its means this game will not be completed 1-2 more years
bro was that file safe?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