This repository has been archived by the owner on Apr 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
CfgMaster
Vincent edited this page Feb 9, 2018
·
2 revisions
Property | Datatype | Description |
---|---|---|
firstspawnInit |
STRING |
The script to execute when a player spawns the first time. |
respawn_civilian |
ARRAY<STRING> |
The respawn locations of civilians. |
startBalance |
NUMBER |
The cash starting balance when a player spawn the first time. |
hungerTimeout |
NUMBER |
The timeout to decrease hunger. |
thirstTimeout |
NUMBER |
The timeout to decrease thirst. |
hungerDiscount |
NUMBER |
Amount from 0-100 to remove hunger. |
thirstDiscount |
NUMBER |
Amount from 0-100 to remove thirst. |
starvingTimeout |
NUMBER |
Amount in seconds to receive damage if hunger or thirst equals 0. |
hungerDamage |
NUMBER |
The damage from 0-1 to receive if hunger equals 0. |
thirstDamage |
NUMBER |
The same as hungerDamage for thirst. |
viewDistance_foot_enableSetting |
BOOL |
Enables terrain view distance on foot. |
viewDistance_foot_default |
NUMBER |
Default value of the foot terrain view distance. |
viewDistance_foot_min |
NUMBER |
Minimum value for the foot terrain view distance. |
viewDistance_foot_max |
NUMBER |
Maximum value for the foot terrain view distance. |
viewDistance_foot_objects_enableSetting |
BOOL |
Enables object view distance on foot. |
viewDistance_foot_objects_default |
NUMBER |
Default value of the foot object view distance. |
viewDistance_foot_objects_min |
NUMBER |
Minimum value for the foot object view distance. |
viewDistance_foot_objects_max |
NUMBER |
Maximum value for the foot object view distance. |
viewDistance_wheeled_enableSetting |
BOOL |
Enables terrain view distance on vehicles. |
viewDistance_wheeled_default |
NUMBER |
Default value of the vehicles terrain view distance. |
viewDistance_wheeled_min |
NUMBER |
Minimum value for the vehicles terrain view distance. |
viewDistance_wheeled_max |
NUMBER |
Maximum value for the vehicles terrain view distance. |
viewDistance_wheeled_objects_enableSetting |
BOOL |
Enables object view distance on vehicles. |
viewDistance_wheeled_objects_default |
NUMBER |
Default value of the vehicles object view distance. |
viewDistance_wheeled_objects_min |
NUMBER |
Minimum value for the vehicles object view distance. |
viewDistance_wheeled_objects_max |
NUMBER |
Maximum value for the vehicles object view distance. |
viewDistance_air_enableSetting |
BOOL |
Enables terrain view distance on aircrafts. |
viewDistance_air_default |
NUMBER |
Default value of the aircraft terrain view distance. |
viewDistance_air_min |
NUMBER |
Minimum value for the aircraft terrain view distance. |
viewDistance_air_max |
NUMBER |
Maximum value for the aircraft terrain view distance. |
viewDistance_air_objects_enableSetting |
BOOL |
Enables object view distance on aircrafts. |
viewDistance_air_objects_default |
NUMBER |
Default value of the aircraft object view distance. |
viewDistance_air_objects_min |
NUMBER |
Minimum value for the aircraft object view distance. |
viewDistance_air_objects_max |
NUMBER |
Maximum value for the aircraft object view distance. |
login_canCreateProfile |
BOOL |
Enables the creation of profiles or not (including the first profile). |
inventory_backpackAccess |
BOOL |
Enables accessing other players backpacks. |
punching_stamina |
NUMBER |
The amount of stamina to remove after each punch. |
punching_chance |
NUMBER |
The chance from 0-1 to hit another person. |
punching_chanceHeadgear |
NUMBER |
The chance from 0-1 to hit another person with headgear on. |
punching_headgear |
ARRAY<STRING> |
Headgear items to enable the setting punching_chanceHeadgear on. |
prison_escapeMapUpdateTimeout |
NUMBER |
Time of updating the position of escaped prisoners on map. |
login_modIcon |
STRING |
Icon image path to set in the login menu. |