CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Vexstear

Member
Jan 7, 2019
106
125
mamaboiii or tetrayrok
Excuse-me, you two seem one of the most knowledgeable around here so I come to bother again...
Do you know if there's a way to mod the game to be able to get more than two specialization edicts?

Someone has kindly helped me:

On RemtairyEdicts search for "Game_Actor.prototype.trainingSpecializationCount = function()" and change the last line to "return 0;"
 
Last edited:
  • Like
Reactions: yellowyoba

NotSlimShady

New Member
May 2, 2018
10
12
The fact that weirdly there is such a lack of control is why I personally lost interest in this game, especially given that options to lean into the lewdness early-game kept getting skimmed and obtaining new passives got grindier and grindier.
I have the same issue. The lack of proactivity on her end makes it fairly onedimensional. I tried locking her into specific fetishes but outside of gloryhole quest it hardly works.
I want to make an anal slut-virgin or oral obsessed Karryn, but she quickly develops such an obsession with sex that everything else is going to happen in group combat after a few battles.
Game needs some chastity belt options or more ways for her to be in control like the "deny ejaculation" stuff.
 
  • Like
Reactions: NaughtyOppaiDragon

kandrew123

Member
Oct 14, 2018
257
199
I have the same issue. The lack of proactivity on her end makes it fairly onedimensional. I tried locking her into specific fetishes but outside of gloryhole quest it hardly works.
I want to make an anal slut-virgin or oral obsessed Karryn, but she quickly develops such an obsession with sex that everything else is going to happen in group combat after a few battles.
Game needs some chastity belt options or more ways for her to be in control like the "deny ejaculation" stuff.
You'll hardly ever have enough willpower to actively suppress more than desire at a time, so being a exclusive anal/oral/breast slut isn't going to work out, you are still able to maintain her vaginal virginity if you're careful
 

Dr.Jan Itor

Member
Jun 19, 2018
349
397
Whomever comes to be Karryn's VA(She can be an attack helicopter for all I care) hopefully will cover the following areas:
1)If Karryn is dom, she should sound and act like it(same for submissive scenario)
2)No forced moans and overacting when we bring Karryn into the slut stage(hopefully she will sound as if she enjoys her activities)
 

rinsako

New Member
Feb 14, 2019
12
6
Agreed to that. Vocal mannerisms in Japanese H-anime and games are not particularly appealing to me. There's very little expression of overt lust and desire on female part, or even calm, confident arousal. The emphasis is put on shame, defiance, reluctance and questionable consent. I so much more prefer open enjoyment and adult moans of undeniable pleasure to screaming like a slaughtered animal and underage girl in one.

I hope that Rem's 'Western' heritage will have a say in this.
There are plenty Japanese eroge VA's that pull of the more mature voice. It's a bit paternalistic to say that the Japanese language focuses on shame, defiance, reluctance, and questionable content...

FFS, Romi Park is a JP VA.
 

Xill

Well-Known Member
Jan 10, 2018
1,948
3,016
There are plenty Japanese eroge VA's that pull of the more mature voice. It's a bit paternalistic to say that the Japanese language focuses on shame, defiance, reluctance, and questionable content...

FFS, Romi Park is a JP VA.
That's not what he said. He's talking about the moans and the way women's voices sound in hentai and such.
 

Hyperkid00

Newbie
May 20, 2018
54
18
I can revisit it if you're still looking for a solution and haven't found it yet. Sorry not really on.

You're going to have to do it in two parts if you've already started a game;

This will disable edicts and difficulty affecting order; You're going to have to change the control value to be your current order- value = your desired order.
So if I have 60 order and I want it to be set at 10, I'm going to have to put -50 in the control variable. Sleep, then change the control to be 0 and reboot the game. That should just cap you at your desired value.



Code:
Game_Party.prototype.recalculateBaseOrderChange = function() {
    let actor = $gameActors.actor(ACTOR_KARRYN_ID);
    let skillsArray = actor.skills();
    this._orderChangePerDay = PRISON_STARTING_ORDER_PER_DAY;
    // for(let i = 0; i < skillsArray.length; ++i) {
    //     let skillId = skillsArray[i].id;
    //     let skill = $dataSkills[skillId];
    //     if(skill.edictOrderPerDay !== 0) $gameParty.increaseOrderChangePerDay(skill.edictOrderPerDay);
    // }
};
I also commented out any skills that may affect order in this function. This function gets called every time you advance a day.

Code:
Game_Party.prototype.orderChangeValue = function() {
    let actor = $gameActors.actor(ACTOR_KARRYN_ID);
    let control = -50;  // You're going to have to change this to zero after.
    // let control = this._orderChangePerDay;

    // control += this.orderChangeRiotManager();
    // control += actor.titlesOrderChange();
    // control += actor.variablePrisonControl();

    // if(actor.isUsingThisTitle(TITLE_ID_FULL_ORDER_TWO) && actor._flagEquippedFullOrderTwoTitleForWholeDay) {
    //     control *= 0.5;
    // }

    //if(Prison.easyMode()) {
    //    if(ConfigManager.cheatLessControlFive) control -= 5;
    //    if(ConfigManager.cheatLessControlTen) control -= 10;
    //}

    return Math.round(control);
};
After you've gotten to your desired value; Set the control change to zero.

Code:
Game_Party.prototype.orderChangeValue = function() {
    let actor = $gameActors.actor(ACTOR_KARRYN_ID);
    let control =  0;
    // let control = this._orderChangePerDay;

    // control += this.orderChangeRiotManager();
    // control += actor.titlesOrderChange();
    // control += actor.variablePrisonControl();

    // if(actor.isUsingThisTitle(TITLE_ID_FULL_ORDER_TWO) && actor._flagEquippedFullOrderTwoTitleForWholeDay) {
    //     control *= 0.5;
    // }

    //if(Prison.easyMode()) {
    //    if(ConfigManager.cheatLessControlFive) control -= 5;
    //    if(ConfigManager.cheatLessControlTen) control -= 10;
    //}

    return Math.round(control);
};
Same file different function.
No, your first solution is just what I wanted and much easier for me to achieve.
 

Hyperkid00

Newbie
May 20, 2018
54
18
Any ideas on how to change the code for unlocking all passives with the start of a new game?

And how do I unlock the edict Karryns Onlyfans?
 
Last edited:

Leoxsama

Member
Jun 26, 2017
151
144
Are you able to discern between vocal mannerism of a specific art form and a demolect?

Also, look up the definition of 'paternalistic' before you use that word again.
So you really asking for this in your Japanese porn games.
 

Austin3456

Member
Aug 15, 2018
242
132
Even if they add VA it you'll probably be able to mute it since like every game on here with voice acting does. Complaining about something you can turn off is pretty pointless.
 
  • Like
Reactions: TriggerStrider1

shiion1

Member
Mar 1, 2017
361
260
Could someone point in the right direction to mod the game so that Karryn never becomes a slut?

I like it when all her faces are angry/frowny and her reactions are like "ewwww"
I don't like it when she's a total slut.
Keep the slut level as low as possible, then. Not sure if there is mods to set a fixed amount. But you are able to go in a saveeditor and modify the level

, upload your save, check "Editor mode" and then just search (you can CTRL+F search but you gotta wait a bit) for slut level.
 

seagoatdaddy

Newbie
Oct 7, 2017
92
110
Oh nice, we get official bbc now

oh nice we get official bbc art! :D
I've been talking with the CCMod author and he's interested in doing bbc related stuff for the mod in the future so look forward to it ^_^

Oh, any suggestions for edicts and/or passives for the bbc portion of the mod? (aside from "QoS" Which I will be working on soon.
What's your obsession with black cocks
 

Vexstear

Member
Jan 7, 2019
106
125
zoomies mamaboiii
Were you able to figure out about making the naked sprite functional?
I modded so Karryn doesn't put her clothes back on after being undressed.

However I simply want to make her sprite to match her being naked on the corner.
I tried to follow your convo about CommonEvents.json and wasn't even able to test it out by getting her naked after a floor lv1 defeat
 

Pretentious Goblin

Devoted Member
Nov 3, 2017
9,239
7,757
Oh nice, we get official bbc now

oh nice we get official bbc art! :D
I've been talking with the CCMod author and he's interested in doing bbc related stuff for the mod in the future so look forward to it ^_^

Oh, any suggestions for edicts and/or passives for the bbc portion of the mod? (aside from "QoS" Which I will be working on soon.
You don't have permission to view the spoiler content. Log in or register now.
 

zoomies

Well-Known Member
Jun 4, 2017
1,052
863
zoomies mamaboiii
Were you able to figure out about making the naked sprite functional?
I modded so Karryn doesn't put her clothes back on after being undressed.

However I simply want to make her sprite to match her being naked on the corner.
I tried to follow your convo about CommonEvents.json and wasn't even able to test it out by getting her naked after a floor lv1 defeat
yes, mamaboii figgured it out. you need to change "C_Karryn01", 4, to "C_Karryn01",2, in data /common events. there are a bunch of them and you don't need to change them all. the cc mod does this nicely, but i do have the preg part disabled
 
  • Like
Reactions: Vexstear
4.60 star(s) 447 Votes