URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       #j4f| Clan
  HTML https://j4fclan.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: +ET Tutorials
       *****************************************************
       #Post#: 318--------------------------------------------------
       Update a Enemy Territory 2.60 Gameserver to 2.60b - LINUX
   DIR By: SadNesS
       Date: May 19, 2018, 9:13 am
       ---------------------------------------------------------
       Update to 2.60b
       Download this file:
       --- Code ---
       
       ftp://ftp.idsoftware.com/idstuff/et/ET-2.60b.zip
       --- End Code ---
       You can unpack the file on your PC.
       Then you take the files from the Windows or Linux folder and
       replaces the corresponding files on your server.
       Simply upload via FTP or SSH.
       Start script
       server-et.sh
       --- Code ---
       #!/bin/sh
       screen -d -m -S etserver /home/etserver/enemy-territory/etded
       +set vm_game 0 +set sv_pure 1 +set dedicated 2 +net_ip
       188.40.112.40 +net_port 27960 +set sv_punkbuster 1 +exec
       etpro.cfg
       --- End Code ---
       Of course you have to adjust it.
       The script you put in your home directory with:
       --- Code ---
       chmod u+x server-et.sh
       --- End Code ---
       It starts with:
       --- Code ---
       ./server-et.sh
       --- End Code ---
       *****************************************************
       Page 1 of 1