Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
I broke down that mod and here is which mods are stolen: {LINK FJERNET}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