Neriel

Well-Known Member
Jan 19, 2018
1,014
1,051
reply and reaction in order







so yeah just checked no dont have that checked with bunch of enemy types
There, this is how it looks like, if you have bought the Edicts, that give you all the information.
Screenshot (3).png
 

VictorDoUrden

Active Member
May 5, 2020
649
539
There, this is how it looks like, if you have bought the Edicts, that give you all the information.
View attachment 1251968
That explains it go figure its one of the three I dont got. Still can't fucking do it so going to buy the items to make footjob higher and whatnot. Had to restart from back up save of 9 hours ago. Desires went up to damn fast and the nerd blackmail takes way too damn much income. Ho good are those skills the go against desire? Also Im sure there is a total no but is there a way to like how in some other games you repent or something to lower desire?
 

fart1111

Member
Oct 31, 2019
274
592
That explains it go figure its one of the three I dont got. Still can't fucking do it so going to buy the items to make footjob higher and whatnot. Had to restart from back up save of 9 hours ago. Desires went up to damn fast and the nerd blackmail takes way too damn much income. Ho good are those skills the go against desire? Also Im sure there is a total no but is there a way to like how in some other games you repent or something to lower desire?
All the suppress/release desire skills scale based off of your mind stat. With high mind stat you can force whatever type of sex you want easily. It also makes healing thoughts give more energy, and skills like Ki more powerful. That's pretty much the reason mind is the best stat in the game, because it does everything. From letting you fight harder in combat, have specific type of sex you want, and last longer by giving energy, which can be turned into stamina.
 

tetrayrok

Member
Apr 2, 2021
118
116
Is it possible to tweak the code so the order will never be 0?
Yes. The file is RemtairyPrison.js.
Code:
Game_Party.prototype.setOrderChangePerDay = function(value) {

    this._orderChangePerDay = value;

    $gameVariables.setValue(VARIABLE_CONTROL_ID, this.orderChangeValue());

 

    $gameScreen.setMapInfoRefreshNeeded();

};
this function.

Code:
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.

Edit: I just tested it and it works. Enjoy.
 
Last edited:

Hyperkid00

Newbie
May 20, 2018
54
18
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.
Is it possible to halt the order in the low order section for max subsidies?
 

ArchDevilCro

Newbie
Aug 26, 2018
53
27
There is bug with Charm and items to equip, i have currently 25 charm, (only boost is well rested stats +6%) and i can not equip ANY item, thou it says requarement are charm 18, anybody have same problem?
 

OffPathGames

Member
Game Developer
Apr 23, 2020
211
183
i meant like how do i edit the script for how much pleasure damage the enemies take
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:

///////////////////
// Damage formula
//////////////////////

You can edit whatever you want in there. There are comments to explain most of the sections.

You can also just edit the base damage numbers for the cock petting or vaginal skills at the top. ex:
const BASEDMG_PETTING_COCK = 4;
 
4.60 star(s) 423 Votes