35 changed files with 91 additions and 41 deletions
@ -4,7 +4,7 @@ |
|||||
# Author: Daniel Gibbs |
# Author: Daniel Gibbs |
||||
# Contributor: Scarsz |
# Contributor: Scarsz |
||||
# Website: http://gameservermanagers.com |
# Website: http://gameservermanagers.com |
||||
# Version: 030515 |
# Version: 090515 |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -17,11 +17,13 @@ email="[email protected]" |
|||||
steamuser="username" |
steamuser="username" |
||||
steampass="password" |
steampass="password" |
||||
|
|
||||
# Server IP |
# Start Variables |
||||
|
port="2302" |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
|
updateonstart="no" |
||||
|
|
||||
fn_parms(){ |
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 #### |
#### Advanced Variables #### |
||||
|
@ -3,7 +3,7 @@ |
|||||
# Server Management Script |
# Server Management Script |
||||
# Author: Daniel Gibbs |
# Author: Daniel Gibbs |
||||
# Website: http://gameservermanagers.com |
# Website: http://gameservermanagers.com |
||||
# Version: 030515 |
# Version: 090515 |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -12,6 +12,9 @@ |
|||||
emailnotification="off" |
emailnotification="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
|
||||
|
# Start Variables |
||||
|
updateonstart="no" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
gamename="Teamspeak 3" |
gamename="Teamspeak 3" |
||||
servername="Teamspeak 3 Server" |
servername="Teamspeak 3 Server" |
||||
|
Loading…
Reference in new issue