201199

Member
Jan 31, 2018
125
66
I believe it allows editing of the trait section, which is normally locked when that setting is off.
Interesting, where can I access the trait section from?

another question,
Is there a way to directly activate edicts via RJ Cheatmenu or any other method?

I am trying to make the research combat edicts be available from the start without needing to clear floor 2.
I think the "Skills.json" is the key if the Cheat menu fails.

Any ideas?
 

Purple_Heart

Engaged Member
Oct 15, 2021
2,494
4,097
Interesting, where can I access the trait section from?
Afaik there is no "Trait" section, it is called "Stats". If you enable "Flat/Rate Trait Boost" option it allows editing values in "Stats" section.

I am trying to make the research combat edicts be available from the start without needing to clear floor 2.
Edicts are in RemtairyEdicts.js. You should be able to do it by changing a little bit of a code, for example, this:
Code:
Game_Actor.prototype.showLevelTwoSubjugatedEdicts = function() {
    return !Prison.prisonLevelTwoIsUnknown() && !Prison.prisonLevelTwoIsAnarchy();
};
To this:
Code:
Game_Actor.prototype.showLevelTwoSubjugatedEdicts = function() {
    return true;
};
But make a backup of the file(and perhaps your saves) first because I didn't test if this works or breaks the game.
 
  • Like
Reactions: 201199

201199

Member
Jan 31, 2018
125
66
Hello all,
A quick question,
Is it possible to setup the Karryn Babe mod manually?
I have another game instance linked to Nexus and MO2 cant start the game up for some reason!
I tried but some pose/image optimizations fail on startup.

P.S.
- I made sure to install the required mods mentioned on the gitgud mod page along with it.
- Attempted game version is v1.3.0.73

Cheers.
 

Cernunnos

Newbie
Oct 19, 2018
34
45
Hello all,
A quick question,
Is it possible to setup the Karryn Babe mod manually?
I have another game instance linked to Nexus and MO2 cant start the game up for some reason!
I tried but some pose/image optimizations fail on startup.

P.S.
- I made sure to install the required mods mentioned on the gitgud mod page along with it.
- Attempted game version is v1.3.0.73

Cheers.
If you read the github page for the mod it tells you .
 

Kenny567

Well-Known Member
Oct 10, 2017
1,803
952
Afaik there is no "Trait" section, it is called "Stats". If you enable "Flat/Rate Trait Boost" option it allows editing values in "Stats" section.
Frankly, that setting should probably be renamed to match the section it enables/disables.

It has also been a while since I last played.
 

LeakCode

Member
Nov 30, 2018
324
271
While I don't like the MC and once you understand the menchanics, there is quite a bit of grinding to do, I have got to say this game has some of the best programming practices I have seen among the RPGM games. Actually the best code I have seen from RPGM games.
 

jav253

Member
Sep 12, 2019
202
189
Holy shit and she was no hag either.
View attachment 4443573
1- What a dumb horny slut lol
2- What a bunch of fucking retards those inmates are. Could have had a personal fuck toy in prison (and one of the guards to boot), literally something any convict ever has only dared to dream of, and they go ahead and rat on themselves and fuck it up?

If you put all the IQ in that cell together it would still be a negative number.
It's not stupidity it's jealousy bro. I guarantee she wasn't having sex with all of em just the one's she liked. The others ratted them out because they were jealous. Happens with other stuff like the guard only bringing in beer or drugs too. That stuff might can be hidden from other officers but never from the Inmates.
 
Apr 1, 2018
67
63
which mods work currently?

CC mod, RJ cheat menu, hanger mod (partially, there are still a few clothing articles that doesn't work) and the miscellaneous mods needed to run the others, also, mods that alter the game behavior seems to work fine. the visual mods are hit or miss, some are working properly, other partially (not yet updated for alternate cup sizes) while the rest have not been updated on the renewed CG at all, especially those that have been deprecated. there are a few that are incompatible between them, like the ara ara hair cut and golden hoops earrings.
 
4.60 star(s) 453 Votes