Multiplayer Maps Not Appearing: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{otherlang2
| ko = Multiplater Maps Not Appearing:ko
}}
[[Category:Level Design FAQ]]
[[Category:Level Design FAQ]]
For a level to appear in the Half-Life 2: Deathmatch map list, it must have an <code>info_player_deathmatch</code> in it.
Half-Life 2: Deathmatch 맵 리스트에 당신의 맵을 보이게 하기위해선, 맵에 <code>info_player_deathmatch</code> 엔티티가 있어야 합니다.


The <code>info_player_deathmatch</code> entity creates a player spawn point for multiplayer games. When a player spawns in a level (either because he is just entering the level, or he has just died and is respawning) his location will be picked randomly from all of the available <code>info_player_deathmatch</code> spawn points.
<code>info_player_deathmatch</code> 엔티티는 멀티플레이 게임을 위한 플레이어 스폰 지점을 만듭니다. 플레이어는 모든 <code>info_player_deathmatch</code> 스폰 지점중에서 무작위 지점에 스폰이 됩니다 (또한 맵에 막 들어왔을때, 또는 막 죽어서 다시 스폰됬을 때).


Its a good idea to include a large number of these spawn points to prevent predictable spawning.
스폰이 되는 지점을 예상하고 대기하는 플레이를 방지하기 위해 많은 스폰 지점을 추가하는 것도 좋은 생각입니다.

Revision as of 16:45, 26 December 2014

Template:Otherlang2 Half-Life 2: Deathmatch 맵 리스트에 당신의 맵을 보이게 하기위해선, 맵에 info_player_deathmatch 엔티티가 있어야 합니다.

info_player_deathmatch 엔티티는 멀티플레이 게임을 위한 플레이어 스폰 지점을 만듭니다. 플레이어는 모든 info_player_deathmatch 스폰 지점중에서 무작위 지점에 스폰이 됩니다 (또한 맵에 막 들어왔을때, 또는 막 죽어서 다시 스폰됬을 때).

스폰이 되는 지점을 예상하고 대기하는 플레이를 방지하기 위해 많은 스폰 지점을 추가하는 것도 좋은 생각입니다.