What's new

RPG RPG Maker [Remtairy] Karryn's Prison (RJ331590)


Harleyquin13

Tentacle God
Joined
Aug 30, 2013
Messages
3,222
Reputation score
509
a litle question. its there a way to play without crashs? i have32gb ram and yet. ALWAYS after a while it crashes sayis not enough. its there a fix or really need a lot more of pc to play?
It's just you. 32GB of RAM on a 64-bit W10 OS and never had an out of memory crash.
You're going to need to do some housekeeping to find out what's sucking up all of your system resources.
 

swpkmn

Demon Girl
Joined
Mar 13, 2016
Messages
221
Reputation score
42
hi anyone can tell me how unlock this screen? maybe is a stupid question but a need to know
That image is from the difficulty selection screen when choosing Hard mode, bit it is either outdated (as it says it is from an alpha build) or edited. This is what that scene looks like in the full version:
1662257297254.png
I wish there was more of this game.
They are working on adding a gym job update, so there will be more of this game eventually.
 

tatofreddy

New member
Joined
Mar 2, 2023
Messages
1
Reputation score
0
For edicts, it may be easier to just modify the game code to give you 10000 EP at the start of a new day. And then you can just buy all the edicts.

In RemtairyEdicts.js line 344:

Code:
Game_Actor.prototype.getNewDayEdictPoints = function() {
    let unusedPoints = Math.max(this._storedEdictPoints, this.stsAsp());
    this.resetEdictPoints();
   
    let points = 2;
    if(Prison.easyMode()) points++;
    else if(Prison.hardMode() && Prison.date % 2 === 0) points--;
   
    let maxCarryover = 0;
    maxCarryover =+ this.titleEfficientAdminstrator_carryoverUnusedEdictPoint();
   
    points += Math.min(maxCarryover, unusedPoints);
    points = 10000;
    this._storedEdictPoints = points;
};

bro i need a tutorial please for the money too
 

Selius

Tentacle God
Joined
Aug 19, 2011
Messages
1,000
Reputation score
40
just use mtool to open the game and you can change any variable you like easily
 

Harleyquin13

Tentacle God
Joined
Aug 30, 2013
Messages
3,222
Reputation score
509
Gym DLC is out on Steam and DLsite for those interested. Steam is cheaper where I live, so I bought the game off Steam and the DLC is also cheaper with both outlets offering discounts.

Unlike the previous DLC which was purely cosmetic, this one adds the long awaited gym side job. Will give it a go once I have the time.
 

Harleyquin13

Tentacle God
Joined
Aug 30, 2013
Messages
3,222
Reputation score
509
Gym DLC first impressions and review:

The store page warns players that a build with considerable sexual experience is a prerequisite to fully enjoying the experience. I can see this is the case, since a build with little sexual experience cannot do much more than do the job properly and get the XP boost. If the player doesn't do anything lewd with this side-job, it has a convenient side effect of slightly lowering libido for a negligible increase in fatigue. There's no coin to be had from this side-job, unlike the waitress and stripper jobs. Simply accepting the side job with the edict means one less room to fight in when level 3 riots.

The mechanics are simple: Move over to a prisoner, observe their form and then give advice. Observe once more to see what kind of status they are in, once they hit peak condition (red text), move on to someone else. Prisoners will stop working out once their HP hits zero, but players won't know where it is, only a rough guide with a short phrase on how tired the prisoner looks. Wimpy prisoners who reach a personal best and finish their regimen at peak condition will most likely give a bonus to gym rating.

If players are doing this properly, just moving along the prisoners and doing the rounds is enough. Buff prisoners who would be dangerous in physical battles don't need much guidance, the wimpy ones who would be the first to fall in physical combat need more attention.

For sex scenes, I presume players need to get the prisoners hard, take their trousers off and then have their way with them once the appropriate desires hit the thresholds. Sadist players get a different title once they figure out to blueball the target.

For each point in gym rating, enemy stats increase in exchange for Karryn receiving a higher XP modifier. Another reason this job is great for sex builds since they don't care how buff the prisoners are since they're not being engaged in physical combat. For everyone else, there ARE benefits from doing the job cleanly in terms of titles (+1 max warden level for doing enough shifts the most notable one, +1 strength for high gym rating) but it's risky when the prison hasn't been completely subjugated on non-sex builds. Best compromise is to go for Happy End and then unlock the gym titles post-game (doing it post-game with revolts disabled by the appropriate edict is certainly an option, but it's not for everyone).
 
Last edited:

tfs08933

New member
Joined
Jul 6, 2019
Messages
8
Reputation score
0
Hi, does anyone know how to mod the plugins to make her nipples constantly erect?
 
Top