
Open the game console:
The console is like a shell for the game.. you can enter commands, change settings for make Nexuiz connect to a server. It can be opened by pressing shift+esc while you're in the menu. Or at any other time that is.
But when in-game you can just press ` (the key left of 1) which is easier. Press escape in both cases to close the console again.
Nexuiz 2.2.1 introduced the variable con_closeontoggleconsole. Just set it to 1 and you can use the same key to close the console again. However this does not work too well with european keyboard layouts.
Nexuiz does not start correctly. (No startup video / Only some gray blocks instead of the menu / No text visible)
The reason for this is that nexuiz did not file some files.
Maybe the executable was started from within the wrong directory and can't find its data files.
Nexuiz does include a linux shell scripts nexuiz-linux-glx.sh and nexuiz-linux-sdl.sh which will take the right 32 or 64 bit variant and also take care of the right directory, use those to start the game.
A few lines down in this you can also find a link for scripts that also will do a simple autorecord.
Maybe you made an error while extracting nexuiz-20.zip. Make sure you use the option with folder.
Nexuiz is too dark:
v_hwgamma 1
v_gamma 1.5
v_brightness 0.1
v_contrast 0
Colored names and other fonts
You can apply colors to your player name (inside the Nexuiz game, not the forums) by typing ^(number from 0-9) before your text. Like this:
^5This way you can not only color your name, but your whole text!
^1red ^2green ^4blueList of colors
^0 = black
^1 = red
^2 = green
^3 = yellow
^4 = blue
^5 = aqua
^6 = pink
^7 = white
^8 = light grey
^9 = dark grey
Also see here: http://bddempire.com/xeno/colors.asp
Besides colors you can use special characters in your name.
This page does explain it pretty nice: http://bddempire.com/xeno/fonts.asp
In case it will cease to exists here the old stuff: Lines that are directly underneath mean that you'll get the same character as above in an other font. Also the "misc" chars will look differently ingame then here in the text..here's a list of special chars ( i think it's the old morfar's signature)
Normal: ABCDEFGHIJKLMNOPQRSTUVWXYZ
Cool: ÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚ
LCD: áâãäåæçèéêëìíîïðñòóôõö÷øùú
Normal: 1234567890
LCD: ±²³´µ¶·¸¹°
Misc: ŸÝÿýÜÛüûÀàÞþߥ¢¨€£¤§¦¯©®«»¡¿¼½¾¬ºªƒ•"
m0rfar also made a nice file with all those characters:I have acctually found more special characters, like smileys and colorfull "splats", but I don't have them in the signature since they become "lost in translation" on this forum.
http://rapidshare.de/files/10726705/autoexec.cfg.html
demo recording, watching, listing:
1. open console and enter "rec <name>" (before connecting to a server!). The demo will be stored in ~/.nexuiz/data/demos/<name>.dem (Linux/Mac) or Nexuiz/data/demos/<name>.dem (Windows).
2. open console and enter "ply <name>" (if you downloaded a demo copy it to data/demos first)
Nexuiz 2.0 does include demo menu that can also be used to start/play a demo.
to list all available demos type "dem" on the console.
In this thread you can learn how to make a simple autorecord for nexuiz. Its just a bit too long to quote it here. But its very useful.
And finally some useful binds for watching/recording demos and movies taken from this post
Easy kicking:
Open the console and type status and see the #NUMBER of the player you want to kick. To really kick him type
kick # NUMBER reason-text
That way you do not have to type the players name. And as you would also need to type the color codes and other stuff in his name it can get hard to do. So use the players number. Notice the space between # and the number! And also notice that you need to be the server admin sitting at the console or using the "client side commands" or play on a server that allows for vote kicking. Its almost the same:
using client commands: cc kick # NUMBER reason-text
using voting: vcall kick # NUMBER reason-text
The reason is not needed but its always good to know why one got kicked
Nexuiz is too slow or fast

Config files for effects settings:Open the console and enter one of the following lines to change your graphic settings. From worst(fastest) to best(slowest) quality
exec low.cfg;vid_restart
exec med.cfg;vid_restart
exec normal.cfg;vid_restart
exec high.cfg;vid_restart
exec ultra.cfg;vid_restart
exec ultimate.cfg;vid_restart
Or if you want to have more work you can use the menus to disable / enable all the (realtime) effects under Options - Effects
You can find more info on that topic here: http://forums.alientrap.local/viewtopic.php?t=1628
New movement:
I will edit this post if something else does come to mind.. anyone got more?
