Browse Source

arma3server

added
pull/668/head
PhilPhonic 10 years ago
parent
commit
023901cb52
  1. 3
      Arma3/arma3server

3
Arma3/arma3server

@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi
version="271215"
version="010216"
#### Variables ####
@ -27,6 +27,7 @@ steampass="password"
ip="0.0.0.0"
port="2302"
updateonstart="off"
startonmonitor="off"
fn_parms(){
parms="-netlog -ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods} -servermod=${servermods} -bepath=${bepath} -autoinit -loadmissiontomemory"

Loading…
Cancel
Save