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
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