negroidprime

Engaged Member
Sep 25, 2018
2,004
4,389
What do i need to change in the js files to increase the ejaculation stock of the enemies? I tried to change some settings only to not be able to open the game anymore
Not a 100% sure about this one, since i use the CCMod, but i found this in RemtairyEnemies.json:
JavaScript:
Game_Enemy.prototype.setupEjaculation = function() {
    this._ejaculationCount = 0;
Might wanna try to change that 0 in to something, be sure to make a back up or remember what you've changed if you want to revert it.

:EDIT: I also found this in the same file:
JavaScript:
// Ejaculation Stock

Game_Enemy.prototype.hasEjaculationStock = function() {
    return this._ejaculationStock >= 1;
};
Try increasing this and see if does anything.

:EDIT2: I recommend using CCMod, it's just way easier and handles a lot more stuff.
 
Last edited:
  • Like
Reactions: Purple_Heart

Purple_Heart

Engaged Member
Oct 15, 2021
2,123
3,591
Not a 100% sure about this one, since i use the CCMod, but i found this in RemtairyEnemies.json:
JavaScript:
Game_Enemy.prototype.setupEjaculation = function() {
    this._ejaculationCount = 0;
Might wanna try to change that 0 in to something, be sure to make a back up or remember what you've changed if you want to revert it.

:EDIT: I also found this in the same file:
JavaScript:
// Ejaculation Stock

Game_Enemy.prototype.hasEjaculationStock = function() {
    return this._ejaculationStock >= 1;
};
Try increasing this and see if does anything.

:EDIT2: I recommend using CCMod, it's just way easier and handles a lot more stuff.
First code says ejaculation "count", not "stock". They seem to be different, to me at the very least.
Second code only returns true or false if enemy has atleast 1 or more stocks. So, increasing the number won't help in this case.

I did look at it a little bit, seems like you were pretty close to finding it. In the same function this variable seems to hold base ejaculation stock value:
let ejStock = Math.floor(this.enemy().dataEjaculationStock);
And this code, still in the same function, seems to be the final ejaculation stock value with all the modifiers applied:
this._ejaculationStock = ejStock;
These two lines could be changed to accomplish the task. For example, like this:
let ejStock = Math.floor(this.enemy().dataEjaculationStock * 2);
Or this:
this._ejaculationStock = ejStock * 2;
 

negroidprime

Engaged Member
Sep 25, 2018
2,004
4,389
First code says ejaculation "count", not "stock". They seem to be different, to me at the very least.
Second code only returns true or false if enemy has atleast 1 or more stocks. So, increasing the number won't help in this case.

I did look at it a little bit, seems like you were pretty close to finding it. In the same function this variable seems to hold base ejaculation stock value:
let ejStock = Math.floor(this.enemy().dataEjaculationStock);
And this code, still in the same function, seems to be the final ejaculation stock value with all the modifiers applied:
this._ejaculationStock = ejStock;
These two lines could be changed to accomplish the task. For example, like this:
let ejStock = Math.floor(this.enemy().dataEjaculationStock * 2);
Or this:
this._ejaculationStock = ejStock * 2;
Yeah, when talking about code my brain just shits itself, because my understanding of coding is at the level of potato, here's a pic of my brain trying to understand most of it:
vammakko13.jpg
 
  • Haha
Reactions: aleyugioh

Purple_Heart

Engaged Member
Oct 15, 2021
2,123
3,591
Yeah, when talking about code my brain just shits itself, because my understanding of coding is at the level of potato, here's a pic of my brain trying to understand most of it:
View attachment 3896185
My brain shits itself too, then it works overtime when I sleep. During my "resting" time. I dream of working on code. Then I wake up tired as fuck. Fucking hell.
 
  • Like
Reactions: Latetoparty

Fapokso

Well-Known Member
Jan 16, 2020
1,021
1,936
for August
The P Cup DLC is expected to release by the end of this month, with all artwork completed since mid-July. Delays due to rem contracting Covid, which hindered work progress. As recovery progressed, rem began developing an additional feature for the DLC called Descension Mode, which introduces new scenarios that affect gameplay based on the player's choices. Although the DLC content is ready, there might be minor delays due to technical issues with the artist’s computer.
Tldr: tit's end of month, more gameplay stuff, not much content.
 
  • Like
Reactions: sagasenor

Hiroshi000

Member
Jan 24, 2020
372
1,283
Idk frankly adding descension mode seems kinda pointless to me
Dont get me wrong it's a nice addition but i would have preferred something which added more content even if it wasnt a side job or something like that because i feel like there are some parts of the game that needs to be expanded more(like the sadist path which feels criminally underdeveloped)
it's nice tho that one of the scenarios keep the toys on karryn but i believe that was something that mods already implemented
 
Last edited:

Purple_Heart

Engaged Member
Oct 15, 2021
2,123
3,591
Ngl I'll be modding the fuck out of this "descension" mode. There are already hundreds of passives that give various penalties & debuffs to player, I don't need a whole new difficulty that fuck me even more. On the bright side, if this mode can add penalties & debuffs it can also be modded to add buffs & bonuses. Also, I wonder what are modders going to do with this new difficulty mode. It'd be interesting to see pregnancy and womb tattoo mod interact with this new difficulty somehow.
 

bruhman969

Member
Apr 21, 2020
118
117
Just use cheat menu to:
  • kill all other enemies except your preferred one
  • keep all desires low other than which desire is needed for whatever action you want to see
  • pass your turns until enemy does whatever the fuck you want it to do
Or, learn how to modify enemy skills with or without ccmod then remove skills from enemies until you get what you want.
did all of that, they just do the same move over and over again or jerk off. for the modify enemy skill i don't want to change the entire game skill tree/gameplay loop just to get a specific scene.
 

Purple_Heart

Engaged Member
Oct 15, 2021
2,123
3,591
did all of that, they just do the same move over and over again or jerk off. for the modify enemy skill i don't want to change the entire game skill tree/gameplay loop just to get a specific scene.
Which specific scene you are referring to? You mentioned yeti vaginal sex before but afaik they do vaginal only after they counter kick skill. You can probably increase chances of them countering it by doing this:
Open RemtairyEnemySex.js
Find this function: Game_Enemy.prototype.counterCondition_kickCounter = function(target, action)
Scroll down until you find this line in the same function(should be at the very end of function): return Math.random() < counterChance;
Change it to return true; to make all enemies(not just yeti) always counter kicks.
Keep in mind there are probably other requirements for sex such as karryn needing to have "wet" status, pussy desire > 100, cock desire > 100 and her clothes might need to be displaced enough to make her pussy "accessible" to enemies.
 

bruhman969

Member
Apr 21, 2020
118
117
looking for vaginal and anal for yeti, from my test it seems like it's easier to get vaginal from noinim and nearly impossible to get anal scene from him. i only get titjob from the normal yeti and everything else is nearly impossible to get. Anal scene only happened once and i don't even know how i trigger it.
 

BobKels0

Member
Jun 19, 2017
249
234
looking for vaginal and anal for yeti, from my test it seems like it's easier to get vaginal from noinim and nearly impossible to get anal scene from him. i only get titjob from the normal yeti and everything else is nearly impossible to get. Anal scene only happened once and i don't even know how i trigger it.
If you want to trigger vaginal with a Yeti, you should have requirements for vaginal penetration, low boobs desire and clothes displaced enough.
And either one of the 3 basics attacks while unarmed, cock kick or light kick (gained with enough counterattacks from intames while kicking).
If you want to use cock kick, you have to be sure that you're not going to oneshot him because cock kick is really powerful and you must meet the requirements for vaginal penetration, and your clothes must be loose enough, both boobs visible.

I've never seen a normal Yeti engaging vaginal sex on it's own. Only Noinim.
For normal Yeti you have to trigger it by yourself.
Has for Anal with a Yeti...? Since when?
 

bruhman969

Member
Apr 21, 2020
118
117
If you want to trigger vaginal with a Yeti, you should have requirements for vaginal penetration, low boobs desire and clothes displaced enough.
And either one of the 3 basics attacks while unarmed, cock kick or light kick (gained with enough counterattacks from intames while kicking).
If you want to use cock kick, you have to be sure that you're not going to oneshot him because cock kick is really powerful and you must meet the requirements for vaginal penetration, and your clothes must be loose enough, both boobs visible.

I've never seen a normal Yeti engaging vaginal sex on it's own. Only Noinim.
For normal Yeti you have to trigger it by yourself.
Has for Anal with a Yeti...? Since when?
i remember i got anal scene from a Yeti, on the old modded version of the game. i haven't got it since. and for the desire stuff for some reason the yeti just decided to jerk off. with my boobs desire being low.
 

Purple_Heart

Engaged Member
Oct 15, 2021
2,123
3,591
i remember i got anal scene from a Yeti, on the old modded version of the game. i haven't got it since. and for the desire stuff for some reason the yeti just decided to jerk off. with my boobs desire being low.
I don't think there is an unique anal scene for yeti's. If there is one, I certainly don't remember it. But they can fill that hole if other enemies started a sex position and all other possibilities(holes) are exhausted(full).
 
4.60 star(s) 424 Votes