Jump to content
Sign in to follow this  
ei8ght

ARMA3 Serveur Linux Delete?

Recommended Posts

Let us finally have a patch for Linux servers?

no news from BIS?

We have to wait one year for a chance to have a linux patch server?

Share this post


Link to post
Share on other sites

Why you do not switch over to Wine? Since Wine 1.6, Arma 3 and other Tools like BEC runs fine without errors. So this is maybe the answare, why BI take so long to bring an nativ Linux version.

I was host 2 Servers on Windows and 2 Servers on Wine for testing. Personally i mean that the Servers i have started in Wine, runs better then the Server i was host in Windows.

Share this post


Link to post
Share on other sites

Linux server is much cheaper and easier then with a WIN is more expensive.

What BEC?

Share this post


Link to post
Share on other sites

as i wrote in the dedicated server thread, you need wait, until we have some work to talk about or show or release there is no point to say anything ...

Share this post


Link to post
Share on other sites

So WINE is the solution for you, it's an runtime enviorment for Linux, to run Windows software. So you don't need to buy a Windows License or enything else, only a Server that runs Linux (i prefere Ubuntu Server LTS). There are several Tutorials in the WWW, that describe how to start Arma 3 Windows Server on Linux with WINE.

BEC are BattlEye Extended Controls, it extend the features of BattlEye a little bit. Just browse to ibattle.org

Share this post


Link to post
Share on other sites
So WINE is the solution for you, it's an runtime enviorment for Linux, to run Windows software. So you don't need to buy a Windows License or enything else, only a Server that runs Linux (i prefere Ubuntu Server LTS). There are several Tutorials in the WWW, that describe how to start Arma 3 Windows Server on Linux with WINE.

BEC are BattlEye Extended Controls, it extend the features of BattlEye a little bit. Just browse to ibattle.org

thx dude i check that ASAP

Share this post


Link to post
Share on other sites

Here a quick and dirty Tutorial how to start a Windows Server on Linux ;)

Install Wine 1.6:

apt-get install python-software-properties -y
add-apt-repository ppa:ubuntu-wine/ppa
apt-get update
apt-get install wine1.6 winetricks xvfb x11vnc blackbox -y

[optional] Add new Linux User:

adduser arma3 && su arma3 && cd ~

Now open a screen Session

screen -S arma3


And now we start our Server with this commands (include VNC to see the Arma 3 Terminal)

Xvfb :99 -screen 0 1024x768x16 -ac & 2>/dev/null
export DISPLAY=99
blackbox & 2>/dev/null
x11vnc -display :99 -passwd "YourVNCPassword" -rfbport 5900 & 2>/dev/null

winetricks xact
winetricks d3dx11_42

wine arma3server.exe -port=2302 -ip=xxx.xxx.xxx.xxx -someothercommandlinestuff


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  

×