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
1) Copy & Paste the below code into the mission's "para_player_init_client.sqf" after the line that says "//Re-enable Simulation"
2) Copy & Paste below code into the mission's "Description.ext" file:
[[u]OPTIONAL[/u]]: You can configure the settings for AFAR in the "AFAR\CFG.sqf" file:
//CHANNEL PERMISSIONS- //Enable Side channel
- //Side Channel Chat/Voice Allow
- //Command Channel Chat/Voice Allow
- //Group Channel Chat/Voice Allow
- //Vehicle Channel Chat/Voice Allow
- //Direct Channel Chat/Voice Allow
- //Custom Channel Chat/Voice Allow
- //Name of the custom channel
- //Add to list of backpacks RTO checks for
- //Block incapacitated players from using radios
- //Talking alerts nearby enemies
- //Allow channel switching keybinds (Forces AFAR interface)
- //Animation when talking
- //Hides in-game chat UI if set to false
r_sideCH=true;
r_sCH=[true,false];
r_cCH=[false,false]; //Can't choose who leads a group
r_grCH=[true,true];
r_vCH=[true,true];
r_dCH=[true,true];
r_mCH=[true,true];
r_mCHName="Air";
r_RTOBP=[];
//GENERAL SETTINGS
r_incap=false;
r_alertOn=true;
r_chOn=false;
//DEFAULT COSMETICS
r_Anim=true;
r_chat=true;