个人工具

“UbuntuHelp:Nexuiz”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/Nexuiz}} {{Languages|UbuntuHelp:Nexuiz}} Parent: UbuntuHelp:Games [http://www.alientrap.org/nexuiz/ Nexuiz] is a first person online shooter ...)
 
第3行: 第3行:
 
Parent: [[UbuntuHelp:Games]]
 
Parent: [[UbuntuHelp:Games]]
  
[http://www.alientrap.org/nexuiz/ Nexuiz] is a first person online shooter fully licensed under the GPL.
+
[http://www.alientrap.org/nexuiz/ Nexuiz] is a first person online shooter fully licensed under the GPL which is developed by [http://www.alientrap.og/ Alientrap].
  
The simplest method of installation is to install from the Ubuntu repositories. However the recommended method is the alternative installation method, in order to have the most recent version with the latest bugfixes.
+
Although Nexuiz is available through the Ubuntu repositories, the most recent version (2.3) is not yet available through them.
 +
While the versions provided by the repositories are compatible with one another, as well as compatible with version 2.3, it is highly recommended to download the game using the below method, as version 2.3 incorporates numerous bugfixes, and great improvements in framerate and netcode.
  
== Installation from Ubuntu repositories ==
+
== How to install ==
In Ubuntu 6.06, enable the Dapper-Backports repository. (see UbuntuBackports)
+
Nexuiz is a modern, graphically demanding game, and requires direct rendering.
 
+
If the following command returns "Yes", then proceed:
In Ubuntu 6.10, enable the Universe repository. (see [[UbuntuHelp:Repositories]])
+
----
+
Update your sources.list:
+
 
<pre><nowiki>
 
<pre><nowiki>
sudo aptitude update
+
glxinfo | grep direct
 
</nowiki></pre>
 
</nowiki></pre>
 
+
If this returns "No", then see [[UbuntuHelp:Video]] for instructions on enabling direct rendering for your video card.
Install Nexuiz with the following command:
+
<pre><nowiki>
+
sudo aptitude install nexuiz nexuiz-music
+
</nowiki></pre>
+
'''Note:''' The'' nexuiz-music ''package is optional.
+
 
----
 
----
 
+
In Ubuntu 6.10, the following sound library must be installed:
To run, click Applications>Games>Nexuiz or start from the command-line with:
+
<pre><nowiki>
+
nexuiz
+
</nowiki></pre>
+
 
+
== Alternative install of updated version ==
+
In Ubuntu 6.10, the sound library must first be installed:
+
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo aptitude install libvorbisfile3
 
sudo aptitude install libvorbisfile3
 
</nowiki></pre>
 
</nowiki></pre>
  
Now download the Nexuiz zip file for the latest version from  [http://downloads.sourceforge.net/nexuiz/nexuiz-223.zip?modtime=1169557912 Sourceforge.net]. Unzip the folder where you wish to install it.
+
Now download the Nexuiz zip file for the latest version from  [http://downloads.sourceforge.net/nexuiz/nexuiz-23.zip? Sourceforge.net]. Unzip the folder where you wish to install it.
  
 
To start the game, run either "nexuiz-linux-sdl.sh" or "nexuiz-linux-glx.sh" (each use a different method of accessing your hardware).
 
To start the game, run either "nexuiz-linux-sdl.sh" or "nexuiz-linux-glx.sh" (each use a different method of accessing your hardware).
----
 
Installing by this method gives you a more up-to-date version than the one supplied in the Ubuntu package (currently version 2.2.3 compared with version 2.0).
 
  
 
=== Notes ===
 
=== Notes ===
Nexuiz is a graphically demanding game and requires Hardware Acceleration. (see [[UbuntuHelp:Video]])
+
For support questions, please visit Alientrap's Nexuiz forums at [http://alientrap.org/forum/index.php]
 
+
Nexuiz is supported by [http://www.linuxgames.com/xqf/index.shtml XQF], the Unix/X11 server browser. XQF is available in the ''Universe'' repository.
+
 
+
All versions from 2.0 and higher are compatible.
+
  
 
----
 
----

2007年11月21日 (三) 18:29的版本

Parent: UbuntuHelp:Games

Nexuiz is a first person online shooter fully licensed under the GPL which is developed by Alientrap.

Although Nexuiz is available through the Ubuntu repositories, the most recent version (2.3) is not yet available through them. While the versions provided by the repositories are compatible with one another, as well as compatible with version 2.3, it is highly recommended to download the game using the below method, as version 2.3 incorporates numerous bugfixes, and great improvements in framerate and netcode.

How to install

Nexuiz is a modern, graphically demanding game, and requires direct rendering. If the following command returns "Yes", then proceed:

glxinfo | grep direct

If this returns "No", then see UbuntuHelp:Video for instructions on enabling direct rendering for your video card.


In Ubuntu 6.10, the following sound library must be installed:

sudo aptitude install libvorbisfile3

Now download the Nexuiz zip file for the latest version from Sourceforge.net. Unzip the folder where you wish to install it.

To start the game, run either "nexuiz-linux-sdl.sh" or "nexuiz-linux-glx.sh" (each use a different method of accessing your hardware).

Notes

For support questions, please visit Alientrap's Nexuiz forums at [1]