feat: allow bots to be added into the game even if no default spawn points (ref #511)
This commit is contained in:
parent
a2bb32f80b
commit
05e10bae6e
6 changed files with 36 additions and 4 deletions
|
|
@ -20,3 +20,11 @@ C4ModelName = c4.mdl
|
|||
; cvar here.
|
||||
;
|
||||
AMXParachuteCvar = sv_parachute
|
||||
|
||||
;
|
||||
; For CSDM mods that add custom spawn points other than info_player_start and
|
||||
; In info_player_deathmatch, you can specify the class name of this spawn point.
|
||||
; So bot's will be able to join the game without default spawn entities.
|
||||
;
|
||||
CustomCSDMSpawnPoint = view_spawn
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue