Side: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Replace some uncanon words)
m (page overhaul)
Line 1: Line 1:
'''Description:'''
{| class="wikitable"
Name of [[side]].
! rowspan="2" style="font-weight:bold;  | Side
 
! rowspan="2" style="font-weight:bold;  | Description
Can be [[west|West]] / [[blufor|Blufor]] (Arma 3), [[east|East]] / [[opfor|Opfor]] (Arma 3), [[resistance|Resistance]] / [[independent|Independent]] (Arma 3), [[civilian|Civilian]], [[sideLogic|sideLogic]], [[friendly|Friendly]], [[enemy|Enemy]] or [[sideUnknown|Unknown]].
! rowspan="2" style="font-weight:bold;  | Commands
===ArmA===
! rowspan="2" style="font-weight:bold;  | Side (String)
In Arma:
! colspan="7" style="font-weight:bold;  | Present in
*BLUFOR is [[west]]
|-
*OPFOR is [[east]],
| {{GVI|ofp|1.00}}
*Independant/RACS is the [[resistance]].
| {{GVI|ofpr|1.75}}
===Arma 2===
| {{GVI|arma|1.00}}
In Arma 2:
| {{GVI|arma2|1.00}}
*BLUFOR (USMC and CDF) is [[west]],  
| {{GVI|arma2oa|1.50}}
*OPFOR (Russia and Insurgents) is [[east]],
| {{GVI|arma3|1.00}}
*Independent is the [[resistance]],
| {{GVI|TKOH|1.00}}
*ambient life (animals) are ambient life,
|-
*[[:Category:ArmA_2:_Editor_Modules|modules]] are [[sideLogic|sideLogic]].
|BLUFOR
====Operation Arrowhead====
|The BLUFOR (''Blue Forces'') side.
In Arma 2 OA:
|[[west]], [[blufor]] since {{GVI|arma3|0.50}}
*BLUFOR (US, CZ, DE, UK(BAF)) is [[west]]
|"WEST"
*OPFOR (TK, TK_INS) is [[east]]  
| ✔
*Independent (TK_GUE, PMC, UN_CDF) is [[resistance]].
| ✔
===Arma 3===
| ✔
In Arma 3:
| ✔
*BLUFOR (NATO, FIA) is [[west]] or [[blufor]]
| ✔
*OPFOR (CSAT, FIA) is [[east]] or [[opfor]]
|
*Independent (AAF, FIA) is [[resistance]] or [[independent]]
|
{{wip}}
|-
{| class="wikitable sortable"
|OPFOR
|The [https://en.wikipedia.org/wiki/Opposing_force OPFOR] (''Opposing Forces'') side.
|[[east]], [[opfor]] since {{GVI|arma3|0.50}}
|"EAST"
| ✔
| ✔
| ✔
| ✔
| ✔
| ✔
| ✔
|-
|INDFOR
|The INDFOR (''Independent Forces'') side.
|[[resistance]], [[independent]] since {{GVI|arma3|0.50}}
|"GUER"
| ✔
| ✔
| ✔
| ✔
| ✔
| ✔
| ✔
|-
|-
! Side !! Command !! Factions !! Side (String)
|Ambient Life
|Animals like fish, rabbits and snakes.
|[[sideAmbientLife]]
|"AMBIENT LIFE"
|
|
|
|
|
| ✔
|
|-
|-
| BLUFOR || [[west]], [[blufor]] || "BLU_CTRG_F", "BLU_G_F", "BLU_GEN_F", "BLU_F", "BLU_T_F", "BLU_W_F" || "WEST"
|Empty
|Empty buildings placed in the [[Eden Editor]].
|[[sideEmpty]]
|"EMPTY"
|
|
|
|
|
|
|  
|-
|-
| OPFOR|| [[east]], [[opfor]] || "OPF_F", "OPF_T_F", "OPF_G_F", "OPF_R_F" || "EAST"
|Friendly
|Friendly sides.
|[[sideFriendly]]
|"FRIENDLY"
|
| ✔
| ✔
| ✔
| ✔
|
|
|-
|-
| Resistance, Independent, Guerilla|| [[resistance]], [[independent]] || "IND_F", "IND_G_F", "IND_E_F", "IND_L_F", "IND_C_F" || "GUER"
|Unkown
|Used when the side of a unit is unknown, e.g. for spotted targets with insufficient information.
|[[sideUnknown]]
|"UNKNOWN"
|
|
|
| ✔
| ✔
|
|
|-
|-
| CIVILIAN|| [[civilian]]|| "CIV_IDAP_F", "CIV_F" || "CIV"
|Logic
|Side of [[Game Logic]]s and [[Modules]].
|[[sideLogic]]
|"LOGIC"
|
| ✔
| ✔
| ✔
| ✔
|
|
|}
|}
----------------------------------
 
'''See also:''' [[Side relations]], and [[faction]].
;See also
* [[Side_relations|Side Relations]]
* [[faction|Factions]]
* [[:Category:Command Group: Sides|Command Group: Sides]]


[[Category: Data Types]]
[[Category: Data Types]]

Revision as of 10:54, 7 September 2019

Side Description Commands Side (String) Present in
Logo A0.png1.00 ofpr version.gif1.75 -wrong parameter ("Arma") defined!-1.00 Logo A2.png1.00 A2 OA Logo.png1.50 Arma 3 logo black.png1.00 tkoh logo small.png1.00
BLUFOR The BLUFOR (Blue Forces) side. west, blufor since Arma 3 logo black.png0.50 "WEST"
OPFOR The OPFOR (Opposing Forces) side. east, opfor since Arma 3 logo black.png0.50 "EAST"
INDFOR The INDFOR (Independent Forces) side. resistance, independent since Arma 3 logo black.png0.50 "GUER"
Ambient Life Animals like fish, rabbits and snakes. sideAmbientLife "AMBIENT LIFE"
Empty Empty buildings placed in the Eden Editor. sideEmpty "EMPTY"
Friendly Friendly sides. sideFriendly "FRIENDLY"
Unkown Used when the side of a unit is unknown, e.g. for spotted targets with insufficient information. sideUnknown "UNKNOWN"
Logic Side of Game Logics and Modules. sideLogic "LOGIC"
See also