Browse Source

Added custom gamemode info

and rearranged game mode table by category
pull/1661/head
Marvin Lehmann 8 years ago
committed by GitHub
parent
commit
f2200989cf
  1. 3
      lgsm/config-default/config-lgsm/csgoserver/_default.cfg

3
lgsm/config-default/config-lgsm/csgoserver/_default.cfg

@ -11,11 +11,12 @@
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters ## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/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 # [Game Modes] gametype gamemode
# Arms Race 1 0
# Classic Casual 0 0 # Classic Casual 0 0
# Classic Competitive 0 1 # Classic Competitive 0 1
# Arms Race 1 0
# Demolition 1 1 # Demolition 1 1
# Deathmatch 1 2 # Deathmatch 1 2
# Custom 3 0
gametype="0" gametype="0"
gamemode="0" gamemode="0"
mapgroup="mg_active" mapgroup="mg_active"

Loading…
Cancel
Save