Counter-Strike 2

Counter-Strike 2

th_project_map_2014
 This topic has been pinned, so it's probably important
Typo Hui  [developer] 14 Feb, 2014 @ 8:26pm
gamemode_server.txt Information
It's great for valve to pack everything into one file, but it could be annoying to server owners trying to properly setup their gamemode_server.txt without having to rip open the file and find the kv file so I have setup a sample I use for my server that can be used for a template.

"th_project_map_2014" { "nameID" "#SFUI_Map_th_project_map_2014" "name" "th_project_map_2014" "imagename" "map-custom7-overall" "default_game_type" "0" // classic "default_game_mode" "0" // casual "t_arms" "models/weapons/t_arms_anarchist.mdl" "t_models" { "tm_anarchist""" "tm_anarchist_variantA""" "tm_anarchist_variantB""" "tm_anarchist_variantC""" "tm_anarchist_variantD""" } "ct_arms" "models/weapons/ct_arms_st6.mdl" "ct_models" { "ctm_st6""" "ctm_st6_variantA""" "ctm_st6_variantB""" "ctm_st6_variantC""" "ctm_st6_variantD""" } "hostage_models" { "models/hostage/hostage.mdl" "" "models/hostage/hostage_variantA.mdl" "" "models/hostage/hostage_variantB.mdl" "" "models/hostage/hostage_variantC.mdl" "" } }