个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的9个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/Nexuiz}}
 
{{From|https://help.ubuntu.com/community/Nexuiz}}
 
{{Languages|UbuntuHelp:Nexuiz}}
 
{{Languages|UbuntuHelp:Nexuiz}}
Parent: [[UbuntuHelp:Games]]
+
== Introduction ==
 
+
This page provides a guide to installing and configuring [http://www.nexuiz.com/ Nexuiz], a multiplayer first person shooter freely released 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].
+
== Installation Instructions ==
 
+
The latest release of the game is 2.5.2, [http://downloads.sourceforge.net/nexuiz/nexuiz-252.zip Download here] (888 MB)
Although Nexuiz is available through the Ubuntu repositories, the most recent version (2.3) is not yet available through them.
+
There is no installer step, simply unzip the game and launch using `nexuiz-linux-sdl.sh`.
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.
+
== Configuration ==
 
+
=== Desktop Effects ===
== How to install ==
+
Before starting the game you may need to disable [https://help.ubuntu.com/9.04/desktop-effects/C/compiz-configure.html Desktop Effects], or you could get display errors or the game could run too slowly (this may be not needed on an nVidia card with proprietary drivers).
Nexuiz is a modern, graphically demanding game, and requires direct rendering.
+
=== Direct Rendering ===
If the following command returns "Yes", then proceed:
+
Nexuiz is a graphically demanding game which requires [http://en.wikipedia.org/wiki/Direct_Rendering_Infrastructure Direct Rendering].
 +
If following command returns "No", see [[UbuntuHelp:Video|Video]] to install the proper drivers for your video card.
 
<pre><nowiki>
 
<pre><nowiki>
 
glxinfo | grep direct
 
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.
+
== External Links ==
----
+
* [http://www.alientrap.org/nexuiz/ Nexuiz] - The Nexuiz homepage with support forum, FAQ and more info.
In Ubuntu 6.10, the following sound library must be installed:
+
<pre><nowiki>
+
sudo aptitude install libvorbisfile3
+
</nowiki></pre>
+
 
+
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).
+
 
+
=== Notes ===
+
For support questions, please visit Alientrap's Nexuiz forums at [http://alientrap.org/forum/index.php]
+
 
+
 
----
 
----
 
[[category:CategoryGames]]
 
[[category:CategoryGames]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 23:44的最新版本

Introduction

This page provides a guide to installing and configuring Nexuiz, a multiplayer first person shooter freely released under the GPL.

Installation Instructions

The latest release of the game is 2.5.2, Download here (888 MB) There is no installer step, simply unzip the game and launch using `nexuiz-linux-sdl.sh`.

Configuration

Desktop Effects

Before starting the game you may need to disable Desktop Effects, or you could get display errors or the game could run too slowly (this may be not needed on an nVidia card with proprietary drivers).

Direct Rendering

Nexuiz is a graphically demanding game which requires Direct Rendering. If following command returns "No", see Video to install the proper drivers for your video card.

glxinfo | grep direct

External Links

  • Nexuiz - The Nexuiz homepage with support forum, FAQ and more info.