Diff for "Games/FPS/Tremulous"


Differences between revisions 3 and 4
Revision 3 as of 2008-09-25 20:19:29
Size: 1262
Editor: pool-96-237-160-67
Comment:
Revision 4 as of 2008-09-29 01:46:16
Size: 1320
Editor: pool-96-237-160-67
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
Many servers support, and request the installation of, an upgraded version of the tremulous client dubbed "the backport". This client includes back-ported updates from the, as yet, unreleased next version of the game. Typically, the backport is not required to play fully, but is required to obtain administrative privileges in the game. At the time of this writing (which is September of 2008), many servers support, and request the installation of, an upgraded version of the tremulous client dubbed "the backport". This client includes back-ported updates from the, as yet, unreleased next version of the game. Typically, the backport is not required to play fully, but is required to obtain administrative privileges in the game.

Tremulous

From the official About page "Tremulous is a free, open source game that blends a team based FPS with elements of an RTS."

Installation

Tremulous can be installed by installing the package "tremulous". It can also be installed from Add/Remove by selecting All Available Applications and searching for tremulous.

Backport

At the time of this writing (which is September of 2008), many servers support, and request the installation of, an upgraded version of the tremulous client dubbed "the backport". This client includes back-ported updates from the, as yet, unreleased next version of the game. Typically, the backport is not required to play fully, but is required to obtain administrative privileges in the game.

For easy installation, here is a script that will backup your tremulous file as tremulous_old, and install the backport:

cd ~ && wget http://tremulous.tjw.org/backport/linux/tremulous.x86 && chmod +x tremulous.x86 && sudo mv /usr/lib/tremulous/tremulous /usr/lib/tremulous/tremulous_old && sudo mv tremulous.x86 /usr/lib/tremulous/tremulous && sudo chown root:root /usr/lib/tremulous/tremulous

Official website

https://help.ubuntu.com/community/Games#Tremulous

Games/FPS/Tremulous (last edited 2017-09-06 16:46:31 by ckimes)