zoomies

Well-Known Member
Jun 4, 2017
1,057
863
hi fellas, i am trying to make a mod for my karryn. Enemies gonna die when they ejaculated 3 or 4 times. I want to change this limit, where the hell that this code line ?

Also, for example the first boss orc can only do titjob is there any method to change this variation ? So he should can be also anal, pussy, blowjob. Where is this code line ?
tonkin will initiate vag or blowjob if karryns boobs are being used. i don't know if he will initiate anal.
 
  • Like
Reactions: DicksInSpace

Dr.Jan Itor

Member
Jun 19, 2018
349
398
Well if we are honest it's among handful of games that showed you can make a high-quality RPGM eroge game. So player engagement isn't surprising.
Amen to that. Unrelated to the topic, the source of your signature...um... for research purposes.
 

zoomies

Well-Known Member
Jun 4, 2017
1,057
863
but lizard boss never does that
i don't know what skills he has for initiating sex. you can look up the skills for each character is data/enemies and check it with the skill number in js/plugins/remtarycombat. then you can add or remove skills to whoever you want there as well, however you will not get special artwork or might break the game if you try to make the game look for art that does not exist.
 
  • Thinking Face
Reactions: vevelion

codefost

Member
Jul 23, 2021
235
80
Guy!! Help me with these questions.
1. If i use cc mod, should i overwrite WWW file with cc mod?
2. Would it cause problem to install without overwrite www file (I'm new to mod and on android)
3. Will it be slower to load if i do like second question?
4. Can i play with cc mod overwrite wwe and still have (some i think?) original content?
 

Riaman

Active Member
Nov 27, 2020
986
1,019
Guy!! Help me with these questions.
1. If i use cc mod, should i overwrite WWW file with cc mod?
2. Would it cause problem to install without overwrite www file (I'm new to mod and on android)
3. Will it be slower to load if i do like second question?
4. Can i play with cc mod overwrite wwe and still have (some i think?) original content?
Just extract cc mod in Android to main folder and replace all files which are asked. It worked perfectly atleast for me.
 

vevelion

Newbie
May 2, 2022
28
50
i don't know what skills he has for initiating sex. you can look up the skills for each character is data/enemies and check it with the skill number in js/plugins/remtarycombat. then you can add or remove skills to whoever you want there as well, however you will not get special artwork or might break the game if you try to make the game look for art that does not exist.
that is exactly what i am searching about it. I wanna ask you some more. Also other members please can answer my questions if "zoomies" dowsnt know, for helping me makin some mod.

Enemies dying after some ejaculation. How we can disable this feature or extend it ?
Second of, i want to clear all of the gained passives, and turn karryn into virgin ?
Last question is, how we can change hue colors of our clothes ?
 

rei_x

Member
Dec 26, 2023
207
282
Hello everyone!
I'm fairly new to this game, having discovered it just about a month ago, and I'm eager to dive in and experience it firsthand.
However, I'm a bit unsure about the best approach to fully immerse myself in it.
Are there any recommended mods or strategies that would enhance my gameplay and make the experience even more enjoyable?
 
Last edited:

mamaboiii

Active Member
Oct 13, 2018
572
1,699
Hello everyone!
I'm fairly new to this game, having discovered it just about a month ago, and I'm eager to dive in and experience it firsthand.
However, I'm a bit unsure about the best approach to fully immerse myself in it.
Are there any recommended mods or strategies that would enhance my gameplay and make the experience even more enjoyable?
For the full experience, play the game as vanilla as possible. However, in the OP there is a link to my tweak/mod collection, where you find a quick way to enable manual saving. I strongly recommend that for quality of life especially in the beginning.
Some tips: It is fully intended that you will probably lose your first run and a new game+ mechanic helps you for the next runs. The game machanics have more twists than expected. If you want to spend more time with the game (and rely on more gameplay mechanics) play on warden (normal) difficulty, otherwise secretary (easy).
 

rei_x

Member
Dec 26, 2023
207
282
For the full experience, play the game as vanilla as possible. However, in the OP there is a link to my tweak/mod collection, where you find a quick way to enable manual saving. I strongly recommend that for quality of life especially in the beginning.
Some tips: It is fully intended that you will probably lose your first run and a new game+ mechanic helps you for the next runs. The game machanics have more twists than expected. If you want to spend more time with the game (and rely on more gameplay mechanics) play on warden (normal) difficulty, otherwise secretary (easy).

Friend, I wanted to extend my heartfelt gratitude for taking the time to assist me. Although I've dabbled in various games before, this marks my inaugural dive into the realm of RPGM. Admittedly, grappling with the intricacies of commands has proven quite the challenge; they all appear rather enigmatic to me. Enclosed below, you'll find an image showcasing in-game cheats. My inquiry pertains to whether I should adjust any settings or adhere to the default configurations. While I've opted to enable some cheats, I'm uncertain if this decision was prudent. I would greatly value your insights on the matter.
Additionally, I'm curious if you could shed some light on the commands necessary to pause the game and simultaneously save progress. Is such a feat even feasible within the game's mechanics? Your expertise on this matter would be invaluable to me. Thank you once again for your assistance and guidance.
 

rei_x

Member
Dec 26, 2023
207
282
For the full experience, play the game as vanilla as possible. However, in the OP there is a link to my tweak/mod collection, where you find a quick way to enable manual saving. I strongly recommend that for quality of life especially in the beginning.
Some tips: It is fully intended that you will probably lose your first run and a new game+ mechanic helps you for the next runs. The game machanics have more twists than expected. If you want to spend more time with the game (and rely on more gameplay mechanics) play on warden (normal) difficulty, otherwise secretary (easy).
also I located this function in RemtairyPrison.js

JavaScript:
//////////
// Can Save
////////////

//Save Menu
Game_Party.prototype.canOpenSaveMenu = function() {
    return this.easyMode() || $gameSwitches.value(SWITCH_TEST_MODE_ID) || (Prison.freeMode() && ConfigManager.cheatDisableAutosave);
};
and changed it to following:

JavaScript:
Game_Party.prototype.canOpenSaveMenu = function() {
    return true;
};


Am I on the right track, or is there something I might be overlooking? Additionally, are there any keyboard shortcuts available for manual saving, allowing me to save the game at will and resume from that point?
 
4.60 star(s) 460 Votes