Prison Architect

Prison Architect

View Stats:
ソラ Dec 28, 2017 @ 10:36am
How to enable Directormode in an Existing prison
How can i enable the Directormode in a existing Prison ?

With the Director Mode you can play as the Director.
Originally posted by Stein:
I assume you mean warden mode,

Step 1: To enable warden mode go to your save folder (an easy way to do this is to press the
Open Save Folder button under Options) and look for your prison,
ex: "Myprison.prison" and open it in a text editor.

Before we go further, make a backup of your prison.

Step 2: Press Ctrl-F and type in "warden" and the first result from the top is your warden,
write down the warden's "Id.i" and "Id.u" value.

Step 3: Add "AvatarControl true" above "END", it should now look like this:
BEGIN ""
Id.i 73
Id.u 3213268
Type Warden
SubType 0
Pos.x 84.40775
Pos.y 41.09007
Or.x 0.09703298
Or.y 0.9952812
Vel.x 8.764948e-07
Vel.y 0.006282579
AttackTimer -40.79712
Equipment Clipboard
Energy 100.0000
Timer 1.475693
AvatarControl true --the line you added
END[/code]

Step 4: Scroll right to the bottom then above
BEGIN ScriptZones
add this:
BEGIN WardenMode IsActive true Permadeath true WardenId.i 73 -- replace this with your warden's id.i value WardenId.u 3213268 -- replace this with your warden's id.u value BEGIN Inventory SlotEquipped 0 BEGIN InventorySlots Size 2 "" 29 "" 0 END
BEGIN InventoryAmmo Size 2 "" -1 "" -1 END
END
BEGIN GuardSquad END
END[/code]

Step 5: Change "Permadeath" to false if you would like that disabled
and finally press Ctrl-S to save.
< >
Showing 1-6 of 6 comments
The author of this topic has marked a post as the answer to their question.
Stein Dec 28, 2017 @ 12:02pm 
I assume you mean warden mode,

Step 1: To enable warden mode go to your save folder (an easy way to do this is to press the
Open Save Folder button under Options) and look for your prison,
ex: "Myprison.prison" and open it in a text editor.

Before we go further, make a backup of your prison.

Step 2: Press Ctrl-F and type in "warden" and the first result from the top is your warden,
write down the warden's "Id.i" and "Id.u" value.

Step 3: Add "AvatarControl true" above "END", it should now look like this:
BEGIN ""
Id.i 73
Id.u 3213268
Type Warden
SubType 0
Pos.x 84.40775
Pos.y 41.09007
Or.x 0.09703298
Or.y 0.9952812
Vel.x 8.764948e-07
Vel.y 0.006282579
AttackTimer -40.79712
Equipment Clipboard
Energy 100.0000
Timer 1.475693
AvatarControl true --the line you added
END[/code]

Step 4: Scroll right to the bottom then above
BEGIN ScriptZones
add this:
BEGIN WardenMode IsActive true Permadeath true WardenId.i 73 -- replace this with your warden's id.i value WardenId.u 3213268 -- replace this with your warden's id.u value BEGIN Inventory SlotEquipped 0 BEGIN InventorySlots Size 2 "" 29 "" 0 END
BEGIN InventoryAmmo Size 2 "" -1 "" -1 END
END
BEGIN GuardSquad END
END[/code]

Step 5: Change "Permadeath" to false if you would like that disabled
and finally press Ctrl-S to save.
Last edited by Stein; Dec 28, 2017 @ 10:52pm
SweetDarsh Dec 28, 2017 @ 2:22pm 
Originally posted by Luwenstein:
I assume you mean warden mode,

Step 1: To enable warden mode go to your save folder (an easy way to do this is to press the
Open Save Folder button under Options) and look for your prison,
ex: "Myprison.prison" and open it in a text editor.

Step 2: Press Ctrl-F and type in "warden" and the first result from the top is your warden,
write down the warden's "Id.i" and "Id.u" value.

Step 3: Add "AvatarControl true" above "END", it should now look like this:
BEGIN ""
Id.i 73
Id.u 3213268
Type Warden
SubType 0
Pos.x 84.40775
Pos.y 41.09007
Or.x 0.09703298
Or.y 0.9952812
Vel.x 8.764948e-07
Vel.y 0.006282579
AttackTimer -40.79712
Equipment Clipboard
Energy 100.0000
Timer 1.475693
AvatarControl true --the line you added
END[/code]

Step 4: Scroll right to the bottom then above
BEGIN ScriptZones
add this:
BEGIN WardenMode IsActive true Permadeath true WardenId.i 73 -- replace this with your warden's id.i value WardenId.u 3213268 -- replace this with your warden's id.u value BEGIN Inventory SlotEquipped 0 BEGIN InventorySlots Size 2 "" 29 "" 0 END
BEGIN InventoryAmmo Size 2 "" -1 "" -1 END
END
BEGIN GuardSquad END
END[/code]

Step 5: Change "Permadeath" to false if you would like that disabled
and finally press Ctrl-S to save. [/quote]


I did what you said but it crashes when i play the prison.
Stein Dec 28, 2017 @ 10:42pm 
@PenGuinJr Did you replace "WardenId.i" and "WardenId.u" values in Step 4?

If not, then go back and redo Step 2, then go to Step 4 and
replace "WardenId.i" and "WardenId.u" with the values you got from Step 2.

Btw you should make a backup of your prison in case anything goes wrong.
Last edited by Stein; Dec 28, 2017 @ 10:53pm
SweetDarsh Dec 29, 2017 @ 6:34am 
Originally posted by Luwenstein:
@PenGuinJr Did you replace "WardenId.i" and "WardenId.u" values in Step 4?

If not, then go back and redo Step 2, then go to Step 4 and
replace "WardenId.i" and "WardenId.u" with the values you got from Step 2.

Btw you should make a backup of your prison in case anything goes wrong.

ok i did that it worked thank you.
ソラ Dec 29, 2017 @ 8:34am 
Originally posted by Luwenstein:
I assume you mean warden mode,

Step 1: To enable warden mode go to your save folder (an easy way to do this is to press the
Open Save Folder button under Options) and look for your prison,
ex: "Myprison.prison" and open it in a text editor.

Before we go further, make a backup of your prison.

Step 2: Press Ctrl-F and type in "warden" and the first result from the top is your warden,
write down the warden's "Id.i" and "Id.u" value.

Step 3: Add "AvatarControl true" above "END", it should now look like this:
BEGIN ""
Id.i 73
Id.u 3213268
Type Warden
SubType 0
Pos.x 84.40775
Pos.y 41.09007
Or.x 0.09703298
Or.y 0.9952812
Vel.x 8.764948e-07
Vel.y 0.006282579
AttackTimer -40.79712
Equipment Clipboard
Energy 100.0000
Timer 1.475693
AvatarControl true --the line you added
END[/code]

Step 4: Scroll right to the bottom then above
BEGIN ScriptZones
add this:
BEGIN WardenMode IsActive true Permadeath true WardenId.i 73 -- replace this with your warden's id.i value WardenId.u 3213268 -- replace this with your warden's id.u value BEGIN Inventory SlotEquipped 0 BEGIN InventorySlots Size 2 "" 29 "" 0 END
BEGIN InventoryAmmo Size 2 "" -1 "" -1 END
END
BEGIN GuardSquad END
END[/code]

Step 5: Change "Permadeath" to false if you would like that disabled
and finally press Ctrl-S to save. [/quote]

Thanks it helped me and worked. And yes i mean warden mode but because i play it in german its says Director mode (from german in English)
remomax Sep 6, 2022 @ 8:03am 
Hello, One Question, How can I endable the inventory? for the Director
< >
Showing 1-6 of 6 comments
Per page: 1530 50

Date Posted: Dec 28, 2017 @ 10:36am
Posts: 6