- Aug 18, 2018
- 58
- 289
She'll be back as soon as she gets the prison in order, Your Majesty.How do I get her to work as a secretary?
She'll be back as soon as she gets the prison in order, Your Majesty.How do I get her to work as a secretary?
Follow the video you shouldnt have any issue there.can someone put up a download for the game with the preg and gyaru mods installed as i am not good enough to figure out how to instal them myself and cba
Did you check the first post of this thread?Where do I find the new version?
losing, and getting battle raped until you lose more basically. At least that's how I got most of the maso perks. Sado is the inverse, win battles and beat the crap out of them. Dick kicking also contributes to this I thinkI know this question has been asked a couple of times but even searching I couldn't find a clear answer.
What are the methods for raising masochism?
use setCharacterCreatorPassive insteadThe game is set to disable Prisoner Mode-exclusive Passives if not in Prisoner Mode inRemtairyPrison.js
in the functionGame_Party.prototype.checkCharacterCreatorDifficultyExclusives
(line 956 in v0.7A.k). If you want to switch difficulties but keep your passives, you could change
if(!this.hardMode()) {
on line 959 to
if(false) {
Since false will never be true, the function won't do anything anymore.
If you wanted to give yourself the passives in a save file that didn't start in Prisoner Mode (or for some reason give yourself multiple starting passives) , you could probably use a similar strategy to the "enable the starting title which unlocks getting 3 edict points" (You still will have to do the first part in order to prevent the changes from being undone):
Simply put the following in the functionGame_Party.prototype.advanceNextDay
(starts around line 1140 in v0.7A.k) after the line that sayslet actor = $gameActors.actor(ACTOR_KARRYN_ID);
to add the Prisoner Mode passives after sleeping once (there won't be a message):
actor.learnNewPassive(CHARA_CREATE_TWO_BODY_ID); //Whole Body Sensitivity
actor.learnNewPassive(CHARA_CREATE_THREE_ONANI_ID); //Masturbation Desire
actor.learnNewPassive(CHARA_CREATE_THREE_SADO_ID); //Sadist Desire
actor.learnNewPassive(CHARA_CREATE_THREE_MAZO_ID); //Masochist Desire
(To remove any old passives, check the mod list under "change/add sensitive body part". Speaking of which, there is no CHARA_CREATE_TWO_PETTING_ID" anymore. That is now "CHARA_CREATE_TWO_BODY_ID". )
Remember that adding the lines to teach yourself the passives is useless outside of Prisoner Mode unless you also disable the function that removes them outside of Prisoner Mode!
if i may ask for a better explanation i knida want the passives in normal and easy for messing around, i did quite a bit of experimenting with the code, but this is one thing i never tried, and am hoping you mean add a command using what you said as opposed to learn new skill code. Some things are best typed out for the ease of searchbar users later, but I am pretty sure I know what you mean, although not 100% certainuse setCharacterCreatorPassive instead
I have the following masochistic passives:I know this question has been asked a couple of times but even searching I couldn't find a clear answer.
What are the methods for raising masochism?
I'm keeping her a virgin at all costs. Slut level 209, never experienced a vaginal orgasm, with clit touched just a couple of times by accident.I wish there was a gallery or free-scene mode where you could set slut level, enemies / # of enemies and enemy types, and starting sex position so we could see all the scenes, how they play out etc etc
May I perhaps suggest the readme of the mod?Hey I tried to search but I had no luck. How do I disable pregnancy using the mod? I just wanted different colored hair.
Almost everything is configurable, see CC_Config.js.
I did read the readme in the ccmod folder as well as the website where I downloaded it multiple times and still missed that. I appreciate you taking the time to respond to my computer illterate ass lol, have a good one.May I perhaps suggest the readme of the mod?
As my fellow modder stated in his underappreciated work in paragraph 1, phrase 2:
At some point I just have to assume that you guys really are lazy..You don't have permission to view the spoiler content. Log in or register now.
I've said it before but I'll say it again. S/M needs a massive rework. Dev seems to be working under the impression that S/M can be reduced to Sadism = Offense and Masochism = Defense, which is not really accurate.There are several more masochistic passives, but haven't discovered these yet, as the concept of sadism/masochism is not that intuitive in this game. Qualifying openness to penetrative sex (except oral) as well as tit fucks and handjobs as acts of sadism is just plain wrong.