Bruhmoment.mp4
Member
- Jul 17, 2020
- 152
- 181
- 118
1 CG is complete...4 leftseems like a new progress report and CG's have come out, anyone have them?
1 CG is complete...4 leftseems like a new progress report and CG's have come out, anyone have them?
Yes! Thank you Purple!Look forGame_Actor.prototype.getWardenLevelLimit = function()inRemtairyResults.js
You should also consider changing following codes(in the same file) to make it easier to levelup past 50:
Code:const RESULTS_EXP_MULTI_PAST_WARDEN_LVL_50 = 0.05; const RESULTS_PLVLS_BEFORE_EXP_REDUCE = 10; const RESULTS_EXP_MULTI_PER_WARDEN_LVL = 0.008; const RESULTS_EXP_MULTI_PER_PARAM_LVL = 0.013;
My bottom sheds tears after some Taco Bell.I shed tears at the ending as if this game does not want to end just like that, Of course my bottom also sheds tears.
Mine just shreds and tears...My bottom sheds tears after some Taco Bell.
In Guard Quarters u can get answer on this question (it work, thanks!
also what exactly is the differance between the stat types strength, dexterity and agility? and what is charm for?
View attachment 1987275
You have 3 basic attacks, one using Str, one using Dex and one using Agi.it work, thanks!
also what exactly is the differance between the stat types strength, dexterity and agility? and what is charm for?
View attachment 1987275
The proposed mods are mainly to help you modify your game as you want, we don't really know what you would like for exampleIs there anyone here kind enough to upload already moded game for us?
There's tons of mods here and things to do, and I don't even know if any of them are working at all
Heyy! I guess now it's time that Sachi updates old CG:Heyyy! Sadly, there is nothing special this week
You don't have permission to view the spoiler content. Log in or register now.
But, if you want some help for modding your game, say it, we are going to help you if we canIs there anyone here kind enough to upload already moded game for us?
There's tons of mods here and things to do, and I don't even know if any of them are working at all
Ouch, sorry, no... Make always a safe save when you go in the free play..Is it possible to return back to free play after exiting the prison after the slut ending ? I accidentally exit the area and saved. I kinda tired to do the run all over again.
I saw in settings that there are cheats but they work only for secretary mode. Is there a way to make them work for others game modes too?But, if you want some help for modding your game, say it, we are going to help you if we can
Just harder Gameplay. Exception is, when you are doing a Challenge Run. Beating a Challenge Run, gives you a specific Title. Higher Difficulty gives you an upgraded Version of that Title.Are there any benefits from playing in different difficulty modes or just harder gameplay?
Don't do anything, but I guess you can go in RemtairyPrison.js, and changeI saw in settings that there are cheats but they work only for secretary mode. Is there a way to make them work for others game modes too?
Game_Party.prototype.cheatMode = function() {
if(this.isEndlessBattle()) return false;
return this.freeMode() || this.easyMode();
Game_Party.prototype.cheatMode = function() {
return True;