安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Units: any chance, either as an additional squad for the Rangers unit, or as an additional unit, for some 28th EOD(A)[i.ibb.co] operators?
In-game Camo Selector uniforms:
For CTAC, any chance for more choices for plainclothed ODAs?[i.ibb.co]
And just because I saw this, why not Crye AC fatigues in UCP[i.ibb.co] for Delta? To be fair though, all the sources I found said they don't know what unit this is, but all of them agree it's likely CAG or DEVGRU.
Thanks for the fast reply. I haven't been following the mod on discord or the threads. Also didn't see it in the FAQ, so apologies for asking about something you guys have been stating. Cheers.
(Line reference may be subject to change over time of course)
1st line in the example is 2704 for reference:
Your file should look sth like this:
<!-- CAG SIG LVAW -->
<Bind eqp="CAG_LVAW_30">
<to name="cag1"/>
<to name="cag4"/>
<to name="300BLK Subsonic USF"/>
<to name="300BLK Super USF"/>
<to name="JSOC_XPS2_CAG"/>
<to name="JSOC_XPS2+Mag_CAG"/>
<to name="JSOC_Romeo_CAG"/>
<to name="JSOC_Romeo+Mag_CAG"/>
</Bind>
<Bind eqp="CAG_LVAW_40">
<to name="cag1"/>
<to name="cag4"/>
<to name="300BLK Subsonic USF"/>
<to name="300BLK Super USF"/>
<to name="JSOC_XPS2_CAG"/>
<to name="JSOC_XPS2+Mag_CAG"/>
<to name="JSOC_Romeo_CAG"/>
<to name="JSOC_Romeo+Mag_CAG"/>
</Bind>
To give every member the LVAW you can simply add them to the bindings for the weapon:
<!-- CAG SIG LVAW -->
<Bind eqp="CAG_LVAW_30">
<to name="cag1"/>
<to name="cag2"/>
<to name="cag3"/>
<to name="cag4"/>
<to name="cag5"/>
<to name="cag6"/>
<to name="isa1"/>
<to name="isa2"/>
<to name="300BLK Subsonic USF"/>
<to name="300BLK Super USF"/>
<to name="JSOC_XPS2_CAG"/>
<to name="JSOC_XPS2+Mag_CAG"/>
<to name="JSOC_Romeo_CAG"/>
<to name="JSOC_Romeo+Mag_CAG"/>
</Bind>
<Bind eqp="CAG_LVAW_40">
<to name="cag1"/>
<to name="cag2"/>
<to name="cag3"/>
<to name="cag4"/>
<to name="cag5"/>
<to name="cag6"/>
<to name="isa1"/>
<to name="isa2"/>
<to name="300BLK Subsonic USF"/>
<to name="300BLK Super USF"/>
<to name="JSOC_XPS2_CAG"/>
<to name="JSOC_XPS2+Mag_CAG"/>
<to name="JSOC_Romeo_CAG"/>
<to name="JSOC_Romeo+Mag_CAG"/>
</Bind>
Enjoy ;D