فهرست منبع

feat(csgoserver) Add mapgroup and map example for the new Danger Zone map: Sirocco (#2323)

Co-authored-by: Borzák Attila <1230402+borzaka@users.noreply.github.com>

This new map Sirocco introduced to the game on 2019.04.30.
Plus add note to not use other mapgroups with Danger Zone mode.
Attila 7 سال پیش
والد
کامیت
46dd088b82
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      lgsm/config-default/config-lgsm/csgoserver/_default.cfg

+ 2 - 2
lgsm/config-default/config-lgsm/csgoserver/_default.cfg

@@ -10,7 +10,7 @@
 
 
 ## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters
 ## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters
 # https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers#Starting_the_Server
 # https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers#Starting_the_Server
-# [Game Modes]			gametype	gamemode	mapgroup (you can mix these across Game Modes, but use only one)
+# [Game Modes]			gametype	gamemode	mapgroup (you can mix these across all Game Modes except Danger Zone, but use only one)
 # Arms Race				1			0			mg_armsrace
 # Arms Race				1			0			mg_armsrace
 # Classic Casual		0			0			mg_casualsigma, mg_casualdelta
 # Classic Casual		0			0			mg_casualsigma, mg_casualdelta
 # Classic Competitive	0			1			mg_active, mg_reserves, mg_hostage, mg_de_dust2
 # Classic Competitive	0			1			mg_active, mg_reserves, mg_hostage, mg_de_dust2
@@ -18,7 +18,7 @@
 # Deathmatch			1			2			mg_deathmatch
 # Deathmatch			1			2			mg_deathmatch
 # Demolition			1			1			mg_demolition
 # Demolition			1			1			mg_demolition
 # Wingman				0			2			
 # Wingman				0			2			
-# Danger Zone			6			0			mg_dz_blacksite (map: dz_blacksite)
+# Danger Zone			6			0			mg_dz_blacksite (map: dz_blacksite), mg_dz_sirocco (map: dz_sirocco)
 gametype="0"
 gametype="0"
 gamemode="0"
 gamemode="0"
 mapgroup="mg_active"
 mapgroup="mg_active"