|
|
@@ -28,9 +28,6 @@ sv_lan 0
|
|
|
// You can also create your own custom mapcycle.
|
|
|
|
|
|
// "mapcycle.txt" - all maps
|
|
|
-// "mapcycle_objective.txt" - objective maps only
|
|
|
-// "mapcycle_survival.txt" - survival maps only
|
|
|
-//
|
|
|
mapcyclefile "mapcycle.txt"
|
|
|
|
|
|
// ........................ Game Specific Commands ........................ //
|
|
|
@@ -43,6 +40,13 @@ mapcyclefile "mapcycle.txt"
|
|
|
// 3 - Insane
|
|
|
sv_difficulty "1"
|
|
|
|
|
|
+// Server tags - Tags show up on the in-game server browser. This helps
|
|
|
+// users filter servers.
|
|
|
+// vanilla - he server runs the default settings.
|
|
|
+// custom - the server runs custom gameplay settings or mods.
|
|
|
+// example: sv_tags "custom, fastdl"
|
|
|
+sv_tags ""
|
|
|
+
|
|
|
// ............................. Communication ............................. //
|
|
|
|
|
|
// Enable communication over voice via microphone.
|