Ergast

Member
May 31, 2017
241
173
is there another ending?
I played it for a while, while trying to get the good ending one...
although I'm cheating the money, at least I can keep karin virginity till the end...

any spoiler? because I don't really like battle sex scene, but I love the art of this one
There is, but with your preferences I don't think you'll ever watch it. If you want more details, I can give them to you.

Let's just say that my Karryn wasn't exactly a virgin when I finished the game. To put it midly.
 
Apr 1, 2018
73
70

here is the gitgud repository for most of the KP mods:



the absent few mods should be available on Rem discord server.

EDIT: the only thing I couldn't find (maybe it's there but I couldn't see it) is for what game version the mods are built upon, some are still valid (like the cheat menu) others aren't (because they are visual based and partially incompatible with alternate cup sizes or completely incompatible because they aren't up-to-date with the art refresh).
 
Last edited:
  • Like
Reactions: forkranger

201199

Member
Jan 31, 2018
126
66
Hello gents,
I searched for this question and while it was asked I couldnt find any answer for it so,
in RJ Cheat menu, what does flat/rate trait boost do exactly?
 
Dec 17, 2021
35
26

mod doesn't work. shows unexpected error. i have both image replacer and fast cut ins mod installed
 

Kenny567

Well-Known Member
Oct 10, 2017
1,870
1,001
Hello gents,
I searched for this question and while it was asked I couldnt find any answer for it so,
in RJ Cheat menu, what does flat/rate trait boost do exactly?
I believe it allows editing of the trait section, which is normally locked when that setting is off.
 
  • Like
Reactions: 201199

droglob

Active Member
Aug 26, 2017
706
1,680
Consequences of Karryn's Prison IRL:

Holy shit and she was no hag either.
metal-gear-solid-otacon.jpg
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.
 

201199

Member
Jan 31, 2018
126
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,636
4,264
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
126
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
39
81
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,870
1,001
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
358
306
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.
 
4.60 star(s) 461 Votes