Browse Source
Merge pull request #89 from Frisasky/bot
Update FOF config file
pull/90/head
Daniel Gibbs
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
10 additions and
0 deletions
-
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" |
|
|
|
|
|
|
|
|
|
|
|