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

RagueltheUFO

Well-Known Member
Jan 19, 2020
1,228
920
Out of curiosity I looked at the code. You can look for yourself in the file www/js/plugins/RemtairyKarrynOnani.js

You have 4 noise levels, all of which are indicated in the text at the top left of your screen:

JavaScript:
const InvasionNoiseLevelOneEN = "\\C[8]Faint noises can be heard outside.";
const InvasionNoiseLevelTwoEN = "\\C[7]Faint movement can be heard outside.";
const InvasionNoiseLevelThreeEN = "\\C[2]Inaudible talking can be heard outside.";
const InvasionNoiseLevelFourEN = "\\C[10]Someone is shouting outside.";
const InvasionBattleStartEN = "A bunch of people barge into the room!";
It handles the noise levels like this:

JavaScript:
    let invasionChance = this.getInvasionChance();
    let invasionNoiseLevel = this.getInvasionNoiseLevel();
    let invasionNoiseLevelEffect = Math.max(invasionChance * VAR_NOISE_LEVEL_INVASION_CHANCE, VAR_NOISE_LEVEL_MIN_EFFECT);
//minimum effect is set at 4, the other one is 0.2
    if(invasionChance > 0)
        invasionChance += invasionNoiseLevel * invasionNoiseLevelEffect;

    if(invasionChance > 0 && Math.randomInt(100) < invasionChance) {
        $gameSwitches.setValue(SWITCH_INVASION_BATTLE_ID, true);
        this._startOfInvasionBattle = true;
So what this basically does: it adds a certain value to the invasion chance you saw at the start of the masturbation scene. This added value is the product of 4 or higher and the noise level (the text you saw in the top left corner). Example: 30% invasion chance at masturbation start turns into (30 + 6 * 3 ) = 48% invasion chance if your noise level is 3 (the 6 in this calculation comes from 0.2 * 30 from the Math.max expression).

You don't have permission to view the spoiler content. Log in or register now.

As for your question: with decent energy and low pleasure damage you're looking at a 8-12% increase of the invasion chance IF your initial value is higher than 0%. A 0% starting value remains 0.
That's what I was thinking when all the variables were added in. Anything multiplied by 0 is still zero so even if she's loud and the shouting is from outside, they still wouldn't be able to get in. I can't imagine that if you buy the metal door that an invasion would even happen simply because at that point, you would notice an invasion is happening and would stop it before they got in.
 

ilmncsm

Active Member
Apr 10, 2018
665
548
how do i get the other edics?
You don't. If you read the specialization edict in the top left (the halberd) then you can see it tells you that you can only select 2 specializations. I'm fairly certain I'm remembering that right at least. I haven't actually filled out a full to myself, so I'm not positive, but I think that the two that you have are the two that you get.
 

killzone12

Member
Jul 4, 2017
496
216
You don't. If you read the specialization edict in the top left (the halberd) then you can see it tells you that you can only select 2 specializations. I'm fairly certain I'm remembering that right at least. I haven't actually filled out a full to myself, so I'm not positive, but I think that the two that you have are the two that you get.
oh i only saw those 2 trees highlighted so i was confused if i can get those other ones or not
 

OffPathGames

Member
Game Developer
Apr 23, 2020
212
184
You're definately out on a limb. The mod is easy to install once a person reads the instructions and the ccMod is well done. It's just that official support for pregnancy is still better. That way, the ccMod can build on top of the official feature and makes the game better.
Isn't the real reason that people played Melty's Quest and liked the pregnancy?
 
  • Like
Reactions: Oghenekaro

kirk11

Newbie
Apr 1, 2020
25
3
Any suggestions on how to make enemies continue having sex with karryn after finishing? both on combat and defeated scenes.

I've tried editing ejaculation stock codes on RemtairyEnemy, they would stay on pose after finishing but then gets defeated/subjugated once it reached karryn's turn.
 
Aug 11, 2020
349
963
Any suggestions on how to make enemies continue having sex with karryn after finishing? both on combat and defeated scenes.

I've tried editing ejaculation stock codes on RemtairyEnemy, they would stay on pose after finishing but then gets defeated/subjugated once it reached karryn's turn.
Find an enemy with a trait that allows him to coom twice and look at that code.

Couldn't sleep long so here's a treat.
View attachment 1228104
You should make a thread in the mod section because right now you're just spamming the thread with something that doesn't belong here.
 

YUNGJO

New Member
Jun 20, 2019
4
2
Hello, fellow men of culture. I may be blind as the molerat, but does anyone know, where the strip club is? I saw a few gyus asking the same, but they didn`t recieve an answer. Level for right now is anarchy in my save, do I need to defeat boss to unlock it? Because there are now edicts for strip club in my menu. Thanks in advance, stay safe, stay loyal to big titty prison warden.
 

ilmncsm

Active Member
Apr 10, 2018
665
548
Hello, fellow men of culture. I may be blind as the molerat, but does anyone know, where the strip club is? I saw a few gyus asking the same, but they didn`t recieve an answer. Level for right now is anarchy in my save, do I need to defeat boss to unlock it? Because there are now edicts for strip club in my menu. Thanks in advance, stay safe, stay loyal to big titty prison warden.
The strip club doesn't exist yet. It's going to be added in version 0.9. People just got fed up with answering the question because everybody kept asking it, and so they simply started ignoring them. I decided to be a bit more helpful, but I give it 50% odds, someone asks about it again before the end of this page.
 
Dec 26, 2019
63
16
While I'm waiting for the updates to stop coming every day or so, does transferring saves from one version to the next break anything? Or I can do it freely and be fine?
 
4.60 star(s) 447 Votes