- Apr 2, 2021
- 43
- 4
You need more charm. Some sex skills benefit from other stats like dex.how can I make it so karryn does a lot more pleasure damage to enemies
i meant like how do i edit the script for how much pleasure damage the enemies takeYou need more charm. Some sex skills benefit from other stats like dex.
Yes. The file is RemtairyPrison.js.Is it possible to tweak the code so the order will never be 0?
Game_Party.prototype.setOrderChangePerDay = function(value) {
this._orderChangePerDay = value;
$gameVariables.setValue(VARIABLE_CONTROL_ID, this.orderChangeValue());
$gameScreen.setMapInfoRefreshNeeded();
};
Game_Party.prototype.setOrderChangePerDay = function(value) {
this._orderChangePerDay = 100;
$gameVariables.setValue(VARIABLE_CONTROL_ID, this.orderChangeValue());
$gameScreen.setMapInfoRefreshNeeded();
};
Is it possible to halt the order in the low order section for max subsidies?Yes. The file is RemtairyPrison.js.
Game_Party.prototype.setOrderChangePerDay = function(value) {
this._orderChangePerDay = value;
$gameVariables.setValue(VARIABLE_CONTROL_ID, this.orderChangeValue());
$gameScreen.setMapInfoRefreshNeeded();
};
this function.
Game_Party.prototype.setOrderChangePerDay = function(value) {
this._orderChangePerDay = 100;
$gameVariables.setValue(VARIABLE_CONTROL_ID, this.orderChangeValue());
$gameScreen.setMapInfoRefreshNeeded();
};
change it into this and this should set your order to 100. I haven't tested it yet though.
Yes change the value of 100 to 10 or whatever low value you want.Is it possible to halt the order in the low order section for max subsidies?
I tried that but this piece of code changes the control and not the order so the order will go down if you have enough negative control.Yes change the value of 100 to 10 or whatever low value you want.
I would just use the RPG Maker cheat engine to update your charm stat. You can also use CC Mod to increase some stats. If you want to get into the code go to the RemtairyKarrynSex.js file and look for the section:i meant like how do i edit the script for how much pleasure damage the enemies take
Você é o cara.i got a lv. 397
Kozak!Você é o cara.
Translation for non-lusophones: You are the man.
When you end the masturbating session, you don't get money reward, like an automatic income once you've completed a job for example ? Check it maybe.Guys. Do you know how sell the video from the security cameras? I activated the edict and I'm clueless about that. View attachment 1258862
Unfortunately, there is no "undo" in Edicts, as far as I know with the exception of halberd specialization.Guys. Do you know how sell the video from the security cameras? I activated the edict and I'm clueless about that. View attachment 1258862
Ahhh. I thought there was a kind of special scene or npc who buys the videos. thanksWhen you end the masturbating session, you don't get money reward, like an automatic income once you've completed a job for example ? Check it maybe.