Info player start (GoldSrc): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(minor tweaking, entity is not gravity affected) |
||
Line 1: | Line 1: | ||
{{HL1}} '''info_player_start''' is a point based entity available in the GoldSource Engine. | {{HL1}} '''info_player_start''' is a point based entity available in all versions of the GoldSource Engine. | ||
==Entity description== | ==Entity description== | ||
An info_player_start is used to define where the player will spawn in a map. Only one info_player_start can be used in a level, if more than one is placed inside a map the one placed -- | An info_player_start is used to define where the player will spawn in a map. Only one info_player_start can be used in a level, if more than one is placed inside a map the one placed '''first''' will be the one used. Unlike most point-entities used for spawning, the info_player_start is not ''gravity affected'', meaning if the entity is placed mid-air in the editor it will be placed mid-air in the map, resulting in the player spawning and falling from it. | ||
An info_player_start is represented in GoldSrc as a green rectangle, 72 units tall, and 32 units in length and width (unless Hammer 3.5 is used with the proper fgd to display models). | An info_player_start is represented in GoldSrc as a green rectangle, 72 units tall, and 32 units in length and width (unless Hammer 3.5 is used with the proper fgd to display models). | ||
==Flags== | ==Flags== | ||
* '''Not in Deathmatch''' - determines whether or not this entity | * '''Not in Deathmatch''' - determines whether or not this entity exists in the multiplayer variant of the map. | ||
[[Category:Half-Life]] | [[Category:Half-Life]] |
Revision as of 14:42, 30 March 2015
info_player_start is a point based entity available in all versions of the GoldSource Engine.
Entity description
An info_player_start is used to define where the player will spawn in a map. Only one info_player_start can be used in a level, if more than one is placed inside a map the one placed first will be the one used. Unlike most point-entities used for spawning, the info_player_start is not gravity affected, meaning if the entity is placed mid-air in the editor it will be placed mid-air in the map, resulting in the player spawning and falling from it.
An info_player_start is represented in GoldSrc as a green rectangle, 72 units tall, and 32 units in length and width (unless Hammer 3.5 is used with the proper fgd to display models).
Flags
- Not in Deathmatch - determines whether or not this entity exists in the multiplayer variant of the map.