Browse Source

Apply 2024 Source style to remaining outlier configs

pull/150/head
Daniel Gibbs 1 month ago
parent
commit
efd5ffc2ed
Failed to extract signature
  1. 12
      ahl/server.cfg
  2. 4
      ahl2/server.cfg
  3. 14
      aoc/server.cfg
  4. 13
      bb/server.cfg
  5. 2
      bd/server.cfg
  6. 4
      dmc/server.cfg
  7. 6
      dys/server.cfg
  8. 2
      ns/server.cfg

12
ahl/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.

4
ahl2/server.cfg

@ -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.

14
aoc/server.cfg

@ -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.

13
bb/server.cfg

@ -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.

2
bd/server.cfg

@ -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.

4
dmc/server.cfg

@ -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
dys/server.cfg

@ -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.

2
ns/server.cfg

@ -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

Loading…
Cancel
Save