Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions 7DaysToDie/sdtdserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -17,7 +17,8 @@ steamuser="username"
steampass="password"

# Start Variables
ip="0.0.0.0" # can leave to answer on any IP
ip="0.0.0.0"
updateonstart="no"

# Mod Variables

Expand Down
8 changes: 5 additions & 3 deletions Arma3/arma3server
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Author: Daniel Gibbs
# Contributor: Scarsz
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -17,11 +17,13 @@ email="email@example.com"
steamuser="username"
steampass="password"

# Server IP
# Start Variables
port="2302"
ip="0.0.0.0"
updateonstart="no"

fn_parms(){
parms="-netlog -ip=${ip} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods}"
parms="-netlog -ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods}"
}

#### Advanced Variables ####
Expand Down
3 changes: 2 additions & 1 deletion BladeSymphony/bsserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -23,6 +23,7 @@ port="27015"
sourcetvport="27020"
clientport="27005"
ip="0.0.0.0"
updateonstart="no"

# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
fn_parms(){
Expand Down
3 changes: 2 additions & 1 deletion CounterStrike/csserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -22,6 +22,7 @@ maxplayers="16"
port="27015"
clientport="27005"
ip="0.0.0.0"
updateonstart="no"

# https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters_2
fn_parms(){
Expand Down
3 changes: 2 additions & 1 deletion CounterStrikeConditionZero/csczserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -22,6 +22,7 @@ maxplayers="16"
port="27015"
clientport="27005"
ip="0.0.0.0"
updateonstart="no"

# https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters_2
fn_parms(){
Expand Down
3 changes: 2 additions & 1 deletion CounterStrikeGlobalOffensive/csgoserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand Down Expand Up @@ -34,6 +34,7 @@ port="27015"
sourcetvport="27020"
clientport="27005"
ip="0.0.0.0"
updateonstart="no"
# Optional: Workshop Parameters
# https://developer.valvesoftware.com/wiki/CSGO_Workshop_For_Server_Operators
# To get an authkey visit - http://steamcommunity.com/dev/apikey
Expand Down
3 changes: 2 additions & 1 deletion CounterStrikeSource/cssserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -23,6 +23,7 @@ port="27015"
sourcetvport="27020"
clientport="27005"
ip="0.0.0.0"
updateonstart="no"

# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
fn_parms(){
Expand Down
3 changes: 2 additions & 1 deletion DayOfDefeat/dodserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -22,6 +22,7 @@ maxplayers="16"
port="27015"
clientport="27005"
ip="0.0.0.0"
updateonstart="no"

# https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters_2
fn_parms(){
Expand Down
3 changes: 2 additions & 1 deletion DayOfDefeatSource/dodsserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -23,6 +23,7 @@ port="27015"
sourcetvport="27020"
clientport="27005"
ip="0.0.0.0"
updateonstart="no"

# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
fn_parms(){
Expand Down
3 changes: 2 additions & 1 deletion DeathmatchClassic/dmcserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -22,6 +22,7 @@ maxplayers="16"
port="27015"
clientport="27005"
ip="0.0.0.0"
updateonstart="no"

# https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters_2
fn_parms(){
Expand Down
3 changes: 2 additions & 1 deletion DoubleActionBoogaloo/dabserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -23,6 +23,7 @@ port="27015"
sourcetvport="27020"
clientport="27005"
ip="0.0.0.0"
updateonstart="no"

# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
fn_parms(){
Expand Down
3 changes: 2 additions & 1 deletion FistfulOfFrags/fofserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -23,6 +23,7 @@ port="27015"
sourcetvport="27020"
clientport="27005"
ip="0.0.0.0"
updateonstart="no"

# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
fn_parms(){
Expand Down
3 changes: 2 additions & 1 deletion GarrysMod/gmodserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -29,6 +29,7 @@ port="27015"
sourcetvport="27020"
clientport="27005"
ip="0.0.0.0"
updateonstart="no"

# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
fn_parms(){
Expand Down
3 changes: 2 additions & 1 deletion HalfLife2Deathmatch/hl2dmserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -23,6 +23,7 @@ port="27015"
sourcetvport="27020"
clientport="27005"
ip="0.0.0.0"
updateonstart="no"

# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
fn_parms(){
Expand Down
3 changes: 2 additions & 1 deletion HalfLifeDeathmatch/hldmserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -22,6 +22,7 @@ maxplayers="16"
port="27015"
clientport="27005"
ip="0.0.0.0"
updateonstart="no"

# https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters_2
fn_parms(){
Expand Down
3 changes: 2 additions & 1 deletion HalfLifeDeathmatchSource/hldmsserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 050515
# Version: 090515

#### Variables ####

Expand All @@ -23,6 +23,7 @@ port="27015"
sourcetvport="27020"
clientport="27005"
ip="0.0.0.0"
updateonstart="no"

# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
fn_parms(){
Expand Down
3 changes: 2 additions & 1 deletion Insurgency/insserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -23,6 +23,7 @@ port="27015"
sourcetvport="27020"
clientport="27005"
ip="0.0.0.0"
updateonstart="no"

# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
fn_parms(){
Expand Down
3 changes: 2 additions & 1 deletion JustCause2/jc2server
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -20,6 +20,7 @@ steampass=""
maxplayers="10"
port="7777"
ip="0.0.0.0"
updateonstart="no"

fn_parms(){
parms="--maxplayers ${maxplayers} --bindip ${ip} --bindport ${port}"
Expand Down
3 changes: 2 additions & 1 deletion KillingFloor/kfserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -19,6 +19,7 @@ steampass="password"
# Start Variables
defaultmap="KF-BioticsLab.rom"
ip="0.0.0.0"
updateonstart="no"

fn_parms(){
parms="server ${defaultmap}?game=KFmod.KFGameType?VACSecured=true -nohomedir ini=${servercfg} log=${gamelog}"
Expand Down
3 changes: 2 additions & 1 deletion Left4Dead/l4dserver
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Author: Daniel Gibbs
# Contributor: Summit Singh Thakur
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -23,6 +23,7 @@ maxplayers="8"
port="27015"
clientport="27005"
ip="0.0.0.0"
updateonstart="no"

# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
fn_parms(){
Expand Down
3 changes: 2 additions & 1 deletion Left4Dead2/l4d2server
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -22,6 +22,7 @@ maxplayers="8"
port="27015"
clientport="27005"
ip="0.0.0.0"
updateonstart="no"

# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
fn_parms(){
Expand Down
3 changes: 2 additions & 1 deletion NS2Combat/ns2cserver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 030515
# Version: 090515

#### Variables ####

Expand All @@ -21,6 +21,7 @@ defaultmap="co_core"
port="27015"
maxplayers="24"
ip="0.0.0.0"
updateonstart="no"
servername="NS2C Server"
webadminuser="admin"
webadminpass="admin"
Expand Down
Loading