Dr.Jan Itor

Member
Jun 19, 2018
349
394
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,050
862
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
224
77
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

Member
Nov 27, 2020
425
465
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
21
44
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
162
202
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
524
1,555
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
162
202
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
162
202
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?
 

randomguy6516265165

Conversation Conqueror
Jun 21, 2018
6,386
4,483
the preggo mod doesnt add new lines right? like karry saying that she is carring orc/goblin offsprings or something like that right? and it doesn't include birthing right?
 

Evil Earthworm Jim

Well-Known Member
Dec 21, 2019
1,093
1,244
There aren't any new voice lines or a 'birthing', no. Not that I'm aware of. I think your children are born after you've rested in your bed and it's back to business as usual.
 
4.60 star(s) 424 Votes