소스 검색

added cfg

Daniel Gibbs 11 년 전
부모
커밋
eb228e760d
2개의 변경된 파일61개의 추가작업 그리고 0개의 파일을 삭제
  1. 38 0
      CounterStrikeConditionZero/cfg/lgsm-default.cfg
  2. 23 0
      CounterStrikeGlobalOffensive/cfg/lgsm-default.cfg

+ 38 - 0
CounterStrikeConditionZero/cfg/lgsm-default.cfg

@@ -0,0 +1,38 @@
+// Server Name
+hostname "hostname"
+
+// RCON Password
+rcon_password "rconpassword"
+
+// Server Password
+sv_password ""
+
+// Server Logging
+log on
+sv_logbans 1
+sv_logecho 1
+sv_logfile 1
+sv_log_onefile 0
+
+// disable autoaim
+sv_aim 0
+
+// disable clients' ability to pause the server
+pausable 0
+
+// maximum client movement speed
+sv_maxspeed 320
+
+// 20 minute timelimit
+mp_timelimit 20
+
+// cheats off
+sv_cheats 0
+
+// load ban files
+exec listip.cfg
+exec banned.cfg
+
+
+
+

+ 23 - 0
CounterStrikeGlobalOffensive/cfg/lgsm-default.cfg

@@ -0,0 +1,23 @@
+// Server Name
+hostname "hostname"
+
+// RCON Password
+rcon_password "rconpassword"
+
+// Server Password
+sv_password ""
+
+// Server Logging
+log on
+sv_logbans 1
+sv_logecho 1
+sv_logfile 1
+sv_log_onefile 0
+
+exec banned_user.cfg
+exec banned_ip.cfg
+writeid
+writeip
+
+
+