diff --git a/FistfulofFrags/server.cfg b/FistfulofFrags/server.cfg index 5f4dfe4..bb0c423 100644 --- a/FistfulofFrags/server.cfg +++ b/FistfulofFrags/server.cfg @@ -47,6 +47,7 @@ sv_cheats 0 // 3 = Break Bad // 4 = Elimination // 5 = Versus +// 6 = Course Mode // Default: fof_sv_currentmode 1 fof_sv_currentmode 1 @@ -74,6 +75,14 @@ mp_friendlyfire 0 mp_timelimit 45 +// ................................. Bots ................................ // + +// Allow bots joining the server (1 = enable) +fof_sv_bot_dynamicjoin 0 + +// Percentage of bots in server slots +fof_sv_bot_slotpct 0.40 + // ................................ Map Cycle ............................... // // Map cycle - Maps to be rotated on the server. @@ -83,6 +92,7 @@ mp_timelimit 45 // "mapcycle_tp.txt" - All Teamplay maps // "mapcycle_vs.txt" - All versus mode maps // "mapcycle_gt.txt" - All Ghost Town maps +// "mapcycle_cm.txt" - All Course Mode maps mapcyclefile "mapcycle.txt"