borz

New Member
Oct 14, 2017
1
0
Anyone got ETA on 0.8 or the progress report of 6th April?
No ETA yet, here's an extract with the most interesting bits from last update on subscribestar: "Sachinama just finished the maps for Level 4, and I've finished setting the enemy encounters for Level 4 Anarchy. Starting this week we're going to start work on the Level 4 boss event/story/battle and the Level 4 Defeat battle."
 

LordBalkara

Member
Oct 31, 2017
102
183
Locate in RemtairyPrison.js
Code:
Game_Party.prototype.advanceNextDay = function()
Add this (taken from RemtairyDebugMode.js) to the function.

Code:
if(true) {
            for(let i = PASSIVES_LIST_START_ID; i <= PASSIVES_LIST_END_ID; i++) {
                $gameActors.actor(ACTOR_KARRYN_ID).setCharacterCreatorPassive(i);
            }
            for(let i = PASSIVES_LIST_TWO_START_ID; i <= PASSIVES_LIST_TWO_END_ID; i++) {
                $gameActors.actor(ACTOR_KARRYN_ID).setCharacterCreatorPassive(i);
            }
        }
Then sleep once, let the game save, then quit and remove it then relaunch (there's probably no negative for leaving it in since I don't think RPGMV lets you learn the same skill multiple times, but don't complain if your game breaks). Getting the passive ability is what unlocks active skills. It seems there are currently 171 passives total. This will turn the character into a nympho from day 2 with zero inhibitions.

Something I found while digging into this is that there is a 'Cock Kick' skill that Karryn can learn which I imagine many probably didn't know existed because the requirements to learn it are fairly steep: KO 100 enemies that have an erection. It's basically a 1hitKO skill to any enemy with an erection.

Edit: Upon looking further, it seems there are hardcoded limits in place on how high certain stats can go. For example, stat "A" may have a cap of 100, so no matter how many times "A" is performed, it can never go above 100. There are a high number of things that have requirements above the current limits, including what I mentioned above. I would imagine as the game development continues these limits would be raised and eventually removed when the game is completed.
Tried this, broke my game somehow and now it won't start even after removing it.
I'm assuming it used to work and something new broke it, which is a shame.
 

zoomies

Well-Known Member
Jun 4, 2017
1,051
863
Man I tried to figure this out by myself but I suck at this. Does anyone know if there is a way to edit something and have infinite guys coming to the glory holes? I want there to basically be peens poking through the whole time. Thanks in advance.
yup, in js/plugins/rem karrynglory line 2522 change false to true.
looks like this before edit:
let spawningNewGuest = false;
 
  • Like
Reactions: tomcat411

zoomies

Well-Known Member
Jun 4, 2017
1,051
863
The cheats are applied in many different files, depending on what they do. Basically in the functions that calculates how often enemies act there is a line that checks if you're in easy mode and the cheat is active and then changes stuff. So there is no easy way to enable all cheats in non-secretary mode, but you can delete the checks individually.
You'll find the lines easily if you search for cheat in the following files (the names are pretty clear what cheat is meant):
  • RemtairyCombat.js: double & triple physical dmg
  • RemtairyEnemy.js: always act
  • RemtairyKarryn.js: 1/2 & 1/3 stamina regen, no evasion, half exp
  • RemtairyMisc.js: double & triple sex dmg
  • RemtairyPrison.js: -5 & -10 control, instant riots
  • YEP_X_Autosave.js: disable autosave
Just replace the Prison.easyMode() part with true to remove the secretary-difficulty requirement for that particular cheat. (If you have some experience in programming you can make nicer edits, but the outcome is the same)
You don't have permission to view the spoiler content. Log in or register now.

tried this it made the game crash when i opened the stats menu. i did change easyMode to hardMode, something i learned from you, and that did work. thank you!
 

Zarkhy

Active Member
Nov 4, 2018
951
614
and illegitimately? it's getting hard to fight recently cause I have it like on 150 now lol
I would suggest just slutting it up in that save as much as possible, try to gain every title you can think of, and start a new game+ once the new update hits.

2nd time around is easier since you get to benefit from all the passive title effects.
 

Shirafune

Engaged Member
Jun 6, 2017
2,062
3,011
I would suggest just slutting it up in that save as much as possible, try to gain every title you can think of, and start a new game+ once the new update hits.

2nd time around is easier since you get to benefit from all the passive title effects.
Is there any way to start new game+ save without losing all control + order?
 
4.60 star(s) 439 Votes