Jump to content
Sign in to follow this  
Tall Bird

SOG Prairie Fire - Server Redownloads Files Repeatedly

Recommended Posts

I use the following as my Start.cmd for a Dedicated Arma Server, but have noticed that the SOG DLC keeps re-downloading every time the server starts. Does anyone know why SOG keeps re-downloading on server launch?

 

@echo off

%STEAMPATH%\steamcmd.exe +login %STEAMLOGIN% +force_install_dir %A3serverPath% +"app_update 233780 -beta" validate +quit
%STEAMPATH%\steamcmd.exe +login %STEAMLOGIN% +force_install_dir %A3serverPath% +"app_update 233780 -beta creatordlc" validate +quit

start C:\Users\Server\Documents\SERVERS\ArmA3_Server\Server\arma3server_x64.exe "-profiles=C:\Users\Server\Documents\SERVERS\ArmA3_Server\Server" -config=C:\Users\Server\Documents\SERVERS\ArmA3_Server\Server\SERVER_CONFIG.cfg -world=empty -servermod=vn; 

 

Share this post


Link to post
Share on other sites

if i get this right, you are switching between stable and creatordlc with this

 

in short only the 2nd steamCMD call should be enough

  • Thanks 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×