This wiki is static and therefore read-only as of August 2011. More information here.
Hosted by NexuizNinjaz.com

This is an old revision of the document!


Nexuiz Basics


Basic Stuff you should know for playing Nexuiz.

Game Types

* Deathmatch (DM)
* Last Man Standing (LMS)
* Arena (Arena)
* Runematch (Rune)
* Race (Race)
* Race CTS (CTS)
* Team Deathmatch (TDM)
* Capture The Flag (CTF)
* Domination (DOM)
* Key Hunt (KH)
* Assault (Assault)
* Onslaught (ONS)
* Nexball (Nexball)

How To Play

Gametype How to play
DM To have the most frags.
LMS To be the last one surviving.
Arena To be the first to make a frag.
Rune To have the most frags.
Race To be the fastest.
CTS ?
TDM To have the most frags as a team.
CTF To capture the enemy's flag by running over their flag and running it back to your base and walking through your flag.
DOM To control the control points as a team for the longest.
KH To collect the keys the most as a team.
Assault ?
ONS To capture the control points and ultimately the enemy generator as a team.
Nexball To score the most goals as a team.

How To Bind

A bind is a simple command with the console. You open the console (shift + esc or `) and type:
Basic list of commands:
bind
say
say_team

Here is a simple example of a bind
bind a “say Hello”
bind <key> <command>

4. Create a alias

A alias is a bit more complicated than a bind but it still involves binding.
The are a lot of commands available.

Here is a basic example of a alias
alias kill “kill”
bind k “kill”

Aliases can also be +/- e.g
alias +laser “impulse 1”
alias -laser “impulse 11”
bind <key> ”+laser”

NOTE: commands must be inside ” ” and if you want more than one command in one alias separate the commands with ; (semicolon)

5. Save the settings

Many settings, such as the bind command above, are automatically saved in the file nexuiz/data/config.cfg
But some, such as the alias command, are not. If you want to save this, you need to put it into a file (it does not exist, you must create it) called autoexec.cfg.

 
game/basics.1258948550.txt.gz · Last modified: 2009/11/23 04:55 by plasmasheep
Nexuiz Ninjaz Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
GFDL logoGFDLcontent Unless mentioned on the licensing page, the work on this page is licensed under the GNU Free Documentation License. The author states that the text and images can be used within the restrictions of this license (for example, they can be incorporated into certain free encyclopedias such as Wikipedia).
Kindly hosted by NexuizNinjaz.com