From a42450012c807607102410aeebbf65a280b3f6f7 Mon Sep 17 00:00:00 2001 From: esteel Date: Wed, 14 Jan 2009 19:11:21 +0000 Subject: [PATCH] mention the old way to use colors again, GENERATE html from the aft file and merge it into Docs/faq.html git-svn-id: svn://svn.icculus.org/nexuiz/trunk@5529 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- Docs/faq.html | 420 +++++++++++++++++++++-------------------- Docs/htmlfiles/faq.aft | 50 ++--- 2 files changed, 244 insertions(+), 226 deletions(-) diff --git a/Docs/faq.html b/Docs/faq.html index 1b2699437..dae38ec39 100644 --- a/Docs/faq.html +++ b/Docs/faq.html @@ -66,59 +66,59 @@

Nexuiz is a free open-source first person shooter that runs on Windows, Linux and OSX.

-

-
-

Nexuiz 3 FAQ

-
-
- http://nexuiz.com  http://alientrap.org -
-
- - -
- -

Troubleshooting

- -

How do I install Nexuiz?

-

Just unzip the nexuiz-<version>.zip file. You can do this with any archive program (like 7zip). It's very important to keep the directory structure while unpacking (in WinZip this option is called "Use folder names"). The directory structure should look like this afterwards:

-
-
+
+
+ +

Nexuiz 3 FAQ

+
http://nexuiz.com  http://alientrap.org
+
+ + +
+ +

Troubleshooting

+ +

How do I install Nexuiz?

+

+Just unzip the nexuiz-<version>.zip file. You can do this with any archive program (like 7zip). It's very important to keep the directory structure while unpacking (in WinZip this option is called "Use folder names"). The directory structure should look like this afterwards: +

 Nexuiz/
 |-- Docs/
 |   |-- *
@@ -138,154 +138,172 @@ Nexuiz/
 |-- *.exe
 |-- *.dll
 `-- nexuiz-linux-*
-            
-
-

- -

When I start Nexuiz all I see is a black screen or a black screen with some checkered squares

-

This happens when the engine can't load the data*.pk3 file or has trouble to initialize OpenGL. The reasons could be:

-
    -
  1. you unpacked the zip file without folder names (see How do I install Nexuiz?)
  2. -
  3. on Linux: the current directory is not your Nexuiz/ folder. See How can I place a shortcut to Nexuiz on my Linux desktop? on how to fix this
  4. -
  5. on Mac: you tried to extract and move the files from a Nexuiz update and it deleted the old files. When using the mac GUI please be sure to move only the files not the folders as that will delete the old files or use the mv console command which will not delete the old files
  6. -
  7. the engine could not initialize OpenGL. Please install the latest drivers for your graphic card. You will probably find one for your card there: intel ati nvidia
  8. -
  9. your download might be corrupted, please download Nexuiz again
  10. -
-

- -

When i start Nexuiz my screen is flickering

-

This in known to happen on Windows with Intel grahpic chips and is a bug in the graphics drivers. A workaround is to set Flip-Policiy to blit. Open the control panel, there should be an icon called Intel(R) GMA driver (or something like that), double click it. Click on 3D Settings to find the screen with that settings.

- -

How can I speed up my frame rate?

-

You can choose predefined performance settings in the Settings / Video menu. Normal is the default, Medium and Low run faster while High, Ultra and Ultimate enable more features you might want to test if you have a high end graphic card. Or you can dis/enable single features. The greatest performance boost can be achieved by turning off dynamic lights and shadows in the Settings / Effects menu. Bloom is also quite resource intensive. Other fps boots include disabling Deluxemapping and Coronas. On older graphics cards or on-board/notebook chips with little video ram you can try to lower the texture quality in the Settings / Video menu. Some graphic cards (mostly ATI or quite old cards) run A LOT faster if you disable the Vertex Buffer Objects in the Settings / Video menu. An other thing that can greatly help on such cards is to disable the OpenGL 2.0 Shaders. Having that option enabled is faster on most cards however thats why both are active by default.

- -

The sound is broken, it crackles and stutters

-

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 Linux, Mac, Windows).

- -

Mouse is too slow and sensitivity is at top (on Mac / Linux)

-

Mac: The default mouse acceleration on Mac is very high and strange. The Nexuiz defaults work fine with it but some mouse drivers seem to 'correct' the mouse acceleration and conflict with the Nexuiz defaults. Try to disable the option Turn off OS mouse acceleration in the Settings / Input menu. Or the same via console: apple_mouse_noaccel 0; vid_restart (How do I open the console?) Linux: A similar problem can arise on Linux. Its also Turn off OS mouse acceleration in the Settings / Input menu but the console command is different: vid_dga 0; vid_restart (How do I open the console?)

- -

I can't switch to 32 bit color depth (on Windows)

-

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.

- -

When I join a server or after a map change I see nothing but a black screen, but I can still move and shoot

-

This is probably because you don't have the map that's running on the server. As Nexuiz supports map/content download the server might not be be setup (correctly) to support this and you will have to get the map the old fashioned way. Those servers should have a download URL in their name or welcome message. There is also a wiki page dedicated to new maps. For Linux users: you need to have libcurl installed, otherwise you won't be able to download any maps. libcurl should be available in any Linux distribution, just search for "libcurl" and install it in your distribution's package manager.

- -

How to report crashes

-

Alientrap wants to ensure everyone has a pleasent time playing Nexuiz, so if you have problems we would like to ask you to report them and thus help solve them. Especially crash reports can be very helpful. See below for how to contact Alientrap (Where can i get more help?)

-

On Mac: IS THERE A EASY WAY?

-

On Linux: In a xterm, cd into your Nexuiz installation directory, start catchsegv ./nexuiz-linux-686-sdl -condebug -developer > crash.txt 2>&1 and give the file crash.txt to the developers. Note that you can also use ./nexuiz-linux-686-glx or if you have a 64bit system ./nexuiz-linux-x86_64-sdl and ./nexuiz-linux-x86_64-glx

-

On Windows: Click Start->Run, and enter drwtsn32, click Ok in the next window, run Nexuiz and wait for the crash. Then go to C:\Documents and Settings\All Users\Application Data\Microsoft\Dr Watson there should be a file called "drwtsn32.log", give that file along with the engine's build date to the developers. You'll see that date when you open the ingame console (How do I open the console?). Note that some folders of that path may be hidden or have a translated name if you're using a non-english windows.

- -

Where can i get more help?

-

Visit the official Nexuiz forum there is a support and bug report area. Or get on IRC to chat with other or ask for help. There is the normal users channel (irc://irc.quakenet.org/nexuiz) and the developers channel (irc://irc.anynet.org/alientrap)

- - - -

General questions

- -

How do I install new maps?

-

Maps usually ship as *.pk3 file. All you have to do is to copy this file to the Nexuiz/data/ (on Linux, Mac, Windows) OR ~/.nexuiz/data/ (on Linux, Mac) directory. Map packages that were downloaded from a server during playing end up in Nexuiz/data/dlcache/ or ~/.nexuiz/data/dlcache/ and are only used till you exit Nexuiz. If you want to play them localy or use them to setup a server of your own you can "accept" the packages by moving it one level up - right next to your config.cfg.

- -

How can I place a shortcut to Nexuiz on my Linux desktop?

-

Use the script nexuiz-linux-sdl.sh or nexuiz-linux-glx.sh instead of the binaries. The scripts will use the correct working directory,choose the right version (32 or 64 bit) and also allow you to start a extra X server.

- -

How do I open the console?

-

Press [shift]+[escape]. To close it press [escape]. While playing ` or ^ will also open the console.

- -

What console commands/variables are there?

-

You can get a list of variables by entering cvarlist on the console (How do I open the console?). cmdlist will give you a list of available commands. An annotated version of that output can be found at the Nexuiz wiki.

- -

How can I activate colors in my name?

-

Colors can be used in nicknames and chat messages by typing ^ followed by a number between 0 and 9.

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-        -
code color  
^0 black  
^1 red  
^2 green  
^3 yellow  
^4 blue  
^5 aqua  
^6 pink  
^7 white  
^8 light grey  
^9 dark grey  
-
- -

How do i watch/record demos?

-

After the menu redesign in Nexuiz 2.4 there is no demo menu anymore for the time being. To watch a demo type ply <demos/name> in the console (How do I open the console?). To automaticly record a demo each time you play enable the option Demo recording in the Settings / Misc menu. Of if you just want to record some matches open the console and type rec <demos/name> before playing. That is before starting a game or connecting to a server. The demo file will then be stored in Nexuiz/data/demos/<name>.dem (on Windows) or ~/.nexuiz/data/demos/<name>.dem (on Linux, Mac). If you downloaded a demo, copy it to Nexuiz/data/demos/<name>.dem (on Linux, Mac, Windows) or ~/.nexuiz/data/demos/<name>.dem (on Linux, Mac). You might have to create this directory if you have never recorded a demo before. You can list all your demo files by typing dem on the console. Some useful key bindings for viewing demos are listed here. A simple way to automatically record demos can be found here

- - - -

Server setup

- -

How do I start a server?

-

Use the Multiplayer / Create menu to start a listen server. You will always have to play yourself in a listen server. If you want to create a server without being forced to play yourself please take a look at the file readme.txt in the Docs/server/ directory where the dedicated server is explained.

- -

Which ports do I have to open in firewall/forward from my router to run a server?

-

The default port is 26000 UDP. You can change that in the Multiplayer / Create menu or by starting Nexuiz with the parameter -port <port> or having a line port <port> in the server config file. 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. To add the command line argument on Windows, create a new shortcut to nexuiz.exe or nexuiz-dedicated.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". The parameter will be used if you start Nexuiz via that new shortcut.

- -

Is there some kind of rcon?

-

Yes starting with Nexuiz 2.0 there is rcon (QuakeWorld compatible). To use it you must enter rcon_password <password> in the server console or server config file. The Nexuiz client has to set the same password in the same fashion. You can then issue commands with rcon <command> if you are connected to the server or will have to set rcon_address <ip/hostname> or rcon_address <ip/hostname>:<port> to point to the server. There are also external rcon tools but make sure you use a QW compatible rcon tool.

- -

How can i kick people who are using special characters in their names?

-

Enter status at the server 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 #).

- - - -

Development

- -

How do i set up gtkradiant to create/edit Nexuiz maps?

-

There's a guide on gtkradiant setup in the forums. There are also Windows tool that will help you to setup gtkradiant 1.4 and a Linux script to configure gtkradiant 1.5.

- -

Where can i get latest development versions of the source code?

-

Engine: instructions are available at http://icculus.org/twilight/darkplaces/download.html look for Accessing the SVN server (you will need a svn client, beta builds are available here)

-

Game data: to check out the Nexuiz svn, you'll need a svn client. To check out the repository with a command line svn client, do

-
-
-svn co svn://svn.icculus.org/nexuiz/trunk/
-
- To compile the game code you need fteqcc. Just download it and run it twice, once in data/qcsrc/menu and once in data/qcsrc/server. -
+
+

+ +

When I start Nexuiz all I see is a black screen or a black screen with some checkered squares

+

+This happens when the engine can't load the data*.pk3 file or has trouble to initialize OpenGL. The reasons could be: +

    +
  1. you unpacked the zip file without folder names (see How do I install Nexuiz?)
  2. +
  3. on Linux: the current directory is not your Nexuiz/ folder. See How can I place a shortcut to Nexuiz on my Linux desktop? on how to fix this
  4. +
  5. on Mac: you tried to extract and move the files from a Nexuiz update and it deleted the old files. When using the mac GUI please be sure to move only the files not the folders as that will delete the old files or use the mv console command which will not delete the old files
  6. +
  7. the engine could not initialize OpenGL. Please install the latest drivers for your graphic card. You will probably find one for your card there: intel ati nvidia
  8. +
  9. your download might be corrupted, please download Nexuiz again
  10. +
+

+ +

When i start Nexuiz my screen is flickering

+

+This in known to happen on Windows with Intel grahpic chips and is a bug in the graphics drivers. A workaround is to set Flip-Policiy to blit. Open the control panel, there should be an icon called Intel(R) GMA driver (or something like that), double click it. Click on 3D Settings to find the screen with that settings. +

+ +

How can I speed up my frame rate?

+

+You can choose predefined performance settings in the Settings / Video menu. Normal is the default, Medium and Low run faster while High, Ultra and Ultimate enable more features you might want to test if you have a high end graphic card. Or you can dis/enable single features. The greatest performance boost can be achieved by turning off dynamic lights and shadows in the Settings / Effects menu. Bloom is also quite resource intensive. Other fps boots include disabling Deluxemapping and Coronas. On older graphics cards or on-board/notebook chips with little video ram you can try to lower the texture quality in the Settings / Video menu. +Some graphic cards (mostly ATI or quite old cards) run A LOT faster if you disable the Vertex Buffer Objects in the Settings / Video menu. An other thing that can greatly help on such cards is to disable the OpenGL 2.0 Shaders. Having that option enabled is faster on most cards however thats why both are active by default. +

+ +

The sound is broken, it crackles and stutters

+

+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 Linux, Mac, Windows). +

+ +

Mouse is too slow and sensitivity is at top (on Mac / Linux)

+

+Mac: The default mouse acceleration on Mac is very high and strange. The Nexuiz defaults work fine with it but some mouse drivers seem to 'correct' the mouse acceleration and conflict with the Nexuiz defaults. Try to disable the option Turn off OS mouse acceleration in the Settings / Input menu. Or the same via console: apple_mouse_noaccel 0; vid_restart (How do I open the console?) +Linux: A similar problem can arise on Linux. Its also Turn off OS mouse acceleration in the Settings / Input menu but the console command is different: vid_dga 0; vid_restart (How do I open the console?) +

+ +

I can't switch to 32 bit color depth (on Windows)

+

+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. +

+ +

When I join a server or after a map change I see nothing but a black screen, but I can still move and shoot

+

+This is probably because you don't have the map that's running on the server. As Nexuiz supports map/content download the server might not be be setup (correctly) to support this and you will have to get the map the old fashioned way. Those servers should have a download URL in their name or welcome message. There is also a wiki page dedicated to new maps. +For Linux users: you need to have libcurl installed, otherwise you won't be able to download any maps. libcurl should be available in any Linux distribution, just search for "libcurl" and install it in your distribution's package manager. +

+ +

How to report crashes

+

+Alientrap wants to ensure everyone has a pleasent time playing Nexuiz, so if you have problems we would like to ask you to report them and thus help solve them. Especially crash reports can be very helpful. See below for how to contact Alientrap (Where can i get more help?) +

+

+On Mac: IS THERE AN EASY WAY? +

+

+On Linux: In a xterm, cd into your Nexuiz installation directory, start catchsegv ./nexuiz-linux-686-sdl -condebug -developer > crash.txt 2>&1 and give the file crash.txt to the developers. Note that you can also use ./nexuiz-linux-686-glx or if you have a 64bit system ./nexuiz-linux-x86_64-sdl and ./nexuiz-linux-x86_64-glx +

+

+On Windows: Click Start->Run, and enter drwtsn32, click Ok in the next window, run Nexuiz and wait for the crash. Then go to C:\Documents and Settings\All Users\Application Data\Microsoft\Dr Watson there should be a file called "drwtsn32.log", give that file along with the engine's build date to the developers. You'll see that date when you open the ingame console (How do I open the console?). Note that some folders of that path may be hidden or have a translated name if you're using a non-english windows. +

+ +

Where can i get more help?

+

+Visit the official Nexuiz forum there is a support and bug report area. Or get on IRC to chat with other or ask for help. There is the normal users channel (irc://irc.quakenet.org/nexuiz) and the developers channel (irc://irc.anynet.org/alientrap) +

+ + + +

General questions

+ +

How do I install new maps?

+

+Maps usually ship as *.pk3 file. All you have to do is to copy this file to the Nexuiz/data/ (on Linux, Mac, Windows) OR ~/.nexuiz/data/ (on Linux, Mac) directory. +Map packages that were downloaded from a server during playing end up in Nexuiz/data/dlcache/ or ~/.nexuiz/data/dlcache/ and are only used till you exit Nexuiz. If you want to play them localy or use them to setup a server of your own you can "accept" the packages by moving it one level up - right next to your config.cfg. +

+ +

How can I place a shortcut to Nexuiz on my Linux desktop?

+

+Use the script nexuiz-linux-sdl.sh or nexuiz-linux-glx.sh instead of the binaries. The scripts will use the correct working directory,choose the right version (32 or 64 bit) and also allow you to start a extra X server. +

+ +

How do I open the console?

+

+Press [shift]+[escape]. To close it press [escape]. While playing ` or ^ will also open the console. +

+ +

What console commands/variables are there?

+

+You can get a list of variables by entering cvarlist on the console (How do I open the console?). cmdlist will give you a list of available commands. An annotated version of that output can be found at the Nexuiz wiki. +

+ +

How can I use colors in my nickname and messages?

+

+Colors can be used in nicknames and chat messages via two ways: Either the simple way by typing ^ followed by a number between 0 and 9 or by typing ^x followed by three hexadecimal numbers (0-F) representing red, green and blue components of the color before the text. The second way allows for much more colors. For example if you type ^xF00message the text "message" will be displayed in red color. Simple examples: +

+
+ + + + + + + + + + + + +
  
code rgb code color  
^0 ^x000 black  
^1 ^xF00 red  
^2 ^x0F0 green  
^3 ^xFF0 yellow  
^4 ^x00F blue  
^5 ^x0FF aqua  
^6 ^xF0C pink  
^7 ^xFFF white  
^8 ^xBBB light grey  
^9 ^x444 dark grey  
+ +

How do i watch/record demos?

+

+Demos are recordings of matches that you have played. To automaticly record a demo each time you play enable the option Record demos while playing in the Settings / Demos menu. Or if you just want to record some matches open the console and type rec <demos/name> before playing. That is before starting a game or connecting to a server. The demo file will then be stored in Nexuiz/data/demos/<name>.dem (on Windows) or ~/.nexuiz/data/demos/<name>.dem (on Linux, Mac). +If you downloaded a demo, copy it to Nexuiz/data/demos/<name>.dem (on Linux, Mac, Windows) or ~/.nexuiz/data/demos/<name>.dem (on Linux, Mac). You might have to create this directory if you have never recorded a demo before. +To watch demos you can choose a demo file in the Settings / Demos and click the play button. Also you can watch demos typing ply <demos/name> in the console (How do I open the console?). You can list all your demo files by typing dem on the console.Some useful key bindings for viewing demos and making videos are listed here. A simple way to automatically record demos can be found here. +

+ + + +

Server setup

+ +

How do I start a server?

+

+Use the Multiplayer / Create menu to start a listen server. You will always have to play yourself in a listen server. +If you want to create a server without being forced to play yourself please take a look at the file readme.txt in the Docs/server/ directory where the dedicated server is explained. +

+ +

Which ports do I have to open in firewall/forward from my router to run a server?

+

+The default port is 26000 UDP. You can change that in the Multiplayer / Create menu or by starting Nexuiz with the parameter -port <port> or having a line port <port> in the server config file. +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. To add the command line argument on Windows, create a new shortcut to nexuiz.exe or nexuiz-dedicated.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". The parameter will be used if you start Nexuiz via that new shortcut. +

+ +

Is there some kind of rcon?

+

+Yes starting with Nexuiz 2.0 there is rcon (QuakeWorld compatible). To use it you must enter rcon_password <password> in the server console or server config file. The Nexuiz client has to set the same password in the same fashion. You can then issue commands with rcon <command> if you are connected to the server or will have to set rcon_address <ip/hostname> or rcon_address <ip/hostname>:<port> to point to the server. There are also external rcon tools but make sure you use a QW compatible rcon tool. +

+ +

How can i kick people who are using special characters in their names?

+

+Enter status at the server 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 #). +

+ + + +

Development

+ +

How do i set up gtkradiant to create/edit Nexuiz maps?

+

+There's a guide on gtkradiant setup in the forums. +There are also Windows tool that will help you to setup gtkradiant 1.4 and a Linux script to configure gtkradiant 1.5. +

+ +

Where can i get latest development versions of the source code?

+

+Engine: instructions are available at http://icculus.org/twilight/darkplaces/download.html look for Accessing the SVN server (you will need a svn client, beta builds are available here) +

+

+Game data: to check out the Nexuiz svn, you'll need a svn client. To check out the repository with a command line svn client, do +

+svn co svn://svn.icculus.org/nexuiz/trunk/
+
+To compile the game code you need fteqcc. Just download it and run it twice, once in data/qcsrc/menu and once in data/qcsrc/server. +

+

 


diff --git a/Docs/htmlfiles/faq.aft b/Docs/htmlfiles/faq.aft index 42e344f61..593e8d636 100644 --- a/Docs/htmlfiles/faq.aft +++ b/Docs/htmlfiles/faq.aft @@ -97,31 +97,31 @@ Press |\[shift]+\[escape]|. To close it press |\[escape]|. While playing ` or You can get a list of variables by entering |cvarlist| on the console ([How do I open 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://alientrap.org/wiki/pmwiki.php?n=Main.ConsoleCommands)]. ** How can I use colors in my nickname and messages? -Colors can be used in nicknames and chat messages by typing ^x followed by three hexadecimal numbers (0-F) representing red, green and blue components of the color before the text. For example if you type ^xF00message the text "message" will be displayed in red color. More examples: - - ! ! - ! code ! color ! - !----------------------------! - ! ^x000 ! black ! - !----------------------------! - ! ^xF00 ! red ! - !----------------------------! - ! ^x0F0 ! green ! - !----------------------------! - ! ^xFF0 ! yellow ! - !----------------------------! - ! ^x00F ! blue ! - !----------------------------! - ! ^x0FF ! aqua ! - !----------------------------! - ! ^xF0C ! pink ! - !----------------------------! - ! ^xFFF ! white ! - !----------------------------! - ! ^xBBB ! light grey ! - !----------------------------! - ! ^x444 ! dark grey ! - !----------------------------! +Colors can be used in nicknames and chat messages via two ways: Either the simple way by typing ^ followed by a number between 0 and 9 or by typing ^x followed by three hexadecimal numbers (0-F) representing red, green and blue components of the color before the text. The second way allows for much more colors. For example if you type ^xF00message the text "message" will be displayed in red color. Simple examples: + + ! ! ! ! + ! code ! rgb code ! color ! + !--------!--------------------------------! + ! ^0 ! ^x000 ! black ! + !--------!--------------------------------! + ! ^1 ! ^xF00 ! red ! + !--------!--------------------------------! + ! ^2 ! ^x0F0 ! green ! + !--------!--------------------------------! + ! ^3 ! ^xFF0 ! yellow ! + !--------!--------------------------------! + ! ^4 ! ^x00F ! blue ! + !--------!--------------------------------! + ! ^5 ! ^x0FF ! aqua ! + !--------!--------------------------------! + ! ^6 ! ^xF0C ! pink ! + !--------!--------------------------------! + ! ^7 ! ^xFFF ! white ! + !--------!--------------------------------! + ! ^8 ! ^xBBB ! light grey ! + !--------!--------------------------------! + ! ^9 ! ^x444 ! dark grey ! + !--------!--------------------------------! ** How do i watch/record demos? Demos are recordings of matches that you have played. To automaticly record a demo each time you play enable the option |Record demos while playing| in the |Settings / Demos| menu. Or if you just want to record some matches open the console and type |rec | before playing. That is before starting a game or connecting to a server. The demo file will then be stored in |Nexuiz/data/demos/.dem| (on Windows) or |~/.nexuiz/data/demos/.dem| (on Linux, Mac). -- 2.39.2