Ace3: Help Creating Custom Atrag Gun List For Group

Created on 7 Sep 2017  路  4Comments  路  Source: acemod/ACE3

Hi

I want to create a custom gun list for the atrag to push via sync to my group (just remove ammo/guns we don't use not looking at adding ammo just yet)
But I can't work out where the gun list is stored or if it's a patch you have to create to overwrite it, could someone point me in the right direction?

kinquestion

All 4 comments

The gun list is stored in the profileNamespace. You can overwrite it manually with the following code:

profileNamespace setVariable ["ACE_ATragMX_gunList", GVAR(customGunList)];

You can create a customGunList by making a copy of this predefined gunList and removing the lines you don't want. Be careful not to break the array structure.

Note: GVAR is a macro.

Thanks, guys ill get back to you if I have any issues but it seems simple enough.

For questions please join us on Slack: https://slackin.ace3mod.com/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Hubok picture Hubok  路  4Comments

thirald picture thirald  路  3Comments

armyinf0703 picture armyinf0703  路  3Comments

Herbiie picture Herbiie  路  3Comments

austinjames314 picture austinjames314  路  4Comments