ACE3/docs/wiki/framework/pylons-framework.md
Brunius cc503e041b Add pylon whitelist option (#6080)
* Adding pylon whitelist option

* Changing tabs to spaces :(

* Changing to use QGVAR

* Changing name in QGVAR to more clearly reflect function of variable

* Docs for the magazine whitelist function in pylons

* Changes to match style guide

* More docs

* More tabs

* Update pylons-framework.md

* Update pylons-framework.md
2018-01-28 15:38:48 -06:00

926 B

layout title description group order parent mod version
wiki Pylons Framework Explains how to set-up pylons whitelist and blacklist framework 5 wiki ace
major minor patch
3 13 0

1 Setting a whitelist

To set a whitelist, set the ace_pylons_magazineWhitelist variable with an array containing possible magazines.

For example, place an AH-9 Pawnee, with the following in init line:

this setVariable ["ace_pylons_magazineWhitelist", ["PylonRack_7Rnd_Rocket_04_HE_F","PylonRack_7Rnd_Rocket_04_AP_F"]];.

Blacklists are set in the same way. Set the ace_pylons_magazineBlacklist variable with an array containing banned magazines.

this setVariable ["ace_pylons_magazineBlacklist", ["PylonRack_7Rnd_Rocket_04_HE_F","PylonRack_7Rnd_Rocket_04_AP_F"]];.

This would set the only available loadouts to be Hydra 70s. This will not change what is loaded by default, or affect whether it can rearm.