Info player terrorist: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Merged with info_player_counterterrorist, added CS:GO image, added information moved from Creating a Bomb Defusal Map. Will redirect info_player_counterterrorist here. Did not use base-point-multi template but added its Categories.)
(Wrong engine)
Tag: Manual revert
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:info_player_(counter)terrorist}}
#REDIRECT [[info_player_counterterrorist]]
{| style="float:right;"
| [[Image:terrorist.jpg|thumb|right|200px|{{css}} Terrorist model.]]
| [[Image:counterterrorist.jpg|thumb|right|200px|{{css}} Counter-Terrorist model.]]
| [[Image:Csgo_player_aabb_bbox_dimensions.png|thumb|right|200px|{{csgo}} Counter-Terrorist model with the [[bounding box]] of a [[player]].]]
|}


'''info_player_terrorist''' and '''info_player_counterterrorist''' are [[point entity|point entities]] available in the following Source engine games:
[[Category:Non-internal entities]]
[[Category:Source base entities]]
[[Category:Entities]]
[[Category:Counter-Strike: Source entities]]
[[Category:Counter-Strike: Global Offensive entities]]
[[Category:Player spawn entities]]


{{game link|Counter-Strike: Source}}, {{game link|Counter-Strike: Global Offensive}}.
{{useful redirect}}
 
== Entity description==
These entities are spawn points for either Terrorists or Counter-Terrorists. At least one of each should be placed for each team member.
 
Like every [[:Category: Player spawn entities|player spawn entity]], its origin should be placed...
* at least 16 units above the ground,
* more than 32 units away from each other,
* more than 16 units away from surrounding walls and
* not intersecting with any solid geometry,
otherwise the spawn point can become invalid, effectively behaving as if it didn't exist.
 
Standard maps use between 16 and 32 spawn points.
{{Warning | The number of these entities limits the number of players on the corresponding team! If there are 5 '''info_player_terrorist'''s, there cannot be more than 5 players on the Terrorist's team! This is a possible cause for ''Team is full!'' errors.}}
{{Warning | These entites spawn [[player]]s, which have a width of 32 units in {{css}} and {{csgo}}. However, [[Hammer]] displays the [[bounding box]] of a player [[model]], whose width is less than 32 units! ''See also: [[Dimensions]].''}}
{{Tip | Invalid spawn points are reported in the console when the map is loaded, for example: <code>Invalid terrorist spawnpoint at (<x>,<y>,<z>)</code>. These lines can easily be found in the console using {{ent|con_filter_enable|2}} and {{ent|con_filter_text|spawnpoint}}.}}
 
== Keyvalues ==
{{KV Targetname}}
{{KV Angles}}
{{Minititle|Behaviour}}
{{KV|Spawn priority|integer|intn=priority|only={{csgo}}|Determines which spawn points get used first. Smaller numbers are used before larger numbers.}}
{{KV|Enabled by default?|boolean|intn=enabled|only={{csgo}}|Should this spawn be enabled by default?}}
 
== Inputs ==
{{IO|SetEnabled|only={{csgo}}|Sets this spawn point as enabled.}}
{{IO|SetDisabled|only={{csgo}}|Sets this spawn point as disabled.}}
{{IO|ToggleEnabled|only={{csgo}}|Toggle the enabled/disabled state of this spawn point.}}
 
==See also==
* [[info_player_start]]
* [[info_player_counterterrorist]]
* [[game_player_equip]]
 
[[Category: Non-internal entity]]
[[Category: Source Base Entities]]
[[Category: Entities]]
[[Category: Counter-Strike: Source Entities]]
[[Category: Counter-Strike: Global Offensive Entities]]
[[Category:Player spawn entities]]

Latest revision as of 14:07, 5 April 2025


This redirect is marked as something valuable, due to any number of reasons, such as:
Creating shortcuts that are easier to type or remember, redirecting users who make common typos when using the search box, entities with different name that works identically such as keyframe_rope/move_rope, avoiding browsers such as Firefox which may load pages that end with / instead of the actual page (Half-Life 2/ instead of Half-Life 2), and/or something else. Please don't delete this redirect if it's still useful.