Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I broke down that mod and here is which mods are stolen: {LINK REMOVED}https://docs.google.com/spreadsheets/d/1hVcqbIuVFmz9gJlo5zODn_Hkhbyf8E35YaxsVNUt3bY/edit?usp=sharing
Otherwise it sounds like an Arma3 bug/fluke and you'd have to try the usual remedies
I actually don't recommnend using my mod anymore since the @ace3 mod now offers a very similar feature and they are in a much better position to maintain and support it.
https://github.com/ImperialAlex/XLA_FixedArsenal/issues/34
I can't find any item on xla arsenal.
But I'm no longer actively modding Arma so it'd be up to somebody else (the source code is available on Github if somebody wants to try)
0 = ["AmmoboxInit",[this,true]] spawn XLA_fnc_arsenal; to this
0 = ["AmmoboxInit",[this,false,{true}]] spawn XLA_fnc_arsenal;
Now when I go into the game only one ARSENAL is listed when you scroll the mouse wheel instead of two, and it is the one that has only the items in it that i want. I am doing an Unsung Virtual Arsenal so I only want the items that are specific to Unsung and ACE3 Medical. SO far working good. I have not tried it on the server yet though.
Thanks for your time and efforts. Great mod.
It shows you how to set this up, comment at the very top tells you how to link it up with an object in-game, main part of the file is just sample white/black lists and then at the very bottom you see the important xla_fnc_addVirtual[...]Cargo and xla_fnc_arsenal calls :)
This mod implements an improved version of the arsenal to allow mission designers to whitelist the arsenal in a much better way than the vanilla arsenal allows. To get this to work in a mission you need to place down an ammobox and init it with ["AmmoBoxInit",....] call xla_fnc_arsenal just like the vanilla arsenal. See https://github.com/ImperialAlex/XLA_FixedArsenal for more info on this mod.
Since this is fairly complicated UI and UI in arma is famous for its lack of documentation, I'm not sure if we'll ever be able to get it to work.
If you want to find out what we're trying/working on, you can follow this issue on github:
https://github.com/ImperialAlex/XLA_FixedArsenal/issues/18