16 changed files with 248 additions and 129 deletions
@ -1,23 +1,22 @@ |
|||||
// **************************************************************************** |
// **************************************************************************** |
||||
// * |
// Nuclear Dawn |
||||
// Nuclear Dawn - server.cfg * |
// Config - server.cfg |
||||
// Version 250817 * |
// Date - 26/04/2026 |
||||
// * |
|
||||
// **************************************************************************** |
// **************************************************************************** |
||||
|
|
||||
// ............................. Basic Settings ............................. // |
// .................................. Basic ................................. // |
||||
|
|
||||
// Hostname for server. |
// hostname - Name of the server. |
||||
hostname "SERVERNAME" |
hostname "SERVERNAME" |
||||
|
|
||||
// Server password - for private servers. |
// sv_password - Server password for private servers. |
||||
sv_password "" |
sv_password "" |
||||
|
|
||||
// Email - Server admin email. |
// Email - Server admin email. |
||||
// Example: sv_contact "[email protected]" |
// Example: sv_contact "[email protected]" |
||||
sv_contact "" |
sv_contact "" |
||||
|
|
||||
// LAN Mode - If set the server will not show on the internet. |
// sv_lan - LAN mode. If set, the server will not show on the internet. |
||||
// Default: sv_lan 0 |
// Default: sv_lan 0 |
||||
sv_lan 0 |
sv_lan 0 |
||||
|
|
||||
@ -26,12 +25,12 @@ sv_lan 0 |
|||||
// 2 south america, 3 europe, 4 asia, 5 australia, 6 middle east, 7 africa |
// 2 south america, 3 europe, 4 asia, 5 australia, 6 middle east, 7 africa |
||||
sv_region -1 |
sv_region -1 |
||||
|
|
||||
// Game tags to identify vanilla server |
// sv_tags - Game tags to identify a vanilla server. |
||||
sv_tags "nucleardawn" |
sv_tags "nucleardawn" |
||||
|
|
||||
// ........................... RCON Configuration ........................... // |
// ........................... RCON Configuration ........................... // |
||||
|
|
||||
// RCON - remote console password. |
// rcon_password - Remote console password. |
||||
rcon_password "ADMINPASSWORD" |
rcon_password "ADMINPASSWORD" |
||||
|
|
||||
// Number of minutes to ban users who fail rcon authentication |
// Number of minutes to ban users who fail rcon authentication |
||||
@ -51,7 +50,7 @@ sv_rcon_minfailures 5 |
|||||
// Number of seconds to track failed rcon authentications |
// Number of seconds to track failed rcon authentications |
||||
sv_rcon_minfailuretime 10 |
sv_rcon_minfailuretime 10 |
||||
|
|
||||
// ...................... Communication and spectators ...................... // |
// ............................. Communication .............................. // |
||||
|
|
||||
// Enable voice communications |
// Enable voice communications |
||||
sv_voiceenable 0 |
sv_voiceenable 0 |
||||
@ -62,7 +61,7 @@ sv_alltalk 0 |
|||||
// Toggles whether the server allows spectator mode or not |
// Toggles whether the server allows spectator mode or not |
||||
mp_allowspectators 1 |
mp_allowspectators 1 |
||||
|
|
||||
// ......................... Team and round settings ........................ // |
// ................................ Gameplay ................................ // |
||||
|
|
||||
// Sets how many players can a team have over the opposite team. |
// Sets how many players can a team have over the opposite team. |
||||
mp_limitteams 1 |
mp_limitteams 1 |
||||
@ -112,6 +111,8 @@ nd_spawn_min_time 6.0 |
|||||
// Time in seconds between spawn waves |
// Time in seconds between spawn waves |
||||
nd_spawn_wave_interval 12.0 |
nd_spawn_wave_interval 12.0 |
||||
|
|
||||
|
// ............................... Map Rotation .............................. // |
||||
|
|
||||
// Minutes in a round |
// Minutes in a round |
||||
mp_roundtime 35 |
mp_roundtime 35 |
||||
|
|
||||
|
|||||
@ -1,25 +1,24 @@ |
|||||
// **************************************************************************** |
// **************************************************************************** |
||||
// * |
// Pirates, Vikings, and Knights II |
||||
// Pirates, Vikings, and Knights II * |
// Config - server.cfg |
||||
// Version 150815 * |
// Date - 26/04/2026 |
||||
// * |
|
||||
// **************************************************************************** |
// **************************************************************************** |
||||
|
|
||||
// ............................. Basic Settings ............................. // |
// .................................. Basic ................................. // |
||||
|
|
||||
// Hostname for 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. |
||||
sv_contact "[email protected]" |
sv_contact "[email protected]" |
||||
|
|
||||
// LAN Mode - If set the server will not show on the internet. |
// sv_lan - LAN mode. If set, the server will not show on the internet. |
||||
// Default: sv_lan 0 |
// Default: sv_lan 0 |
||||
sv_lan 0 |
sv_lan 0 |
||||
|
|
||||
|
|||||
@ -1,34 +1,61 @@ |
|||||
// Hostname for server. |
// **************************************************************************** |
||||
|
// The Specialists |
||||
|
// Config - server.cfg |
||||
|
// Date - 26/04/2026 |
||||
|
// **************************************************************************** |
||||
|
|
||||
|
// .................................. Basic ................................. // |
||||
|
|
||||
|
// 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 "" |
||||
|
|
||||
// Server Logging |
// ............................. Server Logging ............................. // |
||||
|
|
||||
|
// log - Enable/disable logging. |
||||
log on |
log on |
||||
|
|
||||
|
// sv_logbans - Log server bans in the server logs. |
||||
sv_logbans 1 |
sv_logbans 1 |
||||
|
|
||||
|
// sv_logecho - Display log information in the server console. |
||||
sv_logecho 1 |
sv_logecho 1 |
||||
|
|
||||
|
// sv_logfile - Log server information in the log file. |
||||
sv_logfile 1 |
sv_logfile 1 |
||||
|
|
||||
|
// sv_log_onefile - Log server information to only one file. |
||||
sv_log_onefile 0 |
sv_log_onefile 0 |
||||
|
|
||||
// disable autoaim |
// ................................. Security ................................ // |
||||
|
|
||||
|
// sv_aim - Enable/disable autoaim. |
||||
sv_aim 0 |
sv_aim 0 |
||||
|
|
||||
// disable clients' ability to pause the server |
// pausable - Allow clients to pause the server. |
||||
|
// 0 = no, 1 = yes |
||||
pausable 0 |
pausable 0 |
||||
|
|
||||
// maximum client movement speed |
// ................................. Runtime ................................. // |
||||
|
|
||||
|
// sv_maxspeed - Maximum client movement speed. |
||||
sv_maxspeed 320 |
sv_maxspeed 320 |
||||
|
|
||||
// 20 minute timelimit |
// ................................ Gameplay ................................ // |
||||
|
|
||||
|
// mp_timelimit - Game time per map in minutes. |
||||
mp_timelimit 20 |
mp_timelimit 20 |
||||
|
|
||||
// cheats off |
// sv_cheats - Enable/disable cheats. |
||||
sv_cheats 0 |
sv_cheats 0 |
||||
|
|
||||
// load ban files |
// ................................ Ban List ................................ // |
||||
|
|
||||
|
// Load ban lists. |
||||
exec listip.cfg |
exec listip.cfg |
||||
exec banned.cfg |
exec banned.cfg |
||||
|
|||||
@ -1,19 +1,38 @@ |
|||||
// ************************************************************************** // |
// **************************************************************************** |
||||
// // |
// Vampire Slayer |
||||
// Vampire Slayer - server.cfg // |
// Config - server.cfg |
||||
// Version 150618 // |
// Date - 26/04/2026 |
||||
// // |
// **************************************************************************** |
||||
// ************************************************************************** // |
|
||||
|
|
||||
// Use this file to configure your DEDICATED server. |
// .................................. Basic ................................. // |
||||
// This config file is executed everytime the server changes levels. |
|
||||
|
|
||||
|
// This file configures your dedicated server. |
||||
|
// This config file is executed each time the server changes levels. |
||||
|
|
||||
|
// ................................. Security ................................ // |
||||
|
|
||||
|
// sv_aim - Enable/disable autoaim. |
||||
sv_aim 0 |
sv_aim 0 |
||||
|
|
||||
|
// sv_cheats - Enable/disable cheats. |
||||
sv_cheats 0 |
sv_cheats 0 |
||||
|
|
||||
|
// sv_clienttrace - Player collision trace size. |
||||
sv_clienttrace 3.5 |
sv_clienttrace 3.5 |
||||
|
|
||||
|
// sv_minrate - Minimum network rate. |
||||
sv_minrate 0 |
sv_minrate 0 |
||||
|
|
||||
|
// sv_maxrate - Maximum network rate. |
||||
sv_maxrate 9500 |
sv_maxrate 9500 |
||||
|
|
||||
|
// pausable - Allow clients to pause the server. |
||||
pausable 0 |
pausable 0 |
||||
|
|
||||
|
// ................................. Runtime ................................. // |
||||
|
|
||||
|
// sv_maxspeed - Maximum client movement speed. |
||||
sv_maxspeed 320 |
sv_maxspeed 320 |
||||
|
|
||||
|
// hostname - Name of the server. |
||||
hostname "SERVERNAME" |
hostname "SERVERNAME" |
||||
Loading…
Reference in new issue