Results 1 to 5 of 5

Thread: using server&client CO + beta: easy way ?

  1. #1

    using server&client CO + beta: easy way ?

    i'm looking for an easy tools to start my dedicated and my client (same computer, 2CPU for each binaries)
    six updater is quite complex, and i could not do what i want with it.

    basically, i wanted to use an easier way to manage my dedi and my client , because i prefer to use beta, and my batch file can't do that:

    call "%_ARMA2OAPATH%\EXPANSION\beta\ARMA2OA.exe" "-cpuCount=4" "-exThreads=7" "-nosplash" "-mod=%_ARMA2PATH%;%_ARMA2OAPATH%\EXPANSION\beta;%_A RMA2OAPATH%\EXPANSION\beta\expansion;ca;%_ARMA2OAP ATH%\ACR" %1 %2 %3 %4 %5 %6 %7 %8 %9
    return me no entry '.profilepathdefault'

    because this, i tried to find an easy launcher, but the six_updater tool seem to behave differently than simple logic. i created 2 different preset. but everytime i change one of these preset, the second one (for server launch) change too. i don't understand how this launcher work. i just need something with radio button , to enable my favorite mod, and beta version , with CO .

  2. #2
    You need to
    Code:
    cd /d "%_ARMA2OAPATH%"
    before you call the exe. I'm no Windows expert, but this should work.

  3. #3
    I use this script to launch the game, it has a simple menu if you want to launch the official version or beta, edit the variables to set your mods

    Code:
    @echo off
    
    setlocal enableextensions
    
    set MODSTRINGCOMMON=@CBA;@CBA_A2;@CBA_OA;@ACE;@ACEX;@ACEX_USNavy;@ACEX_RU;@JSRS;@JSRS_ACE;@ASR_AI;@sthud;@stmovement;@namalsk;@NC;@bb_mercs;@bb_oa_mercs;@tf86_seals;@rh_hk416;@asr_rh_hk416_ace;@rh_m14;@asr_rh_m14_ace;@rh_m4;@asr_rh_m4_ace;@rh_mgs;@asr_rh_mgs_ace;@rh_mk18;@asr_rh_mk18_ace;@rh_pdw;@asr_rh_pdw_ace;@rh_pistol;@asr_rh_pistol_ace;@rh_smg;@asr_rh_smg_ace;@Blastcore_Visuals
    set PARAMETERSCOMMON=-cpuCount=4 -exThreads=7 -nosplash -world=empty -malloc=tbb4malloc_bi
    set PARAMETERSOFFICIAL=
    set PARAMETERSBETA=
    set BETAPATH=Expansion\beta
    set MODSTRINGBETA=%BETAPATH%;%BETAPATH%\Expansion;@okt_NoBlurBeta
    set MODSTRINGOFFICIAL=@okt_noblur
    set EXE=ARMA2OA.exe
    
    :v64_path_a2oa
    for /F "Tokens=2* skip=2" %%E in ('reg query "HKLM\SOFTWARE\Wow6432Node\Bohemia Interactive Studio\ArmA 2 OA" /v "Main"') do (set ARMAPATH=%%F)
    
    if not defined ARMAPATH (goto v32_path_a2oa) else (goto menu1)
    
    :v32_path_a2oa
    For /F "Tokens=2* skip=2" %%G In ('reg query "HKLM\SOFTWARE\Bohemia Interactive Studio\ArmA 2 OA" /v "Main"') do set (ARMAPATH=%%H)
    
    if not defined ARMAPATH (goto uac_PATH_A2OA) else (goto menu1)
    
    :uac_PATH_A2OA
    @for /F "tokens=2* delims=	 " %%M in ('reg query "HKLM\SOFTWARE\Wow6432Node\Bohemia Interactive Studio\ArmA 2 OA" /v "Main"') do (SET ARMAPATH=%%N)
    
    if not defined ARMAPATH (goto std_PATH_A2OA) else (goto menu1)
    
    :std_PATH_A2OA
    @for /F "tokens=2* delims=	 " %%O in ('reg query "HKLM\SOFTWARE\Bohemia Interactive Studio\ArmA 2 OA" /v "Main"') do (SET ARMAPATH=%%P)
    
    if not defined ARMAPATH (goto ENDfailA2OA) else (goto menu1)
    
    :menu1
    
    echo.
    echo Choose between official or beta version (5 seconds timeout)
    echo.
    echo 1) Official version
    echo 2) Beta version (default)
    echo 3) Quit
    echo.
    
    choice /C:123 /D 2 /T 5 /M "Your choice:"
    if errorlevel == 3 goto quit
    if errorlevel == 2 goto betastarter
    if errorlevel == 1 goto officialstarter
    
    :officialstarter
    
    start "" /D "%ARMAPATH%" /B "%ARMAPATH%\%EXE%" "-mod=%MODSTRINGOFFICIAL%;%MODSTRINGCOMMON%" %PARAMETERSCOMMON% %PARAMETERSOFFICIAL%
    
    goto quit
    
    :betastarter
    
    start "" /D "%ARMAPATH%" /B "%ARMAPATH%\%BETAPATH%\%EXE%" "-beta=%MODSTRINGBETA%;%MODSTRINGCOMMON%" %PARAMETERSCOMMON% %PARAMETERSBETA%
    
    goto quit
    
    :quit
    @exit /B 0
    
    :ENDfailA2OA
    @exit /B 1

  4. #4
    I recommend you take a look at Spirited Machine's Arma II Launcher http://www.armaholic.com/page.php?id=8241 (there's a v1.4.1 update that you should be able to get by doing Check for Updates once it's installed).

    With that you can make presets much easier than with SixUpdater and save them as shortcuts on your desktop.
    Phenom II X4 955 @ 3.6Ghz, 16GB DDR3, MSI 990FXA-GD80, 2GB 6950 (unlocked to 6970, 900/1350Mhz), Win7 x64 Ultimate

  5. #5
    Master Gunnery Sergeant MavericK96's Avatar
    Join Date
    Jul 3 2004
    Location
    Anacortes, WA, USA
    Posts
    1,388
    +1 to Spirited Machine's launcher. I use it exclusively. I would use Six but it takes WAY longer to load than the SM Launcher (like, 10 times longer).
    Core i7 920 @ 3.995 GHz, HT off
    12 GB OCZ DDR3-1600
    GTX 680
    2x Intel X25-M 80 GB SSD
    Windows 7 Pro x64

    ArmA2/OA Settings:
    1920x1080 w/ View Distance at ~3600
    Video Memory at Default
    MSAA Very High, AToC=0, SMAA Ultra
    Post Processing at Very Low
    All other settings at Very High

Similar Threads

  1. Replies: 12
    Last Post: Jul 22 2012, 00:18
  2. Can't Update ArmA 2 client to beta
    By Olmec in forum ARMA 2 & OA - BETA PATCH TESTING
    Replies: 1
    Last Post: Jun 25 2012, 07:35
  3. ARMA 2: Operation Arrowhead - Windows Dedicated server - 1.57.76903 & beta 1.57.77007
    By Dwarden in forum ARMA 2 & OA - Servers & Administration
    Replies: 10
    Last Post: Jun 6 2011, 13:40
  4. ARMA 2: Operation Arrowhead - Linux Dedicated server - 1.57.76894 & beta 1.57.76934
    By Dwarden in forum ARMA 2 & OA - Servers & Administration
    Replies: 18
    Last Post: Jan 27 2011, 13:57
  5. server & client at once with dualcore?
    By jantenner in forum ARMA - MULTIPLAYER
    Replies: 3
    Last Post: Nov 30 2006, 19:23

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •