[Server Hosting] AIPatrolSettings - salutesh/DayZ-Expansion-Scripts GitHub Wiki

Return to the summary


"m_Version"

Integer.

Contains the current setting version number, never change this value unless you really know what you are doing as it's used internally for automatic conversion of old settings whenever we change something.

"Enabled"

Boolean.

  • 0 = OFF | Disabled
  • 1 = ON | Enabled

"DespawnTime"

Float. How long in seconds will it take for the patrol to despawn if no players are in DespawnRadius.

  • -1 = Use the value from AISettings.json

"RespawnTime"

Float. How long in seconds until this patrol can respawn if no players are in MinDistRadius ?

  • If set to -1 will use the value from AISettings.json

"MinDistRadius"

Float. The required minimum distance from a player to spawn. If a player is closer than MinDistRadius meters, then the patrol won't spawn

  • If set to -1 will use the value from AISettings.json

"MaxDistRadius"

Float. The required maxium distance from a player to spawn. If a player is further away than MaxDistRadius meters, then the patrol won't spawn

  • If set to -1 will use the value from AISettings.json

"DespawnRadius"

Float. The required distance from a player to despawn. If a player is closer than DespawnRadius meters, then the patrol won't despawn

"AccuracyMin"

Float. Minimum accuracy of the AI (0.0-1.0)

  • If set to -1 will use the value from AISettings.json

"AccuracyMax"

Float. Maximum accuracy of the AI (0.0-1.0)

  • If set to -1 will use the value from AISettings.json

"ThreatDistanceLimit"

Float. Distance in meters when the target will start be considered a potential threat

  • If set to -1 will use the value from AISettings.json

"DamageMultiplier"

Float. Damage multiplier from the AI (0.1-2.0). Base damage they will deal multiplied by this value.

  • If set to -1 will use the value from AISettings.json

"ObjectPatrols"

See this page for more informations:

"Patrols"

See this page for more informations:

Raw file

https://github.com/ExpansionModTeam/DayZ-Expansion-Settings/tree/master/dayzoffline.example/expansion/settings/AIPatrolSettings.json