setup dayz server 1.8.8

ren

New Member
hi,
I'm trying to install the 1.8.8 server pack on fresh install but have some trouble

I follow the readme on https://github.com/Pwnoz0r/DayZ-Private-Server but when i want to start the server with:
start_serverdayz.bat i have an error
START .\Expansion\beta\arma2oaserver.exe -mod=Expansion\beta;Expansion\beta\expansion;ca;@hive;@dayz -name=cfgdayz -config=cfgdayz\server.cfg -cfg=cfgdayz\basic.cfg -profiles=cfgdayz -enableHT

windows cannot find .\Expansion\beta\arma2oaserver.exe


i update the game via steamcmd

ECHO Downloading ArmA 2...
steamcmd +login "%STEAM_USERNAME%" "%STEAM_PASSWORD%" +force_install_dir "%STEAM_DIR%" +app_update "33910" validate +quit
ECHO Finished!
ECHO.
ECHO Downloading ArmA 2: Operation Arrowhead...
steamcmd +login "%STEAM_USERNAME%" "%STEAM_PASSWORD%" +force_install_dir "%STEAM_DIR%" +app_update "33930" validate +quit
ECHO Finished!



any idea ?
 
START .\arma2oaserver.exe -mod=ca;@hive;@dayz -name=cfgdayz -config=cfgdayz\server.cfg -cfg=cfgdayz\basic.cfg -profiles=cfgdayz -enableHT

Try that
 
Ok now i found this:
it works via dzlauncher with dayz mod install via steam and steam launch as admin
if it can help someone else
thanks @Zeehond23
 
Back
Top