Multiplayer – ArmA: Armed Assault

From Bohemia Interactive Community
Jump to navigation Jump to search
(added section "squad.xml")
Line 11: Line 11:
See [[ArmA: Dedicated Server|Dedicated Server]] for information about the dedicated server.
See [[ArmA: Dedicated Server|Dedicated Server]] for information about the dedicated server.


==Persistent multiplayer battlefields==
The persistent world is configured in two parts. First there is the server side setting, letting the server know to run in this mode. The persistent multi player option is enabled in the [[server.cfg]] this allows the server to run even when there are no players present on the server. 
The second part of this puzzle is left to the mission designer. The mission must contain either '''instant''' respawn or '''base''' respawn options located in the [[Description.ext|description.ext]] file.
When these two criteria's are met you have created a perpetual world. The mission will terminate
only when the mission logic terminates it. For example when a '''missionEnd''' trigger is activated.


==Join in Progress (JIP)==
==Join in Progress (JIP)==

Revision as of 03:41, 24 January 2007

Template:Stub

about arma's multi player

Features

mp features

Dedicated Server

See Dedicated Server for information about the dedicated server.


Persistent multiplayer battlefields

The persistent world is configured in two parts. First there is the server side setting, letting the server know to run in this mode. The persistent multi player option is enabled in the server.cfg this allows the server to run even when there are no players present on the server.

The second part of this puzzle is left to the mission designer. The mission must contain either instant respawn or base respawn options located in the description.ext file.

When these two criteria's are met you have created a perpetual world. The mission will terminate only when the mission logic terminates it. For example when a missionEnd trigger is activated.

Join in Progress (JIP)

The Join In Progress (JIP for short) feature was first introduced in Operation Flashpoint: Elite, and expected to be a very big hit in Armed Assault. This feature allows you to join in a multi player match/game while it is running, you don't have to wait for the next mission as you do in Operation Flashpoint. Many expect this feature to be popular and benefit all modes of game play.

Based on information from OFP: Elite you can disable the JIP on the server admin level by simply disabling any AI (playable slots) on the server screen. This reverts back the OFP style, where you can join the MP game but are stuck in the lobby so to speak.

Squad.xml

To support the Multiplayer-Community in their effort to play as teams, like many ArmA-clans and squads are doing, its possible to create a common information file - the squad.xml -, which is stored on a personal webspace and loaded by the ArmA-Gameserver, if a member of this team will be there.

Beside detailed informations about the single player and its team which can be gained by pressing "P" ingame, the feature supports also a common logo, which will be displayed on vehicles, if such team has boarded it.

Security