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."Anyone got ETA on 0.8 or the progress report of 6th April?
Tried this, broke my game somehow and now it won't start even after removing it.Locate in RemtairyPrison.jsAdd this (taken from RemtairyDebugMode.js) to the function.Code:Game_Party.prototype.advanceNextDay = function()
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.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); } }
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.
yup, in js/plugins/rem karrynglory line 2522 change false to true.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.
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 forcheat
in the following files (the names are pretty clear what cheat is meant):
Just replace the
RemtairyCombat.js
: double & triple physical dmgRemtairyEnemy.js
: always actRemtairyKarryn.js
: 1/2 & 1/3 stamina regen, no evasion, half expRemtairyMisc.js
: double & triple sex dmgRemtairyPrison.js
: -5 & -10 control, instant riotsYEP_X_Autosave.js
: disable autosavePrison.easyMode()
part withtrue
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.
No way to legitimately lower her slut levelAny way to make Karryn less of a slut? or do I need to start anew? xD
and illegitimately? it's getting hard to fight recently cause I have it like on 150 now lolNo way to legitimately lower her slut level
Probably some fuckery with the js files but I'm not to knowledgeable about that.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.and illegitimately? it's getting hard to fight recently cause I have it like on 150 now lol
Is there any way to start new game+ save without losing all control + order?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.
No. That's currently the only way to end the game.Is there any way to start new game+ save without losing all control + order?
Just that good. Also there is a point to mod it and it is not that hard to do. That 2 probably explains the number of pages.holy hell why does this game has 644 pages of conversation.
75% of the post were made because we are 'patiently' waiting for new updates and ready to explodeholy hell why does this game has 644 pages of conversation.
Trying to stop myself from reinstalling the game because I wanna wait for the next update. Life is hard. So is my cock.75% of the post were made because we are 'patiently' waiting for new updates and ready to explode
yup, in js/plugins/rem karrynglory line 2522 change false to true.
looks like this before edit:
let spawningNewGuest = false;
It's the same with every succesful game here:75% of the post were made because we are 'patiently' waiting for new updates and ready to explode