Client Configuration

circle-info

You aren't finding the config option? Try STRG + F.

Language System

chevron-rightm_languageCodehashtag

Translates all text messages to the specified language. File must be existent in languages folder.

Default: "en"

General Settings

chevron-rightm_damageEnableCooldownhashtag

After this time in ms, the damage system will be enabled (useful when player dies on spawn for example)

Default: 7500

chevron-rightm_maxInteractionDistancehashtag

The distance that is needed to interact with people.

Default: 2

chevron-rightm_lastDamageCooldownhashtag

The cooldown when the next damage can be handled after damage has happended (recommend to leave it at default value. | also in ~ms)

Default: 210

chevron-rightm_vehicleScanRadiushashtag

The vehicle scan radius in gta units.

Default: 6

chevron-rightm_disabledWeaponshashtag

A table of weapons that will be ignored by the system.

Default: { GetHashKey("WEAPON_PLASMAP") }

chevron-rightm_ox_target_supporthashtag

If true, the ox target system will be enabled. (see: c_functions.lua line 505)

Default: false

chevron-rightm_update_queue_intervalhashtag

The interval in ms, when the health buffer update queue will be executed.

Default: 250

Keys

chevron-rightm_configurableKeyshashtag

A config option for keys configuration.

chevron-rightm_onlyShowActionsIfPlayerHasRequiredItemshashtag

Set this to 'true' to only show actions, if the player has the required items. (could affect performance)

Default: true

Feature Settings

chevron-rightm_enableSewingshashtag

Enable this to enable the sewing system.

Default: true

chevron-rightm_sewingBloodLosshashtag

The amount of blood loss when having a sewed wound.

Default: 0.1

chevron-rightm_blurScreenOnHighBloodLosshashtag

Enable this to blur the screen when high blood loss is detected. (bloodVolume <= 4200ml)

Default: true

chevron-rightm_allowManualRespawnWhileBeingUnconscioushashtag

Set this to 'true' to allow manual respawn after time has expired. (disables automatic respawn)

Default: false

chevron-rightm_limpingFeaturehashtag

A config option for the limping feature.

chevron-rightm_showTriage3dMarkershashtag

Enable this to show the triage markers in 3d.

Default: true

chevron-rightm_triage3dMarkersDistancehashtag

The distance in gta units, when the triage markers will be shown.

Default: 7

chevron-rightm_update_triage_info_intervalhashtag

The interval in ms, when the triage info will be updated.

Default: 1000

chevron-rightm_respawnOnCriticalBloodVolumehashtag

Enable this to respawn the player when the blood volume is critical.

Default: true

chevron-rightm_bodybagUnconsciousTimehashtag

The time in seconds, when the player will be unconscious after being put in a bodybag.

Default: 300

chevron-rightm_enableWeaponAimShakeOnArmInjuryhashtag

chevron-rightm_weaponDisableAfterBeingRevivedhashtag

Disable weapons after being revived.

chevron-rightm_emergencyDispatchhashtag

Enable this to enable the emergency dispatch system. (Button press while being dead to alert emergency services)

chevron-rightm_spawnGameObjectshashtag

Enable this to enable the spawn game objects feature (bandages on ground etc).

Beta Features

chevron-rightm_lowerHeartRatePerSecondOnUncounscioushashtag

The amount of the lowering heart rate per second, when the player is unconscious. | 0.0 to disable.

Default: 0.06

chevron-rightm_lowerHeartRatePerSecondOnUncounsciousNonRecoveryModehashtag

The amount of the lowering heart rate per second, when the player is unconscious and non recovery mode. | 0.0 to disable

Default: 4.54

chevron-rightm_nonRecoveryModeOnZeroHeartRateSincehashtag

The time in ms, when the player will go into "non-recovery-mode" when the heart rate is 0. (After 3 minutes of zero heart rate player has a fatal brain function loss) | 0 to disable!

Default: 60000 * 5

chevron-rightm_nonRecoveryModeOnFatalInjuryhashtag

The non-recovery mode on injury settings.

Screen Effects

chevron-rightm_enabledScreenEffectshashtag

The enabled screen effects. ("bleeding", "pain")

Default: { "bleeding", "pain" }

Controls

chevron-rightm_enabledControlActionsWhenUnconscioushashtag

The enabled control actions when unconscious.

chevron-rightm_enabledControlActionsWhenCarryinghashtag

The enabled control actions when carrying.

chevron-rightm_disabledControlGroupshashtag

The disabled control groups.

Respawn Settings

chevron-rightm_respawnConfigurationhashtag

Settings about the respawn. (WARNING: When m_dependUnconsciousTimeOnMedicCount is enabled, the respawn time here will be overwritten. See: here)

Default Settings

chevron-rightm_defaultValueshashtag

Settings about the default settings. (recommend to leave at default)

Last updated