From cbbd6ea7ce15395a9004eba419367960512dd8ae Mon Sep 17 00:00:00 2001 From: esteel Date: Mon, 17 Mar 2008 13:47:40 +0000 Subject: [PATCH] put my new nick instead of the old in a comment and a docs file slight Docs changes regarding mapdownload again proveread Docs, should be uptodate now, gamemodes.txt got a warning because it has info regarding mapcfg and the old menu left git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3513 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- Docs/FAQ.aft | 1 + Docs/FAQ.html | 1 + Docs/gamemodes.txt | 4 +++- Docs/mapdownload.txt | 9 +++++---- data/qcsrc/server/defs.qh | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Docs/FAQ.aft b/Docs/FAQ.aft index 41fb85b54..1fcd86a0a 100644 --- a/Docs/FAQ.aft +++ b/Docs/FAQ.aft @@ -82,6 +82,7 @@ Visit [the official Nexuiz forum (http://alientrap.org/forum)] there is a [suppo ** 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. diff --git a/Docs/FAQ.html b/Docs/FAQ.html index 0f8419729..a69c08e03 100644 --- a/Docs/FAQ.html +++ b/Docs/FAQ.html @@ -253,6 +253,7 @@ Visit the official Nexuiz foru

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?

diff --git a/Docs/gamemodes.txt b/Docs/gamemodes.txt index a52af2b0f..784cf4b11 100644 --- a/Docs/gamemodes.txt +++ b/Docs/gamemodes.txt @@ -3,6 +3,8 @@ =By Dan Hale, aka Wazat= ======================== +PLEASE NOTE THAT SINCE THE INTEGRATION OF 'GAME MODE PATCH' THE MAP AND MENU SYSTEM WAS REWRITTEN AND THUS THE INFO REGARDING BOTH IS OUTDATED! + This patch enables game modes like Capture the Flag and Domination, and adds more controls for all game modes. See Cvars.txt and mapping.txt in /data/ for more info. @@ -244,7 +246,7 @@ Uber special thanks to Black for his awesome idea on how to do maplists and game Special thanks to Randy, who provided the awesome team symbols for Domination & CTF. Thanks to people who beta tested, found bugs, and/or made suggestions: -Kaz, Lardarse, stahl (who helped me weed out the dedicated server bugs) +Kaz, Lardarse, esteel (who helped me weed out the dedicated server bugs) Probably others I've forgotten :( diff --git a/Docs/mapdownload.txt b/Docs/mapdownload.txt index f56b0043a..66386b0fe 100644 --- a/Docs/mapdownload.txt +++ b/Docs/mapdownload.txt @@ -11,10 +11,11 @@ cvars for further tuning: cl_curl_maxdownloads maximum number of downloads at once (default: 1) cl_curl_maxspeed maximum total speed in KiB/s (default: 100) -Downloaded packages end up in the "dlcache" subdirectory of your data -directory and are 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. +Downloaded packages 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. You should regularily clean up your cache to save space and make the maps you really want available from the menu. diff --git a/data/qcsrc/server/defs.qh b/data/qcsrc/server/defs.qh index 147a03262..5ab93e572 100644 --- a/data/qcsrc/server/defs.qh +++ b/data/qcsrc/server/defs.qh @@ -225,7 +225,7 @@ float alreadychangedlevel; .float welcomemessage_time; .float version; -// stahl's voting +// esteel's voting float votecalled; string votecalledvote; string votecalledvote_display; -- 2.39.2