This commit is contained in:
Daniel Gibbs 2024-09-25 14:32:47 +01:00
parent b7b9d1f094
commit ced866ccfc
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
19 changed files with 63 additions and 131 deletions

View File

@ -7,7 +7,7 @@
// default server name.
hostname "SERVERNAME"
// rcon_password - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// disable autoaim (1 = enable)

View File

@ -7,7 +7,7 @@
// hostname - Hostname for server.
hostname "SERVERNAME"
// rcon_password - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// sv_password - Server password for entry into multiplayer games.
@ -110,4 +110,4 @@ mp_allowdante 0
mp_allowvip 0
// mp_allowcustom - Allow map-defined goal mode (0: no, default, 1: yes)
mp_allowcustom 0
mp_allowcustom 0

View File

@ -1,89 +0,0 @@
// ************************************************************************** //
// //
// Age Of Chivalry - server.cfg //
// //
// ************************************************************************** //
// .................................. Basic ................................. //
// Hostname - Name of the server.
hostname "SERVERNAME"
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"
// Server password - for private servers.
sv_password ""
// Email - Server admin email.
// Example: sv_contact "email@example.com"
sv_contact ""
// LAN mode - If set the server will not show on the internet.
// Default: sv_lan 0
sv_lan 0
// ............................. Server Logging ............................. //
// Enable log - Enables logging to file, console, and udp < on | off >.
// Recommended: log on
log on
// Log bans - Log server bans in the server logs.
// Default: sv_logbans 1
// Recommended: sv_logbans 1
sv_logbans 1
// Log echo - Display log information to the server console.
// Default: sv_logecho 1
// Recommended: sv_logecho 1
sv_logecho 1
// Log file - Log server information in the log file.
// Default: sv_logfile 1
// Recommended: sv_logfile 1
sv_logfile 1
// One file log - Log server information to only one file.
// Default: sv_log_onefile 0
// Recommended: sv_log_onefile 0
sv_log_onefile 0
// ................................ Ban List ................................ //
// User ban - Server banlist based on user steam ID.
// Recommended: exec banned_user.cfg
exec banned_user.cfg
// IP ban - Server banlist based on user IP.
// Recommended: exec banned_ip.cfg
exec banned_ip.cfg
// Write ID - Writes a list of permanently-banned user IDs to banned_user.cfg.
writeid
// Write IP - Save the ban list to banned_ip.cfg.
writeip
// ............................. Fast Download .............................. //
// info: Allows custom maps to be downloaded to the client.
// Allows clients to download custom maps and textures etc. from the server at 20 kbps.
// Default: sv_allowdownload 1
sv_allowdownload 1
// Allows clients to download custom maps, textures etc. from a web server with no transfer limit.
// Example:
// server location: maps/custommap.bsp
// web server location: http://example.com/custom/maps/custommap.bsp
// sv_downloadurl "http://example.com/custom"
// Default: sv_downloadurl ""
sv_downloadurl ""
// ........................ Age Of Chivalry Settings....................... //
// // Friendly fire - Allows team members to injure other members of their team.
mp_friendlyfire 0
// Time limit - Time on a single map in minutes before switching to a new map automatically.
mp_timelimit 20

View File

@ -20,7 +20,7 @@ pausable 0
// default server name.
hostname "SERVERNAME"
// rcon_password - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// maximum client movement speed (1000 for BB)

View File

@ -7,7 +7,7 @@
// hostname - Hostname for server.
hostname "SERVERNAME"
// rcon_password - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// sv_password - Server password for entry into multiplayer games.

View File

@ -3,7 +3,7 @@
// Hostname for server.
hostname "SERVERNAME"
// rcon_password - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// disable autoaim

View File

@ -7,7 +7,7 @@
// hostname - Hostname for server.
hostname "SERVERNAME"
// rcon_password - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// sv_password - Server password for entry into multiplayer games.

View File

@ -1,29 +1,50 @@
// Server Hostname
// ****************************************************************************
// Blade Symphony
// Config - server.cfg
// Date - 06/12/2023
// ****************************************************************************
// hostname - Hostname for server.
hostname "SERVERNAME"
// Server Password
sv_password ""
// RCON Password
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"
// Time Limit
mp_timelimit 40
// sv_password - Server password for entry into multiplayer games.
sv_password ""
// Logging
log off
// map - Start playing on specified map.
// map "duel_winter"
// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
mapcyclefile "mapcycle.txt"
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
sv_lan 0
// sv_logfile - Log server information in the log file.
sv_logfile 1
sv_logecho 0
// sv_logbans - Log server bans in the server logs.
sv_logbans 1
// MapCycle File
mapcyclefile mapcycle.txt
// sv_voiceenable - Enable voice communications.
sv_voiceenable 1
// Cheats Disabled
sv_cheats 0
// AllTalk Enabled
// sv_alltalk - Players can hear all other players, no team restrictions.
sv_alltalk 1
// Misc.
sv_allowupload 1
// sv_allowupload - Allow clients to upload customizations files.
sv_allowupload 1
// sv_allowdownload - Allow clients to download files.
sv_allowdownload 1
// sv_downloadurl - Location from which clients can download missing files.
sv_downloadurl ""
// mp_allowspectators - Toggles whether the server allows spectator mode or not.
mp_allowspectators 1
// mp_timelimit - Game time per map in minutes.
mp_timelimit 40

View File

@ -7,7 +7,7 @@
// hostname - Hostname for server.
hostname "SERVERNAME"
// rcon_password - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// sv_password - Server password for entry into multiplayer games.

View File

@ -7,7 +7,7 @@
// hostname - Hostname for server.
hostname "SERVERNAME"
// rcon_password - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// sv_password - Server password for entry into multiplayer games.
@ -29,19 +29,19 @@ sv_logfile 1
// sv_logbans - Log server bans in the server logs.
sv_logbans 1
// sv_aim - disable autoaim
// sv_aim - Disable autoaim
sv_aim 0
// pausable - disable clients' ability to pause the server
// pausable - Is the server pausable
pausable 0
// sv_maxspeed - maximum client movement speed
// sv_maxspeed - Maximum client movement speed
sv_maxspeed 320
// mp_timelimit - 20 minute timelimit
mp_timelimit 20
// sv_cheats - cheats off
// sv_cheats - Allow cheats on server
sv_cheats 0
// load ban files

View File

@ -10,7 +10,7 @@
// Hostname - Name of the server.
hostname "SERVERNAME"
// rcon_password - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// Server password - for private servers.

View File

@ -7,7 +7,7 @@
// hostname - Hostname for server.
hostname "SERVERNAME"
// rcon_password - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// sv_password - Server password for entry into multiplayer games.

View File

@ -7,7 +7,7 @@
// hostname - Hostname for server.
hostname "SERVERNAME"
// rcon_password - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// sv_password - Server password for entry into multiplayer games.
@ -71,4 +71,4 @@ mp_mapcycle_empty_timeout_seconds 900
mp_teamplay 0
// mp_timelimit - Game time per map in minutes.
mp_timelimit 20
mp_timelimit 20

View File

@ -1,7 +1,7 @@
// Hostname for server.
hostname "SERVERNAME"
// rcon_password - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// Server password - for private servers.

View File

@ -1,7 +1,7 @@
// Hostname for server.
hostname "SERVERNAME"
// rcon_password - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// Server password - for private servers.

View File

@ -1,7 +1,7 @@
// Hostname for server.
hostname "SERVERNAME"
// rcon_password - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// Server password - for private servers.

View File

@ -7,7 +7,7 @@
// hostname - Hostname for server.
hostname "SERVERNAME"
// rcon_password - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// sv_password - Server password for entry into multiplayer games.
@ -89,4 +89,4 @@ mp_timer_postround 15
mp_timer_postgame 21
// doi_bot_quota - How many bots to place on each team when no players are present?
doi_bot_quota 0
doi_bot_quota 0

View File

@ -7,7 +7,7 @@
// hostname - Hostname for server.
hostname "SERVERNAME"
// rcon_password - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// sv_password - Server password for entry into multiplayer games.

View File

@ -1,7 +1,7 @@
// Hostname for server.
hostname "SERVERNAME"
// rcon_password - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// Server password - for private servers.