tessai.san
Member
- Feb 2, 2019
- 235
- 861
- 298
Function is called Game_Actor.prototype.getWardenLevelLimit in RemtairyResults.js.Is there a way to remove or increase the warden lvl cap?
And a way to make enemies keep going even after they cum? I know it rarely happens when they're horny. After they cum they can go for a second round. I want a way to make this always happens, for 3 times or more.
in what file can the " Game_Enemy.prototype.setupEjaculation " be found ?Function is called Game_Actor.prototype.getWardenLevelLimit in RemtairyResults.js.
edit: Missed the second question. Basically each enemy has a certain number of "ejaculation stock", and one is removed each time they cum. For example, an enemy that has 1.2 ejstock has a 20% chance of having 2 stock, and a 80% chance of having 1. This is why you see some enemies "sometimes" have 2, but most of the times just 1.
You can increase the ejaculation stock on all enemies by changing the result of Game_Enemy.prototype.setupEjaculation function, but I believe that only applies when you start a new game.
There's more advanced ways of doing it... like having the game count how many times each enemy has cum, and use that as a variable for increasing their ejaculationstock and ejaculationamount over time... but I've only started playing around with that myself so not 100% I've got it working yet.
Forgive me if I sound stupid but... it basically let's the version I downloaded from MEGA run on 32bit?You can try 32-bit version fromYou must be registered to see the linksbut suppose you will bump memory limit from time to time.
Mm... Did you try checking the properties of the folder and .exe file in it?Okay, I'm really sorry to keep bothering you guys about this, but...
After my last post, I've deleted the game and cleared my recycle bin, and then re-downloaded the game and then unpacked it.
The problem persists: when I run the .exe, the game window opens into a black screen that goes on forever. I left it sitting for like 15 minutes, still a black screen.
Other RPGM and MV games work properly, which makes this infinitely more frustrating.
Please help.
RemtairyEnemy.jsin what file can the " Game_Enemy.prototype.setupEjaculation " be found ?
Game_Enemy.prototype.updateEjaculation = function() {
let count = this._ejaculationCount;
let min = this.enemy().dataEjaculationAmt + count;
let range = this.enemy().dataEjaculationRange;
let stock = this.enemy().dataEjaculationStock;
if(count > 0)
stock++;
if(count > 24)
stock++;
if(count > 99)
stock++;
this._ejaculationVolume = Math.max(Math.randomInt(range) + min, 10);
this._ejaculationStock = Math.max(stock, 1);
};
Thanks a lot, bro.Function is called Game_Actor.prototype.getWardenLevelLimit in RemtairyResults.js.
edit: Missed the second question. Basically each enemy has a certain number of "ejaculation stock", and one is removed each time they cum. For example, an enemy that has 1.2 ejstock has a 20% chance of having 2 stock, and a 80% chance of having 1. This is why you see some enemies "sometimes" have 2, but most of the times just 1.
You can increase the ejaculation stock on all enemies by changing the result of Game_Enemy.prototype.setupEjaculation function, but I believe that only applies when you start a new game.
There's more advanced ways of doing it... like having the game count how many times each enemy has cum, and use that as a variable for increasing their ejaculationstock and ejaculationamount over time... but I've only started playing around with that myself so not 100% I've got it working yet.
Already posted like 4 pages backSome hero can update to v0.7A.e ?
Thank you^^Already posted like 4 pages back
BUT i can do even better now
v7A.f
Download link : Mega
- Reversed the masturbation change, horny enemies can still have sex with Karryn while she is masturbating.
- Fixed Deny External Ejaculations not working properly.
- Fixed the graphical issue when Karryn initiates anal sex with a goblin.
- Minor typo fixes.
To quote my favorite villain of all time, "wait? do I look like a waiter?"The best we can do is wait for an "stable" release, there'll be new updates often till he fix all the bugs
Editing savegames isn't my forté, but you can probably boost the numbers you get from completing the minigame quite easily. There are minimum values set through constants in RemtairyKarrynReceptionist.js.Hello guys and thanks for giving the best guides and tips in this game.I just have one question is it easy to edit the receptionist fame notoriety satisfaction and all those numbers if so can you please tell me what values should i change with notepad++ and where can i find the line in the code thanks for your attention please let me know
const VAR_MIN_RECEPTIONIST_SATISFACTION = 5;
const VAR_MIN_RECEPTIONIST_FAME = 3;
const VAR_MIN_RECEPTIONIST_NOTORIETY = 0;
It's part of 'engine' that game using. Make game folder copy, unpack 'nwjs 32 bit' in game folder and replace files. Run nw.exe with hope it's works stable.Forgive me if I sound stupid but... it basically let's the version I downloaded from MEGA run on 32bit?
I checked, it's not Read Only, but I don't know how to check if it's .exe blocked.Mm... Did you try checking the properties of the folder and .exe file in it?
Maybe they're in read-only or, in case of .exe,blocked due to "being transferred from other pc"
It usually happens with torrented games 'n gives me black screens until I do the mambo-jambo with it