Jump to content
Sign in to follow this  
mach2infinity

Update Dedicate Server

Recommended Posts

Hi,

 

How do you update the server to a new version? When I've attempted to do this running either of the bat files shown below it never seemed to work. In the end I had to delete all the files and start from scratch. This was when I tried to update from v1.66 to v1.68

 

Thanks in advance!

 

Mod Updater.bat

 

"steamcmd.exe" +login ********** *********** +set_steam_guard_code ####  +force_install_dir E:\Games\ArmA3\A3Files\Blank +"workshop_download_item 107410 450814997" +force_install_dir E:\Games\ArmA3\A3Files\Blank +"workshop_download_item 107410 497660133" validate +force_install_dir E:\Games\ArmA3\A3Files\Blank +"workshop_download_item 107410 497661914" validate +force_install_dir E:\Games\ArmA3\A3Files\Blank +"workshop_download_item 107410 541888371" validate +force_install_dir E:\Games\ArmA3\A3Files\Blank +"workshop_download_item 107410 583496184" validate +force_install_dir E:\Games\ArmA3\A3Files\Blank +"workshop_download_item 107410 583544987" validate +force_install_dir E:\Games\ArmA3\A3Files\Blank +"workshop_download_item 107410 843425103" validate +force_install_dir E:\Games\ArmA3\A3Files\Blank +"workshop_download_item 107410 843577117" validate +force_install_dir E:\Games\ArmA3\A3Files\Blank +"workshop_download_item 107410 843593391" validate +force_install_dir E:\Games\ArmA3\A3Files\Blank +"workshop_download_item 107410 843632231" validate +force_install_dir E:\Games\ArmA3\A3Files\Blank +"workshop_download_item 107410 878110677" validate +force_install_dir E:\Games\ArmA3\A3Files\Blank +"workshop_download_item 107410 880337031" validate +force_install_dir E:\Games\ArmA3\A3Files\Blank +"workshop_download_item 107410 896458596" validate +force_install_dir E:\Games\ArmA3\A3Files\Blank +"workshop_download_item 107410 913144033" validate +quit

 

 

#Arma3server_steamcmd_example

 

 


@echo off
@rem http://media.steampowered.com/installer/steamcmd.zip
SETLOCAL ENABLEDELAYEDEXPANSION

       :: DEFINE the following variables where applicable to your install

    SET STEAMLOGIN=********** ***********
    SET A3serverBRANCH=233780 -beta
        :: For stable use 233780 -beta
        :: For Dev use 233780 -beta development
                :: Note, the missing qotation marks, these need to be wrapped around the entire "+app_data......"
                :: There is no DEV branch data yet for Arma 3 Dedicated Server package !!!

    SET A3serverPath=E:\Games\ArmA3\A3Master
        SET STEAMPATH=E:\Apps\Steam

:: _________________________________________________________

echo.
echo     You are about to update ArmA 3 server
echo        Dir: %A3serverPath%
echo        Branch: %A3serverBRANCH%
echo.
echo     Key "ENTER" to proceed
pause
%STEAMPATH%\steamcmd.exe +login %STEAMLOGIN% +force_install_dir %A3serverPath% +"app_update %A3serverBRANCH%" validate +quit
echo .
echo     Your ArmA 3 server is now up to date
echo     key "ENTER" to exit
pause

 

Share this post


Link to post
Share on other sites

Why don't u update the game them update those mods u use

Sent from my SM-G925T using Tapatalk

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  

×