Both Teams are Full error: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Otherlang2 -> lang, and wrap game names in {{game name}}.)
(Added back buttons to CS:S and CS:GO Level Creation. More colorful game templates.)
Line 1: Line 1:
{{lang|Both Teams are Full error}}
{{lang|Both Teams are Full error}}
An error in {{game name|css|name=Counter-Strike: Source}} and {{game name|csgo|name=Counter-Strike: Global Offensive}}. The game cannot find an available spawn point, either because you forgot to place them, or because those you placed are invalid.
{{back|Counter-Strike: Source Level Creation}}
{{back|Counter-Strike: Global Offensive Level Creation}}
This error in {{game name|css|name=Counter-Strike: Source}} and {{game name|csgo|name=Counter-Strike: Global Offensive}} occurs if the game cannot find an available spawn point, either because you forgot to place them, or because those you placed are invalid.


You need to have both <code>info_player_counterterrorist</code> and <code>info_player_terrorist</code> entities in the map, or the game will not be set up correctly. See [[Counter-Strike: Source Level Creation]] or [[Counter-Strike: Global Offensive Level Creation]] for information on the necessary entities.
You need to have both {{ent|info_player_counterterrorist}} and {{ent|info_player_terrorist}} entities in the map, or the game will not be set up correctly.


If both spawn points has been placed, check the [[console]]. If it reports that your spawn points are invalid, the problem is usually that your spawn point entities are intersecting another surface in the map (usually the ground). (Unlike HL2SP and HL2DM spawn point entities, CS:S spawn point entities will intersect the ground if not placed a couple of units above it.) Try moving the entities up a little bit to make sure that they are not intersecting with anything.
If both spawn points has been placed, check the [[console]].
If it reports that your spawn points are invalid (for example <code>Invalid terrorist spawnpoint at (<x>,<y>,<z>)</code>), the problem is usually that your spawn point entities are intersecting another surface in the map, usually the ground.
Unlike {{game name|hl2|name=Half-Life 2}} and {{game name|hl2dm|name=Half-Life 2: Deathmatch}} spawn point entities, {{game name|css|name=Counter-Strike: Source}} spawn point entities will intersect the ground if not placed a couple of units above it.
Try moving the entities up a little bit to make sure that they are not intersecting with anything.


[[Category:Level Design FAQ]]
[[Category:Level Design FAQ]]

Revision as of 11:23, 20 September 2021

English (en)Deutsch (de)한국어 (ko)Русский (ru)中文 (zh)中文(臺灣) (zh-tw)Translate (Translate)
Counter-Strike: Source Level Creation
Counter-Strike: Global Offensive Level Creation

This error in Template:Game name and Template:Game name occurs if the game cannot find an available spawn point, either because you forgot to place them, or because those you placed are invalid.

You need to have both info_player_counterterrorist and info_player_terrorist entities in the map, or the game will not be set up correctly.

If both spawn points has been placed, check the console. If it reports that your spawn points are invalid (for example Invalid terrorist spawnpoint at (<x>,<y>,<z>)), the problem is usually that your spawn point entities are intersecting another surface in the map, usually the ground. Unlike Template:Game name and Template:Game name spawn point entities, Template:Game name spawn point entities will intersect the ground if not placed a couple of units above it. Try moving the entities up a little bit to make sure that they are not intersecting with anything.