Multiplayer Game Types: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 20: Line 20:
{| class=""
{| class=""
! [[Image:ofp_1.00.gif]][[Image:arma_1.00.gif]][[Image:arma2_1.00.gif]][[Image:arma2oa_1.51.gif]][[Image:TKOH_1.00.gif]]
! [[Image:ofp_1.00.gif]][[Image:arma_1.00.gif]][[Image:arma2_1.00.gif]][[Image:arma2oa_1.51.gif]][[Image:TKOH_1.00.gif]]
! [[Image:arma3_0.74.gif]]
! [[Image:arma3_1.10.gif]]
! [[Image:arma3_dev.gif]]
|-
|-


Line 118: Line 119:
|}
|}


| valign="top" |
{| class="wikitable"
! Class
! Name
! Shortcut
|-
| <code>ZDM</code>
| Z-DM
| Zeus - Death Match
|-
| <code>ZCTF</code>
| Z-CTF
| Zeus - Capture The Flag
|-
| <code>ZCoop</code>
| Z-Coop
| Zeus - Cooperative Mission
|-
| <code>ZSC</code>
| Z-SC
| Zeus - Sector Control
|-
| <code>ZCTI</code>
| Z-CTI
| Zeus - Capture The Island
|-
| <code>ZTDM</code>
| Z-TDM
| Zeus - Team Death Match
|-
| <code>ZRPG</code>
| Z-RPG
| Zeus - Role Playing Game
|-
| <code>ZGM</code>
| Z-GM
| Zeus - Game Master
|-
| <code>ZvZ</code>
| ZvZ
| Zeus vs. Zeus
|-
| <code>ZvP</code>
| ZvP
| Zeus vs. Players
|}
|}



Revision as of 10:41, 17 February 2014

Shortcuts visible in the server browser
Names visible in the server filter
Name visible above the mission name in the loading screen

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 is defined in Description.ext file.

class Header
{
	gameType = CTF; // Game type, see 'class' columns in the table below
	minPlayers = 1; //min # of players the mission supports
	maxPlayers = 10; //max # 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

ofp 1.00.gifarma 1.00.gifarma2 1.00.gifarma2oa 1.51.gifTKOH 1.00.gif arma3 1.10.gif arma3 dev.gif
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
Class Name Shortcut
Unknown Unknown Unknown
Coop Cooperative Mission Co-op
DM Deathmatch DM
TDM Team Deathmatch TDM
CTF Capture the Flag CTF
SC Sector Control SC
CTI Capture The Island CTI
RPG Role-Playing Game RPG
Sandbox Sandbox Sandbox
Seize Seize Seize
Defend Defend Defend
Class Name Shortcut
ZDM Z-DM Zeus - Death Match
ZCTF Z-CTF Zeus - Capture The Flag
ZCoop Z-Coop Zeus - Cooperative Mission
ZSC Z-SC Zeus - Sector Control
ZCTI Z-CTI Zeus - Capture The Island
ZTDM Z-TDM Zeus - Team Death Match
ZRPG Z-RPG Zeus - Role Playing Game
ZGM Z-GM Zeus - Game Master
ZvZ ZvZ Zeus vs. Zeus
ZvP ZvP Zeus vs. Players