mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
648 B
648 B
layout | title | description | group | order | parent | mod | version | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
wiki | Hit Reactions Framework | Explains how to set-up weapons with ACE3 hit reactions system. | framework | 5 | wiki | ace |
|
1. Config Values
class CfgWeapons {
class MyWeapon {
ace_hitreactions_undroppable = 1; // Prevents weapon from being dropped
};
};
2. Mission Variables
2.1 Safe pickup distance for AI
Allows 3rd party mods to set the distance between AI and the nearest hostile that is considered safe to go pickup a dropped weapon.
ace_hitreactions_safePickupDistance = 10; // default is 8