• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Alunny

Second Lieutenant
5 Badges
Aug 4, 2019
127
27
  • Cities: Skylines
  • Stellaris
  • Cities: Skylines - Parklife
  • Prison Architect
  • Cities: Skylines Deluxe Edition
I want to build a prison like Orange Is The New Black, where they have dorms and cells without toilets and showers. I don't know how to make a mod remove that requirement from the zones...can anyone point me in the right direction? :D
 
Follow the instructions on https://prisonarchitect.paradoxwikis.com/Modding

you'll want to change the room settings in materials.txt, where you can find the following

BEGIN Room
Name Cell
Capturable true
Properties Housing
Properties QualityGraded
BEGIN Requirement Type MinimumSize x 2 y 3 END
BEGIN Requirement Type Enclosed END
BEGIN Requirement Type Indoor END
BEGIN Requirement Type Object Id Bed END
BEGIN Requirement Type Object Id Toilet END

BEGIN LikelyObject Id JailDoor END
BEGIN LikelyObject Id Bookshelf END
BEGIN LikelyObject Id Tv END
BEGIN LikelyObject Id Window END
BEGIN LikelyObject Id Radio END
BEGIN LikelyObject Id OfficeDesk END
BEGIN LikelyObject Id Chair END
BEGIN LikelyObject Id ShowerHead END
BEGIN LikelyObject Id Drain END
BEGIN Grading Type RoomSize Size 6 END
BEGIN Grading Type RoomSize Size 9 END
BEGIN Grading Type RoomSize Size 16 END
BEGIN Grading Type OutsideWindow Stackable true END
BEGIN Grading Type Item Id OfficeDesk END
BEGIN Grading Type Item Id ShowerHead END
BEGIN Grading Type Item Id Tv END
BEGIN Grading Type Item Id Radio END
BEGIN Grading Type Item Id Bookshelf END
BEGIN Grading Type Item Id Chair END
END