Gotta just start over. Edicts (with very few exceptions) are permament for the playthrough.May I ask how to disable some edicts?
Because I kinda rushed and enabled two edicts thats not as i planned
Specifically its the two edicts right under the visitor, the ones that decrease control and increase riot chance.
it's really fast to unlock the waitress job. You just have to take control of the first floor by beating Tonkin the orc that you'll meet in the last room of floor 1. Once you beat him you'll unlock new skill tree to improve floor 1 with the option to open the bar and an other option to work yourself at the bar.saw this game being recommended for the waitress element of it. Can someone help me with how to get to that part in this game, if there's a save or can a mod help me fasttrack to that section of the game.
Much thanks in advance kind sir!!
Honestly a shame you can't change how you treat the various prisoner types.Gotta just start over. Edicts (with very few exceptions) are permament for the playthrough.
Ooooh. Wow, I've never repaired that before. So that would explain it. Thanks a bunch.Its been around since long before the game was even 1.0, you get it through repairing the research divison from floor 2 edicts
This is against the rules so I may be modded.Recommend similar games
Did you download it directly through Vortex, or did you download it separately and now want to add it there? Because the error says you downloaded the source code instead of the actual mod.
Bro, why are you sending a cropped screenshot again? What are we supposed to understand from just that part?I need help![]()
I downloaded your mods (ExtraCutins, SluttyBabe, etc...) from pixeldrain and tried to drop them into Vortex.Did you download it directly through Vortex, or did you download it separately and now want to add it there? Because the error says you downloaded the source code instead of the actual mod.
You shouldn’t do it that way, the whole installation just involves deleting two folders and replacing them with mine.I downloaded your mods (ExtraCutins, SluttyBabe, etc...) from pixeldrain and tried to drop them into Vortex.
I am thankful to you for uploading the newest versions but it seems you always leave your own savefiles in the first 3 slots and both times my own saves got overwritten. Since I visit this thread every few months I always forget to back up my saves before i unzip. Maybe it could be possible to either move them to the last slots or delete them from now on?Full version v1.3.1.21+All DLC
Pixeldrain
Plus from what I see you already keep a more updated save in slot 24 anyway so there is no real need for the first 3 slots anyway. But no worries if you dont want to bother or dont care I will just create a backup saves folder and remember to put my saves there each time I abandon the gameI am thankful to you for uploading the newest versions but it seems you always leave your own savefiles in the first 3 slots and both times my own saves got overwritten. Since I visit this thread every few months I always forget to back up my saves before i unzip. Maybe it could be possible to either move them to the last slots or delete them from now on?![]()
I am thankful to you for uploading the newest versions but it seems you always leave your own savefiles in the first 3 slots and both times my own saves got overwritten. Since I visit this thread every few months I always forget to back up my saves before i unzip. Maybe it could be possible to either move them to the last slots or delete them from now on?![]()
Firstly, bro, who am I to stop you from doing whatever you want with a game you downloaded? Feel free to delete my save files. As for save slot 24, it's empty for me; the most current one is save file 1. However, I haven't played for several months now, which is why it remains unchanged from version to version.Plus from what I see you already keep a more updated save in slot 24 anyway so there is no real need for the first 3 slots anyway. But no worries if you dont want to bother or dont care I will just create a backup saves folder and remember to put my saves there each time I abandon the game![]()
I could of sworn someone made a mod of this since iirc most game updates makes edits to RemtairyPrison.js. If not I hope someone does make a mod.The only real meaning is in the endings (the wedding) you can watch it on YouTube or read about it elsewhere.
And it's generally better to play the game on the medium difficulty level from the start (I personally complained about the developer's decision to disable saving there , but fortunately there's a solution to this problem by changing a few lines in a file).
RemtairyPrison.js (disabling autosave of any complexity)
//Save Menu
Game_Party.prototype.canOpenSaveMenu = function() {
return true; //this.easyMode() || $gameSwitches.value(SWITCH_TEST_MODE_ID) || (Prison.freeMode() && ConfigManager.cheatDisableAutosave);
};