Info player start: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎See Also: allies & axis)
m (Removed double information.)
Line 2: Line 2:


==Entity Description==
==Entity Description==
[[Image:{{PAGENAME}}.png|right]]This entity indicates the position and facing direction at which the player will spawn. Any number of '''info_player_start''' entities may be placed in a map for when working in cordoned-off portions of the map. When multiple info_player_start entities are present in a map, set the 'Master' spawnflag on one of them to indicate which one should be used when running the entire map.
[[Image:{{PAGENAME}}.png|right]]
This entity indicates the position and facing direction at which the player will spawn.


To prevent the player from spawning into geometry, the entity cannot reside half way through a solid object.
To prevent the player from spawning into geometry, the entity cannot reside half way through a solid object.


In [[Counter-Strike: Source]], this entity represents the initial origin for a player that has just joined the game.{{clr}}
In [[Counter-Strike: Source]], this entity represents the initial origin for a player that has just joined the game.
 
Any number of '''info_player_start''' entities may be placed in a map for when working in cordoned-off portions of the map. (See [[Hammer Cordon Usage]] for more information.)
 
{{clr}}


==Keyvalues==
==Keyvalues==

Revision as of 06:13, 18 August 2006

Template:Wrongtitle

Entity Description

Info player start.png

This entity indicates the position and facing direction at which the player will spawn.

To prevent the player from spawning into geometry, the entity cannot reside half way through a solid object.

In Counter-Strike: Source, this entity represents the initial origin for a player that has just joined the game.

Any number of info_player_start entities may be placed in a map for when working in cordoned-off portions of the map. (See Hammer Cordon Usage for more information.)

Keyvalues

Flags

  • Master (Has priority if multiple info_player_starts exist)

See Also