Browse Source

update configs

feature/source-updates
Daniel Gibbs 6 months ago
parent
commit
b7b9d1f094
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 12
      .editorconfig
  2. 11
      cs/server.cfg
  3. 2
      cs2/server.cfg
  4. 2
      l4d/server.cfg
  5. 2
      l4d2/server.cfg
  6. 2
      nd/server.cfg
  7. 2
      nmrih/server.cfg
  8. 2
      pvkii/server.cfg

12
.editorconfig

@ -0,0 +1,12 @@
# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.
# Atom: Please assure your Atom's config setting Tab Type is set to auto, otherwise Atom-EditorConfig may not work as expected. Also disable whitespace package.
# http://editorconfig.org/
root = true
[*]
charset = utf-8
indent_size = 4
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true

11
cs/server.cfg

@ -7,11 +7,12 @@
// hostname - Hostname for server.
hostname "SERVERNAME"
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"
// sv_password - Server password for entry into multiplayer games.
sv_password ""
// RCON - remote console password.
rcon_password "ADMINPASSWORD"
// map - Start playing on specified map.
map "de_dust2"
@ -20,7 +21,7 @@ map "de_dust2"
mapcyclefile "mapcycle.txt"
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
sv_lan false
sv_lan 0
// sv_logfile - Log server information in the log file.
sv_logfile 1
@ -46,7 +47,3 @@ sv_cheats 0
// load ban files
exec listip.cfg
exec banned.cfg

2
cs2/server.cfg

@ -48,4 +48,4 @@ host_workshop_collection
host_workshop_map
// mp_autoteambalance - Define if the game should automatically balance out teams in teamplay (0: no, default, 1: yes)
mp_autoteambalance true
mp_autoteambalance true

2
l4d/server.cfg

@ -1,6 +1,6 @@
// ****************************************************************************
// Left 4 Dead
// Config server.cfg
// Config - server.cfg
// Date 06/12/2023
// ****************************************************************************

2
l4d2/server.cfg

@ -1,6 +1,6 @@
// ****************************************************************************
// Left 4 Dead 2
// Config server.cfg
// Config - server.cfg
// Date 06/12/2023
// ****************************************************************************

2
nd/server.cfg

@ -1,6 +1,6 @@
// ****************************************************************************
// Nuclear Dawn
// Config server.cfg
// Config - server.cfg
// Date 06/12/2023
// ****************************************************************************

2
nmrih/server.cfg

@ -1,6 +1,6 @@
// ****************************************************************************
// No More Room in Hell
// Config server.cfg
// Config - server.cfg
// Date 06/12/2023
// ****************************************************************************

2
pvkii/server.cfg

@ -1,6 +1,6 @@
// ****************************************************************************
// Pirates, Vikings, and Knights II
// Config server.cfg
// Config - server.cfg
// Date 06/12/2023
// ****************************************************************************

Loading…
Cancel
Save