|
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="060516" |
|
|
|
version="160916" |
|
|
|
|
|
|
|
#### Variables #### |
|
|
|
|
|
|
@ -44,7 +44,7 @@ updateonstart="off" |
|
|
|
# Install/Config Guide : https://steamcommunity.com/sharedfiles/filedetails/?id=542966946 |
|
|
|
# Console Commands : http://www.regurge.at/ql/ |
|
|
|
fn_parms(){ |
|
|
|
parms="+set net_strict 1 +set net_ip ${ip} +set net_port ${port} +set fs_homepath ${filesdir}/${port} +set zmq_rcon_enable 1 +set zmq_rcon_port ${rconport} +set zmq_rcon_password ${rconpassword} +set zmq_stats_enable 1 +set zmq_stats_password ${statspassword} +set zmq_stats_port ${statsport} +set sv_mapPoolFile ${mappool} +exec ${servercfg}" |
|
|
|
parms="+set net_strict 1 +set net_ip ${ip} +set net_port ${port} +set fs_homepath ${filesdir}/${port} +set zmq_rcon_enable 1 +set zmq_rcon_port ${rconport} +set zmq_rcon_password ${rconpassword} +set zmq_stats_enable 1 +set zmq_stats_password ${statspassword} +set zmq_stats_port ${statsport} +set sv_mapPoolFile ${mappool} +exec ${servercfg}" |
|
|
|
} |
|
|
|
|
|
|
|
#### Advanced Variables #### |
|
|
@ -59,6 +59,11 @@ githubbranch="master" |
|
|
|
# Steam |
|
|
|
appid="349090" |
|
|
|
|
|
|
|
# Steam App Branch Select |
|
|
|
# Allows to opt into the various Steam app branches. Default branch is "". |
|
|
|
# Example: "-beta beta" |
|
|
|
branch="" |
|
|
|
|
|
|
|
# Server Details |
|
|
|
servicename="ql-server" |
|
|
|
gamename="Quake Live" |
|
|
|