gameservergame-servergame-servershacktoberfestdedicated-game-serversgamelinuxgsmserverbashgaminglinuxmultiplayer-game-servershell
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
772 B
45 lines
772 B
// 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
|