Skip to content

Setup Population Centers

Broström.A | Evul edited this page Nov 30, 2023 · 16 revisions

Avalible only on dev branch

The system is automatically enabled when Zone Markers are placed down in eden editor with the correct naming cScripts_Civilian_Zone_[DENSITY]_[NrSUFFIX]. Example zones with supported density naming are as follow:

  • cscripts_civilan_zone_high
  • cscripts_civilan_zone_medium
  • cscripts_civilan_zone_low
  • cscripts_civilan_zone_none

Zones can also have a suffix number example: cscripts_civilan_zone_medium_69.

The high, medium and low determine the chance of causing casualties here are the values:

high    0.40  (40% Chance)
medium  0.25  (25% Chance)
low     0.1   (10% Chance)
none    0.0   ( 0% Chance)

See also

cScripts Development Wiki

Clone this wiki locally