]> icculus.org git repositories - divverent/nexuiz.git/blob - Docs/FAQ.aft
removed navnodeedit from FAQ
[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=2.0
5 #---SET zipname=nexuiz20.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 |-- *.exe
28 |-- *.dll
29 `-- nexuiz-linux-*
30 ^>>
31
32 ** When I start Nexuiz all I see is a black screen with some checkered squares
33 This happens when the engine can't load the data*.pk3 file. The reasons could be:
34         1. you unpacked the zip file without folder names (see [How do I install Nexuiz?])
35         2. on Linux: the current directory is not your Nexuiz/ folder (see [How can I place a shortcut to Nexuiz on my Linux desktop?])
36         3. your download might be corrupted, please download Nexuiz again
37
38 ** The sound is broken, it crackles and stutters
39 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).
40
41 ** I can't switch to 32 bit color depth (Windows)
42 Check if your desktop color depth is set to 32 bits per pixel. If it's just set to 16, Nexuiz can't switch to 32 bit mode.
43
44 ** When I join a server or after a map change I see nothing but a black screen, but I can still move and shoot
45 This is probably because you don't have the map, that's running on the server. As Nexuiz does now support map/content download the server might be be setup to support this and you will have to get the map the old fashioned way. Those 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.
46
47 * Server setup
48
49 ** How do I start a server?
50 Please take a look at the file |readme.txt| in the |Docs/server/| directory where this topic is explained.
51
52 ** Which ports do I have to open in firewall/forward from my router to run a server?
53 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).
54 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".
55 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.
56
57 ** Is there some kind of rcon?
58 Yes starting with Nexuiz 2.0 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.
59 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|).
60
61 ** How can i kick people who are using special characters in their names?
62 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 #).
63
64
65 * General questions
66
67 ** How do I install new maps?
68 Maps usually ship as *.pk3 file. All you have to do is to copy this file to your |Nexuiz/data/| directory.
69
70 ** How can I place a shortcut to Nexuiz on my Linux desktop?
71 Use the script |nexuiz-linux.sh| instead of the binary. It will use the right version (32 or 64 bit).
72
73 ** How do I open the console?
74 Press |\[shift]+\[escape]|. To close it press |\[escape]|
75
76 ** What console commands/variables are there?
77 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)].
78
79 ** How can I speed up my frame rate?
80 The greatest performance boost can be achieved by turning off dynamic lights and shadows in the menu |Options / Effects|. Bloom is also quite resource. Other fps boots include disabeling |Deluxemapping| and |Coronas|. 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 ([How do I open the console?]) and type |gl__picmip #; r__restart| (where # is a number between 0 and 10, 0 is the highest quality). Nexuiz now does also include config files that will adjust your graphic settings. Open the console as explained in and type |exec normal.cfg| to get the default setting. |exec med.cfg| and |exec low.cfg| are of lower quality but will make Nexuiz faster. |exec high.cfg| and |exec ultra.cfg| will show what Nexuiz is able to look like but do require a very fast PC and graphic card. Just like the |gl_picmip| some of the settings in those config files require you to either restart Nexuiz or type |vid_restart| in the console afterwards.
81
82 ** How can I activate colors in my name?
83 Colors can be used in nicknames and chat messages by typing ^ followed by a number between 0 and 9.
84
85         !                            !
86         ! code   ! color             !
87         !----------------------------!
88         ! ^0     ! black             !
89         !----------------------------!
90         ! ^1     ! red               !
91         !----------------------------!
92         ! ^2     ! green             !
93         !----------------------------!
94         ! ^3     ! yellow            !
95         !----------------------------!
96         ! ^4     ! blue              !
97         !----------------------------!
98         ! ^5     ! aqua              !
99         !----------------------------!
100         ! ^6     ! pink              !
101         !----------------------------!
102         ! ^7     ! white             !
103         !----------------------------!
104         ! ^8     ! light grey        !
105         !----------------------------!
106         ! ^9     ! dark grey         !
107         !----------------------------!
108
109 ** How do i watch/record demos?
110 You can access your demos in the |Demos| menu. Click on the demo you want to watch and then on |Start| to watch the demo. 
111 To record a demo yourself open the console ([How do I open the console?]) and type |rec <name>| before playing. That is before starting a game or connection to a server. The demo file will be stored in |~/.nexuiz/data/demos/<name>.dem| (Linux) or |Nexuiz/data/demos/<name>.dem| (Windows).
112 To watch a demo: open the console and type |ply <name>|. If you downloaded a demo, copy it to |Nexuiz/data/demos|. You might have to create this directory if you have never recorded a demo before.
113 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)]. A simple way to automaticly record demos can be found [here (http://www.alientrap.org/forum/viewtopic.php?t=90)]
114
115
116 * Development
117
118 ** How do i set up gtkradiant to create/edit Nexuiz maps?
119 There's a [guide (http://www.alientrap.org/forum/viewtopic.php?t=10)] on gtkradiant setup in the forums.
120 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.
121
122 ** Where can i get latest development versions of the source code?
123 _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/)])
124
125 _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
126 ^<<
127 svn co svn://svn.icculus.org/nexuiz/trunk/
128 ^>>
129 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|.