Difference between revisions of "Dedicated server"

From AAO25, the home of 25Assist for America's Army
Jump to: navigation, search
 
Line 10: Line 10:
  
 
If you do not follow these instuctions to download and install it...
 
If you do not follow these instuctions to download and install it...
==Installing AA2.5==
+
===Installing AA2.5===
 
Login to your server on the console or remotely using SSH:
 
Login to your server on the console or remotely using SSH:
  
Line 36: Line 36:
 
  rm armyops250-linux.run
 
  rm armyops250-linux.run
  
==2.5ASSIST DEDEICATE SERVER INSTALLATION==
+
===2.5ASSIST DEDEICATE SERVER INSTALLATION===
 
Move into your americas army 'System' folder
 
Move into your americas army 'System' folder
  

Latest revision as of 05:56, 3 November 2016

This page explains how to set up a dedicated server with Assist. The readme file has been copied from a server downloaded with Assist Server Manager (LReadme.txt in the server folder).

README

AA25.ORG AMERICAS ARMY 2.5ASSIST DEDICATED SERVER README LINUX SERVER INSTRUCTIONS

First you must have an existing americas army 2.5 installation,

If you do not follow these instuctions to download and install it...

Installing AA2.5

Login to your server on the console or remotely using SSH:

Move into your home folder:

cd ~

Download the installation package:

wget http://ftp.free.fr/mirrors/AmericasArmy/Linux_v2.5.0/armyops250-linux.run

Set executable and execute:

chmod +x armyops250-linux.run
./armyops250-linux.run

When asked for an installation path enter: ~/armyops

Say no to symbolic links

Select Base Install

Say no to startup menu entrys

After some time the installation will complete.

You may now delete the installation package:

rm armyops250-linux.run

2.5ASSIST DEDEICATE SERVER INSTALLATION

Move into your americas army 'System' folder

On our fresh install you would use:

cd ~/armyops/System

On an existing 25Assist(GUI) Installation use:

cd ~/25Assist/armyops/System

IMPORTANT, Rename server-bin to serverx

mv server-bin serverx
chmod +x serverx

Download and extract 2.5assist:

wget http://downloads.sourceforge.net/project/aa25assist/Binaries/ldedisrv.zip
unzip ldedisrv.zip
chmod +x server-bin

Now edit the aa25.ini file with your required settings:

nano aa25.ini

Start the Server:

./server-bin GLOBAL map-filename 

(replace map-filename with your choosen map, bridge, insurgent_camp, radio_tower, etc.)

(Optional command-line arguments -Port=1716 -Multihome=0.0.0.0 override settings in aa25.ini)


Additional pb commands can be added by creating ServerMessage.cfg in the "pb" folder and adding them there.

You might have to install this to get it to work:

apt-get install lib32stdc++6