Updated Config examples

updated examples to point the the steam version of the arma2oaserver.exe
which is found in the root of the Arma 2 OA directory
This commit is contained in:
raziel23x
2014-07-03 22:44:52 -04:00
parent 2aee27be43
commit d93efe10b8
21 changed files with 21 additions and 19 deletions

View File

@@ -1,2 +1,2 @@
@echo off
start "arma2" /min "Expansion\beta\arma2oaserver.exe" -port=2320 "-config=instance_15_namalsk\config.cfg" "-cfg=instance_15_namalsk\basic.cfg" "-profiles=instance_15_namalsk" -name=instance_15_namalsk "-mod=@namalsk;@DayZ_Epoch;@DayZ_Epoch_Server;"
start "arma2" /min arma2oaserver.exe -port=2320 "-config=instance_15_namalsk\config.cfg" "-cfg=instance_15_namalsk\basic.cfg" "-profiles=instance_15_namalsk" -name=instance_15_namalsk "-mod=@namalsk;@DayZ_Epoch;@DayZ_Epoch_Server;"