ACE3/documentation/development/ace3-config-entries.md

123 lines
2.0 KiB
Markdown
Raw Normal View History

2015-04-09 19:09:49 +00:00
---
layout: wiki
title: ACE3 Config Entries
2015-04-12 12:42:49 +00:00
group: development
2015-04-09 19:09:49 +00:00
parent: wiki
order: 2
---
2015-05-04 11:43:33 +00:00
## 1. CfgVehicles
2015-05-06 13:50:22 +00:00
Entries found in the `CfgVehicles.hpp` files
2015-04-09 19:09:49 +00:00
```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
```
2015-05-04 11:43:33 +00:00
## 2. CfgWeapons
2015-05-06 13:50:22 +00:00
Entries found in the `CfgWeapons.hpp` files
2015-04-09 19:09:49 +00:00
```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
2015-04-09 19:09:49 +00:00
ace_isusedlauncher
ace_attachable
ace_range
ace_detonator
ace_barrelTwist
ace_twistDirection
ace_barrelLength
ace_laserpointer
ace_nextmodeclass
ace_modedescription
2015-04-09 19:09:49 +00:00
```
2015-05-04 11:43:33 +00:00
## 3. CfgAmmo
2015-05-06 13:50:22 +00:00
Entries found in the `CfgAmmo.hpp` files
2015-04-09 19:09:49 +00:00
```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
2015-04-09 19:09:49 +00:00
```
2015-05-04 11:43:33 +00:00
## 4. CfgGlasses
2015-05-06 13:50:22 +00:00
Entries found in the `CfgGlasses.hpp` file
2015-04-09 19:09:49 +00:00
```c++
ace_color
ace_tintamount
ace_overlay
ace_overlaydirt
ace_overlaycracked
ace_resistance
ace_protection
ace_dustpath
```
2015-05-04 11:43:33 +00:00
## 5. CfgMagazines
2015-05-06 13:50:22 +00:00
Entries found in the `CfgMagazines.hpp` files
2015-04-09 19:09:49 +00:00
```c++
ace_isbelt
ace_attachable
ace_placeable
ace_setupobject
ace_delaytime
ace_triggers
ace_magazines_forcemagazinemuzzlevelocity
```