Browse Source
Apply 2024 Source style to remaining outlier configs
pull/150/head
Daniel Gibbs
1 month ago
Failed to extract signature
8 changed files with
28 additions and
29 deletions
-
ahl/server.cfg
-
ahl2/server.cfg
-
aoc/server.cfg
-
bb/server.cfg
-
bd/server.cfg
-
dmc/server.cfg
-
dys/server.cfg
-
ns/server.cfg
|
|
@ -1,10 +1,10 @@ |
|
|
// ************************************************************************** // |
|
|
// **************************************************************************** |
|
|
// // |
|
|
// Action Half-Life |
|
|
// Action Half-Life - server.cfg // |
|
|
// Config - server.cfg |
|
|
// // |
|
|
// Date - 26/04/2026 |
|
|
// ************************************************************************** // |
|
|
// **************************************************************************** |
|
|
|
|
|
|
|
|
// default server name. |
|
|
// hostname - Name of the server. |
|
|
hostname "SERVERNAME" |
|
|
hostname "SERVERNAME" |
|
|
|
|
|
|
|
|
// rcon_password - remote console password. |
|
|
// rcon_password - remote console password. |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
// **************************************************************************** |
|
|
// **************************************************************************** |
|
|
// Action: Source |
|
|
// Action Half-Life 2 |
|
|
// Config - server.cfg |
|
|
// Config - server.cfg |
|
|
// Date - 06/12/2023 |
|
|
// Date - 26/04/2026 |
|
|
// **************************************************************************** |
|
|
// **************************************************************************** |
|
|
|
|
|
|
|
|
// hostname - Hostname for server. |
|
|
// hostname - Hostname for server. |
|
|
|
|
|
@ -1,18 +1,18 @@ |
|
|
// ************************************************************************** // |
|
|
// **************************************************************************** |
|
|
// // |
|
|
// Age Of Chivalry |
|
|
// Age Of Chivalry - server.cfg // |
|
|
// Config - server.cfg |
|
|
// // |
|
|
// Date - 26/04/2026 |
|
|
// ************************************************************************** // |
|
|
// **************************************************************************** |
|
|
|
|
|
|
|
|
// .................................. Basic ................................. // |
|
|
// .................................. Basic ................................. // |
|
|
|
|
|
|
|
|
// Hostname - Name of the server. |
|
|
// hostname - Name of the server. |
|
|
hostname "SERVERNAME" |
|
|
hostname "SERVERNAME" |
|
|
|
|
|
|
|
|
// rcon_password - remote console password. |
|
|
// rcon_password - remote console password. |
|
|
rcon_password "ADMINPASSWORD" |
|
|
rcon_password "ADMINPASSWORD" |
|
|
|
|
|
|
|
|
// Server password - for private servers. |
|
|
// sv_password - Server password for private servers. |
|
|
sv_password "" |
|
|
sv_password "" |
|
|
|
|
|
|
|
|
// Email - Server admin email. |
|
|
// Email - Server admin email. |
|
|
|
|
|
@ -1,9 +1,8 @@ |
|
|
// ************************************************************************** // |
|
|
// **************************************************************************** |
|
|
// // |
|
|
// BrainBread |
|
|
// BrainBread - server.cfg // |
|
|
// Config - server.cfg |
|
|
// Version 150618 // |
|
|
// Date - 26/04/2026 |
|
|
// // |
|
|
// **************************************************************************** |
|
|
// ************************************************************************** // |
|
|
|
|
|
|
|
|
|
|
|
// Default for BrainBread |
|
|
// Default for BrainBread |
|
|
maxplayers 12 |
|
|
maxplayers 12 |
|
|
@ -17,7 +16,7 @@ sv_lan 0 |
|
|
// disable clients' ability to pause the server |
|
|
// disable clients' ability to pause the server |
|
|
pausable 0 |
|
|
pausable 0 |
|
|
|
|
|
|
|
|
// default server name. |
|
|
// hostname - Name of the server. |
|
|
hostname "SERVERNAME" |
|
|
hostname "SERVERNAME" |
|
|
|
|
|
|
|
|
// rcon_password - remote console password. |
|
|
// rcon_password - remote console password. |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
// Use this file to configure your DEDICATED server. |
|
|
// Use this file to configure your DEDICATED server. |
|
|
// This config file is executed on server startup. |
|
|
// This config file is executed on server startup. |
|
|
// Hostname for server. |
|
|
// hostname - Name of the server. |
|
|
hostname "SERVERNAME" |
|
|
hostname "SERVERNAME" |
|
|
|
|
|
|
|
|
// rcon_password - remote console password. |
|
|
// rcon_password - remote console password. |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
// Hostname for server. |
|
|
// hostname - Name of the server. |
|
|
hostname "SERVERNAME" |
|
|
hostname "SERVERNAME" |
|
|
|
|
|
|
|
|
// rcon_password - remote console password. |
|
|
// rcon_password - remote console password. |
|
|
rcon_password "ADMINPASSWORD" |
|
|
rcon_password "ADMINPASSWORD" |
|
|
|
|
|
|
|
|
// Server password - for private servers. |
|
|
// sv_password - Server password for private servers. |
|
|
sv_password "" |
|
|
sv_password "" |
|
|
|
|
|
|
|
|
// Server Logging |
|
|
// Server Logging |
|
|
|
|
|
@ -6,13 +6,13 @@ |
|
|
|
|
|
|
|
|
// .................................. Basic ................................. // |
|
|
// .................................. Basic ................................. // |
|
|
|
|
|
|
|
|
// Hostname - Name of the server. |
|
|
// hostname - Name of the server. |
|
|
hostname "SERVERNAME" |
|
|
hostname "SERVERNAME" |
|
|
|
|
|
|
|
|
// RCON - remote console password. |
|
|
// rcon_password - Remote console password. |
|
|
rcon_password "ADMINPASSWORD" |
|
|
rcon_password "ADMINPASSWORD" |
|
|
|
|
|
|
|
|
// Server password - for private servers. |
|
|
// sv_password - Server password for private servers. |
|
|
sv_password "" |
|
|
sv_password "" |
|
|
|
|
|
|
|
|
// Email - Server admin email. |
|
|
// Email - Server admin email. |
|
|
|
|
|
@ -16,7 +16,7 @@ |
|
|
|
|
|
|
|
|
// .................................. Basic ................................. // |
|
|
// .................................. Basic ................................. // |
|
|
|
|
|
|
|
|
// Default server name. Change to "Bob's Server", etc. |
|
|
// hostname - Name of the server. |
|
|
hostname "SERVERNAME" |
|
|
hostname "SERVERNAME" |
|
|
|
|
|
|
|
|
// Must specify sv_region, or it won't show up in Steam server browser |
|
|
// Must specify sv_region, or it won't show up in Steam server browser |
|
|
|