Karryn's Prison

Codes Survival Strategy Simulation
GenreStrategy, RPG, Simulation, Turn-Based Strategy, Indie, Fantasy, Anime/Manga, Adult ReleasedDec 15, 2021 DevRemtairy PublisherRemtairy PlatformPC Playtime~23h Rating87/100 (17)
Karryn's Prison screenshot

In Karryn's Prison you play as Karryn, the new female Chief Warden of a notoriously lenient prison that has just rioted. Will you subjugate the rowdy inmates through force, or will you be subjugated yourself as your resistance towards their nonstop sexual advances start dropping? Shape yourself and the prison the way you want to with the Edicts system! Struggle against sexual advances with the Willpower and Desire system! Become more and more vulnerable to sex with the Passives system! The current alpha version has gameplay up to the boss of Level 1.

Source: RAWG.io Game Database
Press / to search, Esc to clear
Contents: Press Alt+ to navigate
Cheat Codes:
------------
Submitted by: David K.

How to Remove Edicts (Editing Saves):

Here is Tockity’s method to remove edicts in Karryn’s Prison.

-=How to Remove Edicts=-
Removing edicts can either be easy or more complicated, depending on 
what edict you want to remove. Removing them is easy in general, but 
there may be situations where more removals are necessary to keep the 
game state logically sound.

DISCLAIMER: Back up all your stuff. For real. Depending on how thorough 
you are in resetting the situation, it can break the game. Keep it small
with what you remove in the beginning, especially if you have no prior 
experience, and keep the edicts you remove logically consistent.

Goto "RemtairyEdicts.js" and try to find out what the internal name is 
for the edict you want to remove. They are listed in the beginning. This
part may require trial and error if you are not sure. 

As an example this is the line for the level 1 workshop:

 const EDICT_REPAIR_WORKSHOP = 526;

This means "EDICT_REPAIR_WORKSHOP" is the part you want to copy.

I prefer to put the following code that removes the edict into the 
"sleep and start next day" part of the code. Search for "advanceNextDay" 
in "RemtairyPrison.js" and after these two lines:


  Game_Party.prototype.advanceNextDay = function() {
     let actor = $gameActors.actor(ACTOR_KARRYN_ID);

you want to put the following:

  Game_Party.prototype.advanceNextDay = function() {
     let actor = $gameActors.actor(ACTOR_KARRYN_ID);
     actor.forgetSkill(EDICT_REPAIR_WORKSHOP); //<-- this line is new

You’ll have to replace "EDICT_REPAIR_WORKSHOP" with the name of the 
edict you want to remove. Now save, start the game, go to sleep and 
the edict should be locked again.

Note: There is internal game logic that will give you back edicts
 (for example removing the workshop while having insurance for it).
Rate this page:

Submit your codes!

✍ Contribute
Having codes, cheats, hints, tips, trainer or tricks we don't have yet?

Cheatbook Analysis

📝 290 words🕐 ~1 min📅 Dec 2022
⚡COMPLEXITY 33%
📊DEPTH 60%
CodesSurvival
🎮 includes codes
💬Summary: Comprehensive guide featuring walkthrough. Covers How to Remove Edicts..., Rate this page.
🔖Topics: edict, remove, how, workshop, actor, example

Related Cheat Guides

🔗 5 guides

Players Also Search

🔍 5 similar