S.L.Y.Toxin

Tanoa Server move Branch

2 posts in this topic

Hi all

Im tryin to move my Tanoa server from the ApexPreviewBuild to the Dev Branch. So im goin through the steamcmd and update my server like this:

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 (Working for sneakpeak)
    
    ::SET A3serverBRANCH=107410 -beta apex_sneak_preview (?)
    
    SET A3serverBRANCH=233780 -beta development
    
    ::SET A3serverBRANCH=233780 -beta (Working for Stable)
    
    :: 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

 

Updating goes well but when i launch the server it logs in the RPT file that its the stable version:

Spoiler

=====================================================================
== C:\Arma\ServerT\arma3server.exe
== arma3server.exe  -mod=@exile;Kart;Mark;Heli; -servermod=@exileserver;@Enigma -config=C:\Arma\ServerT\@ExileServer\config.cfg -port=2310 -profiles=SC -cfg=C:\Arma\ServerT\@ExileServer\basic.cfg -name=SC -autoinit

Original output filename: Arma3Retail_Server
Exe timestamp: 2016/06/01 14:49:01
Current time:  2016/06/23 17:44:50

Type: Public
Build: Stable
Version: 1.60.136470

Allocator: C:\Arma\ServerT\dll\tbb4malloc_bi.dll
=====================================================================

17:44:50 SteamAPI initialization failed. Steam features wont's be accessible!
17:44:52 Cannot register unknown string STR_MULTI_TITLE_OFFICIAL_SERVERS
17:44:52 Initializing stats manager.
17:44:52 Stats config disabled.

...............................................................

RPT blablablabla - RPT is doin what a RPT file has to do... logging this loggin that if not tired it is doin it until now!

Anybody knows or see the error im doin?

thx for help

Edited by S.L.Y.Toxin

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.