This is the sidebar
This is an old revision of the document!
Basic Stuff you should know for playing Nexuiz.
* 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)
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. |
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>
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)
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.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
![]() | GFDLcontent 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 |