Multiplayer Game Types: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (category)
m (Text replacement - "<tt>([a-zA-Z0-9\. _"\\']+)<\/tt>" to "{{hl|$1}}")
 
(5 intermediate revisions by 2 users not shown)
Line 3: Line 3:
Number of available types is limited to a range of well recognized and easily understandable entries like Deathmatch or Sector Control.
Number of available types is limited to a range of well recognized and easily understandable entries like Deathmatch or Sector Control.


<gallery>
<gallery mode="packed-hover" heights=200px>
File:MissionTypesQuickPlay.jpg.jpg|Names visible in the quick play menu
File:MissionTypesQuickPlay.jpg.jpg|Names visible in the quick play menu
File:MissionTypes_serverList.jpg|Shortcuts visible in the server browser
File:MissionTypes_serverList.jpg|Shortcuts visible in the server browser
Line 16: Line 16:
class Header
class Header
{
{
gameType =  CTF; // Game type
gameType =  CTF; // Game type
minPlayers =  1; // minimum number of players the mission supports
minPlayers =  1; // minimum number of players the mission supports
maxPlayers = 10; // maximum number of players the mission supports
maxPlayers = 10; // maximum number of players the mission supports
};
};
</syntaxhighlight>
</syntaxhighlight>
Line 25: Line 25:
=== Available Types ===
=== Available Types ===


Icon denotes version in which changes were introduced. Game types are defined in <tt>CfgMPGameTypes</tt>
Icon denotes version in which changes were introduced. Game types are defined in {{hl|CfgMPGameTypes}}
{| class=""
{| class=""
! {{GVI|arma3|2.00}}
! {{GVI|arma3|2.00}}
! {{GVI|ofp|1.00}}{{GVI|arma1|1.00}}{{GVI|arma2|1.00}}{{GVI|arma2oa|1.51}}{{GVI|TKOH|1.00}}
! {{GVI|ofp|1.00}}{{GVI|arma1|1.00}}{{GVI|arma2|1.00}}{{GVI|arma2oa|1.50}}{{GVI|TKOH|1.00}}
|-
|- style="vertical-align:top"


| style="vertical-align:top" |
|


{| class="wikitable"
{| class="wikitable"
! Class !! Name !! Shortcut
! Class !! Name !! Shortcut
|-
|-
| <tt>Unknown</tt> || Undefined Game Mode || Undefined
| {{hl|Unknown}} || Undefined Game Mode || Undefined
|-
|-
| <tt>DM</tt> || Deathmatch || DM
| {{hl|DM}} || Deathmatch || DM
|-
|-
| <tt>CTF</tt> || Capture The Flag || CTF
| {{hl|CTF}} || Capture The Flag || CTF
|-
|-
| <tt>Coop</tt> || Cooperative Mission || Coop
| {{hl|Coop}} || Cooperative Mission || Coop
|-
|-
| <tt>CTI</tt> || Capture The Island || CTI
| {{hl|CTI}} || Capture The Island || CTI
|-
|-
| <tt>SC</tt> || Sector Control || SC
| {{hl|SC}} || Sector Control || SC
|-
|-
| <tt>TDM</tt> || Team Deathmatch || TDM
| {{hl|TDM}} || Team Deathmatch || TDM
|-
|-
| <tt>RPG</tt> || Role-Playing Game || RPG
| {{hl|RPG}} || Role-Playing Game || RPG
|-
|-
| <tt>Sandbox</tt> || Sandbox || Sandbox
| {{hl|Sandbox}} || Sandbox || Sandbox
|-
|-
| <tt>KOTH</tt> || King Of The Hill || KOTH
| {{hl|KOTH}} || King Of The Hill || KOTH
|-
|-
| <tt>LastMan</tt> || Last Man Standing || Last Man
| {{hl|LastMan}} || Last Man Standing || Last Man
|-
|-
| <tt>Survive</tt> || Survival || Survival
| {{hl|Survive}} || Survival || Survival
|-
|-
| <tt>Zeus</tt> || [[Arma 3 Curator|Zeus]] || Zeus
| {{hl|Zeus}} || [[Arma 3 Curator|Zeus]] || Zeus
|-
|-
| <tt>Support</tt> || Support || Support
| {{hl|Support}} || Support || Support
|-
|-
| <tt>EndGame</tt> || [[Arma 3 MP End Game|End Game]] || End Game
| {{hl|EndGame}} || [[Arma 3 MP End Game|End Game]] || End Game
|-
|-
| <tt>Apex</tt> || Campaign - Apex Protocol || Apex Protocol
| {{hl|Apex}} || Campaign - Apex Protocol || Apex Protocol
|-
|-
| <tt>Escape</tt> || Escape || Escape
| {{hl|Escape}} || Escape || Escape
|-
|-
| <tt>Patrol</tt> || [[Arma 3 MP Combat Patrol|Combat Patrol]] || Patrol
| {{hl|Patrol}} || [[Arma 3 MP Combat Patrol|Combat Patrol]] || Patrol
|-
|-
| <tt>Vanguard</tt> || [[Arma 3 MP Vanguard|Vanguard]] || Vanguard
| {{hl|Vanguard}} || [[Arma 3 MP Vanguard|Vanguard]] || Vanguard
|-
|-
| <tt>Warlords</tt> || [[Arma 3 MP Warlords|Warlords]] || Warlords
| {{hl|Warlords}} || [[Arma 3 MP Warlords|Warlords]] || Warlords
|}
|}


| style="vertical-align:top" |
|


{| class="wikitable"
{| class="wikitable"
Line 84: Line 84:
! Shortcut
! Shortcut
|-
|-
| <tt>Unknown</tt>
| {{hl|Unknown}}
| Unknown
| Unknown
| Unknown
| Unknown
|-
|-
| <tt>Coop</tt>
| {{hl|Coop}}
| Cooperative Mission
| Cooperative Mission
| Coop
| Coop
|-
|-
| <tt>DM</tt>
| {{hl|DM}}
| Death Match
| Death Match
| DM
| DM
|-
|-
| <tt>Team</tt>
| {{hl|Team}}
| Team Mission
| Team Mission
| Team
| Team
|-
|-
| <tt>CTF</tt>
| {{hl|CTF}}
| Capture the Flag
| Capture the Flag
| CTF
| CTF
|-
|-
| <tt>SCont</tt>
| {{hl|SCont}}
| Sector Control
| Sector Control
| Scontrol
| Scontrol
|-
|-
| <tt>CTI</tt>
| {{hl|CTI}}
| Capture The Island
| Capture The Island
| CTI
| CTI
|-
|-
| <tt>FF</tt>
| {{hl|FF}}
| Flag Fight
| Flag Fight
| FF
| FF
|-
|-
| <tt>Hold</tt>
| {{hl|Hold}}
| Hold Location
| Hold Location
| Hold
| Hold
Line 123: Line 123:
|}
|}


[[Category:ArmA:_Mission_Editing]]
 
{{GameCategory|arma2|Editing}}
[[Category:Mission Editing]]
{{GameCategory|arma3|Editing}}

Latest revision as of 00:55, 16 November 2021

Game type is a simplified category describing what a mission is about. It helps player to navigate through potentially large number of available missions and pick the one they would like to play.

Number of available types is limited to a range of well recognized and easily understandable entries like Deathmatch or Sector Control.

Mission Configuration

Game type can be defined Eden Editor scenario attributes or in Description.ext file.

class Header
{
	gameType =  CTF;	// Game type
	minPlayers =  1;	// minimum number of players the mission supports
	maxPlayers = 10;	// maximum number of players the mission supports
};

When type is not defined or misconfigured (e.g., using non-existent type), default "Unknown" is used instead.

Available Types

Icon denotes version in which changes were introduced. Game types are defined in CfgMPGameTypes

Arma 3 logo black.png2.00 Logo A0.png1.00Logo A1 black.png1.00Logo A2.png1.00A2 OA Logo.png1.50tkoh logo small.png1.00
Class Name Shortcut
Unknown Undefined Game Mode Undefined
DM Deathmatch DM
CTF Capture The Flag CTF
Coop Cooperative Mission Coop
CTI Capture The Island CTI
SC Sector Control SC
TDM Team Deathmatch TDM
RPG Role-Playing Game RPG
Sandbox Sandbox Sandbox
KOTH King Of The Hill KOTH
LastMan Last Man Standing Last Man
Survive Survival Survival
Zeus Zeus Zeus
Support Support Support
EndGame End Game End Game
Apex Campaign - Apex Protocol Apex Protocol
Escape Escape Escape
Patrol Combat Patrol Patrol
Vanguard Vanguard Vanguard
Warlords Warlords Warlords
Class Name Shortcut
Unknown Unknown Unknown
Coop Cooperative Mission Coop
DM Death Match DM
Team Team Mission Team
CTF Capture the Flag CTF
SCont Sector Control Scontrol
CTI Capture The Island CTI
FF Flag Fight FF
Hold Hold Location Hold