arma3:config:bis-weapon-config-guidelines
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| arma3:config:bis-weapon-config-guidelines [2014/06/20 02:41] – latest bis info updated. snakeman | arma3:config:bis-weapon-config-guidelines [2024/08/02 14:57] (current) – links added. snakeman | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ArmA 3 BIS Weapon Config Guidelines ====== | + | ====== ArmA 3 bis Weapon Config Guidelines ====== |
| - | **101 - How to set up a weapon for Arma 3** | + | [[https:// |
| + | |||
| + | **101 - How to set up a weapon for ArmA 3** | ||
| Line 211: | Line 213: | ||
| class ItemInfo: InventoryMuzzleItem_Base_F | class ItemInfo: InventoryMuzzleItem_Base_F | ||
| { | { | ||
| - | soundTypeIndex = SilencerSound; // index of sound in sounds[[]] in weapon modes (inherited 1 from parent class) | + | soundTypeIndex = 1; // index of sound in sounds[[]] in weapon modes (inherited 1 from parent class) |
| | | ||
| class MagazineCoef | class MagazineCoef | ||
| Line 490: | Line 492: | ||
| - | ==== Ammo changes on fly and on hit ==== | + | ==== Ammo changes on fly and on hit ==== |
| * there are two new simulations of ammo available mainly for artillery, but usable for many other means | * there are two new simulations of ammo available mainly for artillery, but usable for many other means | ||
| Line 538: | Line 540: | ||
| - | ==== Explosion shielding | + | ==== Explosion shielding ==== |
| * class hitpoints in configuration of all vehicles (including soldiers) has got a new parameter called **explosionShielding** | * class hitpoints in configuration of all vehicles (including soldiers) has got a new parameter called **explosionShielding** | ||
| Line 555: | Line 557: | ||
| }; | }; | ||
| </ | </ | ||
| + | |||
| + | ==== Weapon Inertia ==== | ||
| + | |||
| + | Inertia coefficient of the weapon is easily set by the " | ||
| + | |||
| + | <code cpp> | ||
| + | class cfgWeapons | ||
| + | { | ||
| + | class myWeapon | ||
| + | { | ||
| + | // inertia coefficient of the weapon | ||
| + | inertia = 0.5; | ||
| + | }; | ||
| + | }; | ||
| + | </ | ||
| + | |||
arma3/config/bis-weapon-config-guidelines.1403232102.txt.gz · Last modified: 2014/06/20 02:41 by snakeman
