Arma 3 unmanaged setup

Post Reply
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Arma 3 unmanaged setup

Post by J-English »

I have downloaded the necessary files and added the shortcut along with adding the target line(shortcut) etc.

double clicking the arma3server exe and shortcut gives me this error


Image
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: Arma 3 unmanaged setup

Post by J-English »

fixed the issue,it was just a directx problem

starting up the server gives me this box

Image
Caliban55
This is my homepage
This is my homepage
Posts: 439
Joined: Sat Sep 04, 2010 10:20 am
Location: Cologne, Gemany
Contact:

Re: Arma 3 unmanaged setup

Post by Caliban55 »

Are you using the SteamCMD tool to install the server (full Arma 3 installation), or are you using the standalone dedicated server files? Are all the BattlEye files in place?
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: Arma 3 unmanaged setup

Post by J-English »

I followed this link

https://community.bistudio.com/wiki/Arm ... xample.cmd

The only thing i changed creating this bat file was SET STEAMLOGIN=mylogin mypassword with my own steam login.Also in the bat file i changed SET A3serverPath=C:\A3server\ to SET A3serverPath=C:\Games\ArmA3\A3Master

I created a shortcut (arma3server.exe) and set the target line to C:\Games\Arma3\A3Master" -port=2302 -config=CONFIG_Vanilla.cfg -world=empty

So i had the same issue ,so i tried another method using steamCMD and added

Code: Select all

force_install_dir C:\Games\Arma3\A3Master

Code: Select all

app_update 107410 validate
to overite the files

Same problem.


Code: Select all

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

       :: DEFINE the following variables where applicable to your install

    SET STEAMLOGIN=mylogin mypassword
    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=C:\A3server\
        SET STEAMPATH=C:\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
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: Arma 3 unmanaged setup

Post by J-English »

This is what i have at the moment,Im only renting this small VDS temporay just to learn and experiment
Image
Caliban55
This is my homepage
This is my homepage
Posts: 439
Joined: Sat Sep 04, 2010 10:20 am
Location: Cologne, Gemany
Contact:

Re: Arma 3 unmanaged setup

Post by Caliban55 »

The appID 233780 refers to the standalone dedicated server, which is still a bit problematic (think there are missing keys according to the feedbacktracker...). Best is to use the client install with the appID 107410.

Try to delete all the previous files and start clean with the appID = 107410 using the steamCMD tool. You can also use the arma3launcher.exe to start the dedicated server if you want to. Then try to disable BattlEye and check if the server starts successfully.
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: Arma 3 unmanaged setup

Post by J-English »

Thankyou calib..deleted all files etc,started fresh with the appID = 107410 .

ran the server with the custom mission works great.

Where would i add my mod parameters ?
Caliban55
This is my homepage
This is my homepage
Posts: 439
Joined: Sat Sep 04, 2010 10:20 am
Location: Cologne, Gemany
Contact:

Re: Arma 3 unmanaged setup

Post by Caliban55 »

Good to hear that it works without any problems now.

If you are using the arma3launcher.exe, you can add the mods by adding the folders via the mod field in the interface. Point and click to the target folder.

You can also create a shortcut on your Desktop pointing to the arma3server.exe and then edit the created shortcut in the target field with the -mod=@mod1;@mod2;... command, where you add the mods you want to start the server with by pointing to their folders.

You can also define the -mod= parameter in a parameter file, which I usually prefer, as it offers one place to store your server configuration in a neat, ordered manner.
http://www.nfoservers.com/forums/viewto ... 83&t=11447
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: Arma 3 unmanaged setup

Post by J-English »

Thanks buddy
justchil
New to forums
New to forums
Posts: 3
Joined: Thu Jun 06, 2013 12:20 pm

Re: Arma 3 unmanaged setup

Post by justchil »

J-English wrote:fixed the issue,it was just a directx problem

starting up the server gives me this box

Image

How did you fix the directx problem? I have the same issue on 2k12 dedi .
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: Arma 3 unmanaged setup

Post by J-English »

Cant remember but that missing dll file is part of directx.
You need to install directx for your server,Goto windows update and update your server,should fix the problem
http://support.microsoft.com/kb/179113/en-gb
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: Arma 3 unmanaged setup

Post by J-English »

As calibaan said start over and use

Code: Select all

app_update 107410 validate
Caliban55
This is my homepage
This is my homepage
Posts: 439
Joined: Sat Sep 04, 2010 10:20 am
Location: Cologne, Gemany
Contact:

Re: Arma 3 unmanaged setup

Post by Caliban55 »

Don't nail me on this, but I think this library is part of DirectX 2010 package. You can find it in your Arma 3 installation folder under:

C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\_CommonRedist

Or wherever you installed Arma 3 to.

http://forums.bistudio.com/showthread.p ... ter-update
Post Reply