Diff for "Games/FPS/Tremulous"


Differences between revisions 4 and 5
Revision 4 as of 2008-09-29 01:46:16
Size: 1320
Editor: pool-96-237-160-67
Comment:
Revision 5 as of 2017-09-06 16:46:31
Size: 471
Editor: ckimes
Comment: Clean up old material; tag with NeedsUpdating
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<Include(Tag/NeedsUpdating)>>
## Does this game still work in Ubuntu?
Line 6: Line 9:
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.
Line 8: Line 10:
=== 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.
Tremulous is no longer available in the repositories.
You can try downloading it from [[http://tremulous.net/files/|their website]].
Line 11: Line 13:
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
}}}

===== Links =====
[[http://tremulous.net/|Official website]]

https://help.ubuntu.com/community/Games#Tremulous
== Links ==
 * [[http://tremulous.net/|Official website]]

Tag/tag.png

Needs Updating
This article needs updating to include the latest versions of Ubuntu. More info...

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 is no longer available in the repositories. You can try downloading it from their website.

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