CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Burly

Newbie
Jan 26, 2019
29
5
I need help the Game is not running everything is COOL but idk Just dont open dont give a y error Just dont estar the Game but before can play without problem :/
 
  • Angry
Reactions: False Memory

Sarojin

Active Member
Jul 9, 2017
932
1,221
Yep, and as has been said about what 10 times or more now? The game is constantly getting updates smaller ones sometimes, medium ones sometimes, that's updating the CGs in the game with the new art. With the way mods work in general, every new version has a chance to break mods, so now's not a good timeframe to be trying to find mods/install them if you're using them for the latest version, it's better to wait.
 

Gicoo

Well-Known Member
Feb 18, 2018
1,273
3,511
How are the chances of prisoners revolting calculated? Is it culmutative and sooner or later it will happen 100% or can you reduce it to zero (without the special level 3 Edict) or can you save scum before sleeping to never have a revolt at all?

I don't mind one revolt, it is annoying if two and possibly more revolt at the same time.
 

Purple_Heart

Engaged Member
Oct 15, 2021
2,429
3,995
How are the chances of prisoners revolting calculated? Is it culmutative and sooner or later it will happen 100% or can you reduce it to zero (without the special level 3 Edict) or can you save scum before sleeping to never have a revolt at all?

I don't mind one revolt, it is annoying if two and possibly more revolt at the same time.
I don't know or remember all the details about how they are calculated, I only know/remember a few things.

I know there is a small grace period after you supress a riot(should be 2 days in vanilla game) to prevent riot on the same floor happening so soon again. Then, chance for a floor to riot increases each day. If a riot doesn't happen for sometime(should be 7 days in vanilla game) chance increases even more each day. You can check this by reading the first few lines of RemtairyPrison.js file:
Code:
const RIOT_GLOBAL_STARTING_CHANCE = 6;
const RIOT_GLOBAL_BANKRUPTCY_CHANCE = 5;
const RIOT_MIN_DAYS_BEFORE_BUILDUP = 2;
const RIOT_MIN_DAYS_BEFORE_EXTRA_BUILDUP = 7;
const RIOT_EXTRA_BUILDUP = 3;
I know you can save scum if you backup your saves before sleeping each day.

I am not sure about this one but I think there is no way to entirely reduce riot chance to zero. You can lower it as much as possible but it will still happen. But for example they may happen on 8th day instead of 6th if you buy edicts that lower riot chances.

I am not sure about this too but don't let prison bankrupt, I think it does increase chances of riots happening.

Lastly, if you want to see exactly how they are calculated, you should do some digging through game's files. I think they are calculated in this file: RemtairyPrison.js and in this function: Game_Party.prototype.nextDayRiotManager = function()
 
  • Like
Reactions: Gicoo
4.60 star(s) 447 Votes