S.L.Y.Toxin

Cant update Server to 136802

4 posts in this topic

I tried to build our new exile server on the map Tanoa.  The install of the Dedicated Server on my machine works fine via the steamcmd. Exile installed etc. Server starts correct (some little errors but not about my problem). When i visit the server list ingame i can find my server. But i cant join... There is a red cross and it requires the build 136470 and not 136802 like my client has. 

I read many posts but found nothing. Anybody knows what to do out there?

Thx for help, lg Sly

Share this post


Link to post
Share on other sites

what branch did you use for steamcmd? tanoa is available on 162RC, sneak preview, and development branch currently.

Share this post


Link to post
Share on other sites
Advertisement

Solution:

Configure the batch file like this to get the newest build:

Spoiler

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

       :: DEFINE the following variables where applicable to your install

    SET STEAMLOGIN=User PW
    SET A3serverBRANCH=233780 -beta apex_sneak_preview
    
    ::SET A3serverBRANCH=107410 -beta apex_sneak_preview <<-- not correct!
    ::SET A3serverBRANCH=233780 -beta development <<-- only DEV build, Apex preview != DEV
        :: 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=C:\Arma\ServerT
        SET STEAMPATH=C:\Arma\Steamcmd


:: _________________________________________________________

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

Didnt know that you have to define it like this... Thx to CEN

Edited by S.L.Y.Toxin
Solution found!
  • Like 1

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.