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

* Capture The Flag (CTF)
* Key Hunt (KH)
* Deathmatch (DM)
* Team Deathmatch (TDM)
* Last Man Standing (LMS)
* Domination (DOM)
* Arena (arena)

How To Play


CTF || To capture the enemy's flag by running over their flag and running it back to your base and walking through your flag
KH || To collect all 3 keys, in any order.
DM || To make as many frags as you can.
TDM || To make as many frags as you can with your team
LMS || To be the last one surviving.
DOM || To capture the set areas, they are like flags but they are in a set position
Arena || To be the first to make a frag

3. How To [[keybinds|Bind]]

A bind is a simple command with the console, you open the console (shift + esc ) and type the command
Binding saves a command to a key.
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.1258947729.txt.gz · Last modified: 2009/11/23 04:42 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