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 - server.cfg //
// //
// ************************************************************************** //
// ****************************************************************************
// Action Half-Life
// Config - server.cfg
// Date - 26/04/2026
// ****************************************************************************
// default server name.
// hostname - Name of the server.
hostname "SERVERNAME"
// rcon_password - remote console password.

4
ahl2/server.cfg

@ -1,7 +1,7 @@
// ****************************************************************************
// Action: Source
// Action Half-Life 2
// Config - server.cfg
// Date - 06/12/2023
// Date - 26/04/2026
// ****************************************************************************
// hostname - Hostname for server.

14
aoc/server.cfg

@ -1,18 +1,18 @@
// ************************************************************************** //
// //
// Age Of Chivalry - server.cfg //
// //
// ************************************************************************** //
// ****************************************************************************
// Age Of Chivalry
// Config - server.cfg
// Date - 26/04/2026
// ****************************************************************************
// .................................. Basic ................................. //
// Hostname - Name of the server.
// hostname - Name of the server.
hostname "SERVERNAME"
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"
// Server password - for private servers.
// sv_password - Server password for private servers.
sv_password ""
// Email - Server admin email.

13
bb/server.cfg

@ -1,9 +1,8 @@
// ************************************************************************** //
// //
// BrainBread - server.cfg //
// Version 150618 //
// //
// ************************************************************************** //
// ****************************************************************************
// BrainBread
// Config - server.cfg
// Date - 26/04/2026
// ****************************************************************************
// Default for BrainBread
maxplayers 12
@ -17,7 +16,7 @@ sv_lan 0
// disable clients' ability to pause the server
pausable 0
// default server name.
// hostname - Name of the server.
hostname "SERVERNAME"
// rcon_password - remote console password.

2
bd/server.cfg

@ -1,6 +1,6 @@
// Use this file to configure your DEDICATED server.
// This config file is executed on server startup.
// Hostname for server.
// hostname - Name of the server.
hostname "SERVERNAME"
// rcon_password - remote console password.

4
dmc/server.cfg

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

6
dys/server.cfg

@ -6,13 +6,13 @@
// .................................. Basic ................................. //
// Hostname - Name of the server.
// hostname - Name of the server.
hostname "SERVERNAME"
// RCON - remote console password.
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// Server password - for private servers.
// sv_password - Server password for private servers.
sv_password ""
// Email - Server admin email.

2
ns/server.cfg

@ -16,7 +16,7 @@
// .................................. Basic ................................. //
// Default server name. Change to "Bob's Server", etc.
// hostname - Name of the server.
hostname "SERVERNAME"
// Must specify sv_region, or it won't show up in Steam server browser

Loading…
Cancel
Save