mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
99 lines
1.4 KiB
Markdown
99 lines
1.4 KiB
Markdown
|
---
|
||
|
layout: wiki
|
||
|
title: ACE3 Config Entries
|
||
|
group: dev
|
||
|
parent: wiki
|
||
|
order: 2
|
||
|
---
|
||
|
|
||
|
### CfgVehicles
|
||
|
|
||
|
```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
|
||
|
```
|
||
|
|
||
|
|
||
|
### CfgWeapons
|
||
|
|
||
|
```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_isusedlauncher
|
||
|
ace_attachable
|
||
|
ace_range
|
||
|
ace_detonator
|
||
|
```
|
||
|
|
||
|
|
||
|
### CfgAmmo
|
||
|
|
||
|
```c++
|
||
|
ace_bulletmass
|
||
|
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
|
||
|
```
|
||
|
|
||
|
|
||
|
### CfgGlasses
|
||
|
|
||
|
```c++
|
||
|
ace_color
|
||
|
ace_tintamount
|
||
|
ace_overlay
|
||
|
ace_overlaydirt
|
||
|
ace_overlaycracked
|
||
|
ace_resistance
|
||
|
ace_protection
|
||
|
ace_dustpath
|
||
|
```
|
||
|
|
||
|
|
||
|
### CfgMagazines
|
||
|
|
||
|
```c++
|
||
|
ace_isbelt
|
||
|
ace_attachable
|
||
|
ace_placeable
|
||
|
ace_setupobject
|
||
|
ace_delaytime
|
||
|
ace_triggers
|
||
|
ace_magazines_forcemagazinemuzzlevelocity
|
||
|
```
|