mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
123 lines
2.0 KiB
Markdown
123 lines
2.0 KiB
Markdown
---
|
|
layout: wiki
|
|
title: ACE3 Config Entries
|
|
group: development
|
|
parent: wiki
|
|
order: 2
|
|
---
|
|
|
|
## 1. CfgVehicles
|
|
Entries found in the `CfgVehicles.hpp` files
|
|
|
|
|
|
```c++
|
|
ace_nightvision_grain
|
|
ace_nightvision_blur
|
|
ace_recoil_enablecamshake
|
|
ace_dragging_cancarry
|
|
ace_dragging_carryposition
|
|
ace_dragging_carrydirection
|
|
ace_dragging_candrag
|
|
ace_dragging_dragposition
|
|
ace_dragging_dragdirection
|
|
ace_gforcecoef
|
|
ace_offset
|
|
```
|
|
|
|
|
|
## 2. CfgWeapons
|
|
Entries found in the `CfgWeapons.hpp` files
|
|
|
|
|
|
```c++
|
|
ace_recoil_shakemultiplier
|
|
ace_overpressure_angle
|
|
ace_overpressure_range
|
|
ace_overpressure_damage
|
|
ace_overheating_dispersion
|
|
ace_overheating_slowdownfactor
|
|
ace_overheating_jamchance
|
|
ace_nightvision_grain
|
|
ace_nightvision_blur
|
|
ace_nightvision_radblur
|
|
ace_usedtube
|
|
ace_reloadlaunchers_enabled
|
|
ace_bipod
|
|
ace_overheating_allowswapbarrel
|
|
ace_clearjamaction
|
|
ace_checktemperatureaction
|
|
ace_gforcecoef
|
|
ace_protection
|
|
ace_scopeadjust_horizontal
|
|
ace_scopeadjust_vertical
|
|
ace_scopeadjust_increment
|
|
ace_isusedlauncher
|
|
ace_attachable
|
|
ace_range
|
|
ace_detonator
|
|
ace_barrelTwist
|
|
ace_twistDirection
|
|
ace_barrelLength
|
|
ace_laserpointer
|
|
ace_nextmodeclass
|
|
ace_modedescription
|
|
```
|
|
|
|
|
|
## 3. CfgAmmo
|
|
Entries found in the `CfgAmmo.hpp` files
|
|
|
|
```c++
|
|
ace_recoil_shakemultiplier
|
|
ace_frag_skip
|
|
ace_frag_force
|
|
ace_frag_classes
|
|
ace_frag_metal
|
|
ace_frag_charge
|
|
ace_frag_gurney_c
|
|
ace_frag_gurney_k
|
|
ace_explodeondefuse
|
|
ace_explosive
|
|
ace_fcs_airburst
|
|
ace_caliber
|
|
ace_bulletlength
|
|
ace_bulletmass
|
|
ace_transonicstabilitycoef
|
|
ace_ammotempmuzzlevelocityshifts
|
|
ace_ballisticcoefficients
|
|
ace_velocityboundaries
|
|
ace_standardatmosphere
|
|
ace_dragmodel
|
|
ace_muzzlevelocities
|
|
ace_barrellengths
|
|
```
|
|
|
|
|
|
## 4. CfgGlasses
|
|
Entries found in the `CfgGlasses.hpp` file
|
|
|
|
```c++
|
|
ace_color
|
|
ace_tintamount
|
|
ace_overlay
|
|
ace_overlaydirt
|
|
ace_overlaycracked
|
|
ace_resistance
|
|
ace_protection
|
|
ace_dustpath
|
|
```
|
|
|
|
|
|
## 5. CfgMagazines
|
|
Entries found in the `CfgMagazines.hpp` files
|
|
|
|
```c++
|
|
ace_isbelt
|
|
ace_attachable
|
|
ace_placeable
|
|
ace_setupobject
|
|
ace_delaytime
|
|
ace_triggers
|
|
ace_magazines_forcemagazinemuzzlevelocity
|
|
```
|