安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
I broke down that mod and here is which mods are stolen: {链接已删除}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