Drop-In/Drop-Out

From gdp3
Revision as of 13:53, 21 November 2009 by Staffan Björk (Talk | contribs)

Jump to: navigation, search

Designed support to handle players coming and going during game sessions in multiplayer games.

Gamers cannot always participate in whole game sessions, having to stop prematurely to do something else. This causes problems for the game design in how it should keep the game balanced and interesting for the remaining gamers, but another type of problem can occur if the gamers that left wants to come back again to the same game session. For this problem the game design needs have mechanisms for re-introducing players without disrupting game balances nor making the effort of the already present players unrewarded in comparison with the returning players.

Examples

The multiplayer arcade game Gauntlet partly supported players leaving and entering the game during a game session. Players whose character had died could start playing again simply by inserting coins and new players could do the same. There was however no graceful way for a player to leave the game when one had a healthy character since that character would keep the others to that area until the abandoned character died (this meant that leaving was worse the more health the character had).

The Lego Star Wars Series (except the GBA version) supports a second player to at any point join the game with a character, and then leave whenever by simply choosing this option in the game. Given that the gameplay never requires both players and that players can replay levels infinitely the gameplay does not degrade when a player drops out.

All massively multiplayer games need to support Drop-In/Drop-Out since it is impossible to synchronize hundreds or thousands of players spread over the world. This is simplification though, since the game structure may imply dedication to participate (e.g. instances in World of Warcraft) or that emergent gameplay may have entered a critical phase and all players in a local part of the game world need each other (Eve Online is an example of a game where this can occur). The latter can also easily occur in team-based first person shooters such as Counter-Strike, Enemy Territory: Quake Wars, and the Team Fortress Series.

All game sessions in the Left 4 Dead Series begin with four human characters but only one of them needs to controlled by human gamers. Those not played by humans are computer-controlled but can be replaced by gamers joining the games session. Likewise, if a gamer leaves the game (or loses network connection) the computer takes control over the character without disruption to the other gamers' gameplay. People can even "pause" the game to take their own short breaks while the other gamers continue with a temporary computer substitute.

Using the pattern

The basic mechanics of supporting Drop-In/Drop-Out are typically not the main challenge with using the pattern, rather it is to maintain the Right Level of Difficulty and Illusion of Influence. How this can be done typically depends on if the game is based on Cooperation between the players or not. When game revolve around Conflict leaving the game can be seen as accepting defeat and does not need to unbalance gameplay for other players (but see diegetic aspects). Entering the game can be more problematic. New or returning players need Empowerment in relation to the old players, or at least the Illusion of Influence. The former can be achieved by temporarily giving them Privileged Abilities or having Balancing Effects but this risks that existing players feel that their Value of Effort is lost. This can be avoided by instead having games built around Tournaments but this centers the entry and exit points to the beginning and end of specific game sessions.

For Cooperation

Player Balance

AI Players


Diegetic Aspects

If players are represented in a game through Avatars it is easy to show the entering or exiting of the game session by simply adding or removing the Avatars in the Game World. The removal can be done without causes discrepancies between the theme and the events in the game world if the Avatars represent expendable units that are easy to kill, since players may time their leaving to when they died and abandoned Avatars will probably be killed soon anyway. Introducing new Avatars can be trickier but Spawn Points in close proximity to Inaccessible Areas can provide a diegetic explanation.

For other types of games, the use of AI Players can let the deigetic presentation continue undisturbed when players leave.

Interface Aspects

The are typically several reasons for other players to wish to know when another player leaves or joins a game session, e.g. if this will change gameplay, AI Players act differently from human players, or if they wish to engage in Social Interaction. This can be done through Status Indicators

However,

Consequences

Drop-In/Drop-Out allows players to have Negotiable Play Sessions in that they do not need to adjust their own play sessions to other players sessions. Besides being able to choose how long time they wish to play, Drop-In/Drop-Out gives the game Interruptability since players can use the functionality to define the breaks in the game session rather than define play sessions.

Finally, since not all players need to start at the same time the pattern supports Late Arriving Players.

Relations

Can Instantiate

Interruptability, Late Arriving Players, Negotiable Play Sessions

Can Modulate

Multiplayer Games

Can Be Instantiated By

Tournaments

Can Be Modulated By

AI Players, Balancing Effects, Privileged Abilities

Potentially Conflicting With

Empowerment, Value of Effort

History

New pattern created in this wiki.

References

Microsoft patent regarding one type of Drop-In/Drop-Out in games