Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
While "fun" in the ero sense, it is actually *very* detrimental as it cannot be reversed without ending the day and it prevents from going into several rooms, like the bar.
I hope the devs make it reversible without losing the day...maybe add an option inside your room/station.
yep with damaged uniform i cant go to bar etc.
- Go into game's files then www -> js -> plugins
like this: (C:\Program Files (x86)\Steam\steamapps\common\Karryn's Prison\www\js\plugins)
- Open RemtairyKarryn with Notepad (I use notepad++)
- Ctrl+F to find keyword "cloth"
You should see something like this:
//Post Battle
Game_Actor.prototype.postBattleCleanup = function() {
this.setAllowTachieUpdate(false);
this._emoteMasterManagerIsRunning = false;
this._dontResetSexPose = false;
this._orgasmCallQueuedUp = false;
this._startOfInvasionBattle = false;
this.restoreClothingDurability();
if(!this._lostPanties) this.putOnPanties();
- Put "//" without quotes at the beginning of the restore cloth.
- Like this:
//Post Battle
Game_Actor.prototype.postBattleCleanup = function() {
this.setAllowTachieUpdate(false);
this._emoteMasterManagerIsRunning = false;
this._dontResetSexPose = false;
this._orgasmCallQueuedUp = false;
this._startOfInvasionBattle = false;
//this.restoreClothingDurability();
//if(!this._lostPanties) this.putOnPanties();
- Done.
personally it's how i level up. so much xp.
its basically just like rioting without losing money. they seem to not riot (though max bar, max strip, max receptionist, max janitorial helps ALOT), and you are now the predator. its funny, they start to run from you after a while, u actually gotta chase em.