|
@@ -0,0 +1,45 @@
|
|
|
|
|
+// 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
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+//Fistful of Frags
|
|
|
|
|
+
|
|
|
|
|
+//// Game Modes
|
|
|
|
|
+// 1 = Shootout
|
|
|
|
|
+// 2 = Teamplay/Objectives
|
|
|
|
|
+fof_sv_currentmode 1
|
|
|
|
|
+
|
|
|
|
|
+//// Teamplay
|
|
|
|
|
+// 0 = Free-for-all
|
|
|
|
|
+// 1 = Team Deathmatch
|
|
|
|
|
+mp_teamplay 0
|
|
|
|
|
+
|
|
|
|
|
+//// Friendly Fire
|
|
|
|
|
+// 0 = Friendly fire disabled
|
|
|
|
|
+// 1 = Friendly fire enabled
|
|
|
|
|
+mp_friendlyfire 0
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+//// Team numbers
|
|
|
|
|
+// 2 = Vigilantes & Desperados
|
|
|
|
|
+// 3 = Vigilantes, Desperados & Bandidos
|
|
|
|
|
+// 4 = Vigilantes, Desperados, Bandidos & Rangers
|
|
|
|
|
+fof_sv_maxteams 4
|
|
|
|
|
+
|
|
|
|
|
+//// Scrable Teams
|
|
|
|
|
+// Teams get scrambled when 75% of kills come from same team
|
|
|
|
|
+fof_sv_scrambleteams 1
|
|
|
|
|
+fof_sv_scrambleteams_maxkillratio 0.75
|