r3513 - in trunk: Docs data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Mar 17 09:47:41 EDT 2008


Author: esteel
Date: 2008-03-17 09:47:40 -0400 (Mon, 17 Mar 2008)
New Revision: 3513

Modified:
   trunk/Docs/FAQ.aft
   trunk/Docs/FAQ.html
   trunk/Docs/gamemodes.txt
   trunk/Docs/mapdownload.txt
   trunk/data/qcsrc/server/defs.qh
Log:
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


Modified: trunk/Docs/FAQ.aft
===================================================================
--- trunk/Docs/FAQ.aft	2008-03-17 13:04:52 UTC (rev 3512)
+++ trunk/Docs/FAQ.aft	2008-03-17 13:47:40 UTC (rev 3513)
@@ -82,6 +82,7 @@
 
 ** 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.

Modified: trunk/Docs/FAQ.html
===================================================================
--- trunk/Docs/FAQ.html	2008-03-17 13:04:52 UTC (rev 3512)
+++ trunk/Docs/FAQ.html	2008-03-17 13:47:40 UTC (rev 3513)
@@ -253,6 +253,7 @@
 <h3><a name="How do I install new maps?">How do I install new maps?</a></h3>
 <p class="Body">
 Maps usually ship as *.pk3 file.  All you have to do is to copy this file to the <tt>Nexuiz/data/</tt> (on Linux, Mac, Windows) OR <tt>~/.nexuiz/data/</tt> (on Linux, Mac) directory.
+Map packages that were downloaded from a server during playing end up in <tt>Nexuiz/data/dlcache/</tt> or <tt>~/.nexuiz/data/dlcache/</tt> 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 &quot;accept&quot; the packages by moving it one level up - right next to your config.cfg.
 </p>
 <!--End Section 2-->
 <h3><a name="How can I place a shortcut to Nexuiz on my Linux desktop?">How can I place a shortcut to Nexuiz on my Linux desktop?</a></h3>

Modified: trunk/Docs/gamemodes.txt
===================================================================
--- trunk/Docs/gamemodes.txt	2008-03-17 13:04:52 UTC (rev 3512)
+++ trunk/Docs/gamemodes.txt	2008-03-17 13:47:40 UTC (rev 3513)
@@ -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 @@
 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  :(
 
 

Modified: trunk/Docs/mapdownload.txt
===================================================================
--- trunk/Docs/mapdownload.txt	2008-03-17 13:04:52 UTC (rev 3512)
+++ trunk/Docs/mapdownload.txt	2008-03-17 13:47:40 UTC (rev 3513)
@@ -11,10 +11,11 @@
    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.

Modified: trunk/data/qcsrc/server/defs.qh
===================================================================
--- trunk/data/qcsrc/server/defs.qh	2008-03-17 13:04:52 UTC (rev 3512)
+++ trunk/data/qcsrc/server/defs.qh	2008-03-17 13:47:40 UTC (rev 3513)
@@ -225,7 +225,7 @@
 .float welcomemessage_time;
 .float version;
 
-// stahl's voting
+// esteel's voting
 float votecalled;
 string votecalledvote;
 string votecalledvote_display;




More information about the nexuiz-commits mailing list