Browse Source

Merge pull request #86 from Frisasky/ahl2

Update Action source config default
pull/89/head
Daniel Gibbs 6 years ago
committed by GitHub
parent
commit
d2b2b5f429
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      ActionSource/server.cfg

20
ActionSource/server.cfg

@ -7,7 +7,6 @@
// .................................. Basic ................................. //
// Hostname - Name of the server.
// Be sure to edit phase_combat.cfg and phase_build.cfg
hostname "SERVERNAME"
// RCON - remote console password.
@ -103,22 +102,25 @@ mp_tkpunish 1
// ping master server list
heartbeat
// Determines the total number of bots in the game
bot_quota 0
// ........................ game modes....................................//
// enable one hit kill ultimate gib mode (1 = enable)
mp_instagib 0
// allow "capture the briefcase" mode on supported maps (0 = disable)
mp_allowctb 1
// allow "capture the briefcase" mode on supported maps (1 = enable)
mp_allowctb 0
// allow "dante must die" mode on supported maps (0 = disable)
mp_allowdante 1
// allow "dante must die" mode on supported maps (1 = enable)
mp_allowdante 0
// allow VIP mode on supported maps (0 = disable)
mp_allowvip 1
// allow VIP mode on supported maps (1 = enable)
mp_allowvip 0
// allow map defined goal modes (0 = disable)
mp_allowcustom 1
// allow map defined goal modes (1 = enable)
mp_allowcustom 0
// ........................ game rules................................//

Loading…
Cancel
Save