DIR Return Create A Forum - Home
---------------------------------------------------------
#j4f| Clan
HTML https://j4fclan.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: +ET Tutorials
*****************************************************
#Post#: 317--------------------------------------------------
Setup a Enemy Territory 2.60 Gameserver - LINUX
DIR By: SadNesS
Date: May 19, 2018, 9:03 am
---------------------------------------------------------
Resources:
For a standard configuration without add-ons / plug-ins! we need
about the following hardware per slot (player):
Traffic up/down ca. 4-8 Kb
RAM appx. 32 MB
CPU appx. 80 MHZ
Information:
Standard port:
The following ports are used by default. If you're using a
router or a firewall, you'll need to share or forward these
ports.
UDP 27950 to 27965
Mostly used:
UDP 27950
UDP 27951
UDP 27960
UDP 27970
Other ports:
UDP 27733
TCP/UDP 3074
UDP 33060 - 33070
General:
- For security reasons, never install a game server with the
user root!
- If your operating system is a 64-bit version, you will need
the 32-bit libs.
- When the server is operated from home and behind a router, do
not forget to forward the ports.
Installation:
Log in via the console (e.g: Putty) and you are in the home
directory.
To be sure you can with...
--- Code ---
cd ~
--- End Code ---
switch to the home directory.
First create a subfolder:
--- Code ---
mkdir etserver
--- End Code ---
The name of the folder is etserver.
Change now to the etserver folder with:
--- Code ---
cd etserver
--- End Code ---
Now download the installer with:
--- Code ---
wget
ftp://ftp.idsoftware.com/idstuff/et/linux/et-linux-2.60-update.x86.run
--- End Code ---
To start the program, you have to set rights:
--- Code ---
chmod 775 et-linux-2.60.x86.run
--- End Code ---
Then create two folders, this is done with one command:
--- Code ---
mkdir /home/etserver/bin /home/etserver/tmp
--- End Code ---
Start the installation with:
--- Code ---
./et-linux-2.60.x86.run
--- End Code ---
The server is started, e.g. with:
--- Code ---
screen -d -m -S etserver /home/etserver/enemy-territory/etded
+set vm_game 0
+set sv_pure 1 +set dedicated 2 +net_ip 23.50.112.44 +net_port
27960 +set sv_punkbuster 1
--- End Code ---
You just have to adjust this command a bit, at least IP and port
otherwise it will not work.
*****************************************************
Page 1 of 1