]> icculus.org git repositories - divverent/nexuiz.git/blob - Docs/FAQ.aft
fixed fov slider in menu & updated FAQ for 1.6 release
[divverent/nexuiz.git] / Docs / FAQ.aft
1 #--- AFT (Almost Free Text) source file for Nexuiz FAQ
2 #--- use AFT v5.096 or later (http://www.maplefish.com/todd/aft.html)
3
4 #---SET nexversion=1.6
5 #---SET zipname=nexuiz16.zip
6
7 *Title: Nexuiz %nexversion% FAQ
8                         http://nexuiz.com       http://alientrap.org
9
10 ------
11
12 *TOC
13
14 ------
15
16 * Troubleshooting
17
18 ** How do I install Nexuiz?
19 Just unzip the |%zipname%| file. You can do this with any archive program (like [7zip (http://7zip.org)]). It's very important to remain the directory structure while unpacking (in WinZip this option is called "Use folder names"). The directory structure should look like this afterwards:
20 ^<<
21 Nexuiz
22 |-- Docs
23 |-- Nexuiz-SDL.app
24 |   |-- *
25 |-- data
26 |   |-- data*.pk3
27 |-- navnodeedit
28 |   |-- progs.dat
29 |   |-- *.cfg
30 |   |-- *
31 |-- *.exe
32 |-- *.dll
33 `-- nexuiz-linux-*
34 ^>>
35
36 ** When I start Nexuiz all I see is a black screen with some checkered squares
37 This happens when the engine can't load the data*.pk3 file. The reasons could be:
38         1. you unpacked the zip file without folder names (see [How do I install Nexuiz?])
39         2. on Linux: the current directory is not your Nexuiz/ folder (see [How can I place a shortcut to Nexuiz on my Linux desktop?])
40         3. your download might be corrupted
41
42 ** The sound is broken, it crackles and stutters
43 Try run |nexuiz-sdl.exe| instead of |nexuiz.exe| (on Windows). Adding the command line options |-sndspeed 48000| and/or |-sndstereo| can also help on some systems (on Windows, Linux, Mac).
44
45 ** When I join a server or after a map change I see nothing but a black screen, but I can still move and shoot
46 This is probably because you don't have the map, that's running on the server. There is no map/content download in Nexuiz at the moment so you have to get the map the old fashioned way. Most servers will have a download URL in their name or welcome message. There is also a [wiki page (http://savage747.sa.funpic.de/wiki/pmwiki.php?n=Main.CustomMaps)] dedicated to new maps.
47
48
49
50 * Server setup
51
52 ** How do I start a server?
53 There's a tutorial on how to setup up an dedicated server in this [forum post (http://www.alientrap.org/forum/viewtopic.php?t=18)].
54
55 ** Which ports do I have to open in firewall/forward from my router to run a server?
56 The default port is 26000 UDP. You can change that by starting Nexuiz with |nexuiz-sdl.exe -port <port>| (on Windows) or |nexuiz-linux-686-sdl -port <port>| (on Linux).
57 To add the command line argument on Windows, create a new shortcut to |nexuiz-sdl.exe| and right click on it. Select properties and |-port <port>| in the "Target:" line. Be sure that the "Start in:" line contains the full path to your Nexuiz folder and click "OK".
58 If you follow the tutorial mentioned above you do not need this command line argument as it will be done in the config file created for the server.
59
60 ** Is there some kind of rcon?
61 Yes starting with Nexuiz 1.6 there is rcon (QuakeWorld compatible). To use it you must enter |set rcon__password hackme| in the server console or server config file. The Nexuiz client has to set the same password in the same fasion. You can then issue commands with |rcon <command>|. There are also external rcon tools but make sure you use a QW compatible rcon tool.
62 There is also a feature called |client side commands|. To enable it enter |set sv__clientcommands 1| on your server console. Don't forget to set a password with |set sv__clientcommands__password hackme|. Now you can become admin ingame by entering |ccl hackme| on the client console. To issue commands enter |cc <command>| (e.g. |cc restart| or |cc chmap dm_nexdm12|).
63
64 ** How can i kick people who are using special characters in their names?
65 Enter |status| at the console. You will see a list of all players. In front of their names you will see a number (the player id). You can kick the player you don't like with |kick # <player id> <reason>| (notice the space after #).
66
67
68 * General questions
69
70 ** How do I install new maps?
71 Maps usually ship as *.pk3 file. All you have to do is to copy this file to your |Nexuiz/data/| directory.
72
73 ** How can I place a shortcut to Nexuiz on my Linux desktop?
74 Use the script |nexuiz-linux.sh| instead of the binary. It will use the right version (32 or 64 bit).
75
76 ** How do I open the console?
77 Press |\[shift]+\[escape]|. To close it press |\[escape]|
78
79 ** What console commands/variables are there?
80 You can get a list of variables by entering |cvarlist| on the console. |cmdlist| will give you a list of available commands. An annotated version of that output can be found at the [Nexuiz wiki (http://savage747.sa.funpic.de/wiki/pmwiki.php?n=Main.ConsoleCommands)].
81
82 ** How can I speed up my frame rate?
83 The greatest performance boost can be achieved by turning off dynamic lights and shadows. Bloom is also quite resource intensive. On older graphics cards or on-board/notebook chips with little video ram you can try to lower the texture resolution. To do this open the console and type |gl__picmip #; r__restart| (where # is a number between 0 and 10, 0 is the highest quality).
84
85 ** How can I activate colors in my name?
86 Colors can be used in nicknames and chat messages by typing ^ followed by a number between 0 and 9.
87
88         !                            !
89         ! code   ! color             !
90         !----------------------------!
91         ! ^0     ! black             !
92         !----------------------------!
93         ! ^1     ! red               !
94         !----------------------------!
95         ! ^2     ! green             !
96         !----------------------------!
97         ! ^3     ! yellow            !
98         !----------------------------!
99         ! ^4     ! blue              !
100         !----------------------------!
101         ! ^5     ! aqua              !
102         !----------------------------!
103         ! ^6     ! pink              !
104         !----------------------------!
105         ! ^7     ! white             !
106         !----------------------------!
107         ! ^8     ! light grey        !
108         !----------------------------!
109         ! ^9     ! dark grey         !
110         !----------------------------!
111
112 ** How do i watch/record demos?
113 To record a demo: open the console and type |rec <name>|. The demo file will be stored in |~/.nexuiz/data/demos/<name>.dem| (Linux) or |Nexuiz/data/demos/<name>.dem| (Windows).
114 To watch a demo: open the console and type |ply <name>| (|name| is the filename without extension). If you downloaded a demo, copy it to |Nexuiz/data/demos| first.
115 You can list all your demo files by typing |dem| on the console. Some usefull keybindings for viewing demos are listed [here (http://www.alientrap.org/forum/viewtopic.php?p=357#357)].
116
117
118 * Development
119
120 ** How do i set up gtkradiant to create/edit Nexuiz maps?
121 There's a [guide (http://www.alientrap.org/forum/viewtopic.php?t=10)] on gtkradiant setup in the forums.
122 There are also [Windows tool (http://www.alientrap.org/forum/viewtopic.php?p=33)] that will help you to setup gtkradiant 1.4 and a [Linux script (http://www.alientrap.org/forum/viewtopic.php?p=841)] to configure gtkradiant 1.5.
123
124 ** Where can i get latest development versions of the source code?
125 _Engine:_ instructions are available at http://icculus.org/twilight/darkplaces/download.html (you will need a [cvs client (http://www.nongnu.org/cvs/)], beta builds are available [here (http://icculus.org/twilight/darkplaces/files/)])
126
127 _Game data:_ to check out the Nexuiz svn, you'll need a [svn client (http://subversion.tigris.org/project_packages.html)]. To check out the repository with a commandline svn client, do
128 ^<<
129 svn co svn://svn.icculus.org/nexuiz/trunk/
130 ^>>
131 To compile the gamecode you need [fteqcc (http://sourceforge.net/project/showfiles.php?group\_id=116842&package\_id=129507)]. Just download it and run it twice, once in |data/menuqc| and once in |data/qcsrc/server|.