[nexuiz-commits] r7434 - in trunk: data data/qcsrc/server server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Aug 13 14:41:32 EDT 2009


Author: m0rfar
Date: 2009-08-13 14:41:32 -0400 (Thu, 13 Aug 2009)
New Revision: 7434

Modified:
   trunk/data/defaultNexuiz.cfg
   trunk/data/qcsrc/server/constants.qh
   trunk/data/weapons.cfg
   trunk/data/weaponsHavoc.cfg
   trunk/server/server.cfg
Log:
add piece-o-cake to default maplist
and new cvar hashes apparently

Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-08-13 14:41:53 UTC (rev 7433)
+++ trunk/data/defaultNexuiz.cfg	2009-08-13 18:41:32 UTC (rev 7434)
@@ -26,7 +26,7 @@
 seta g_configversion 0	"Configuration file version (used to upgrade settings) 0: first run, or previous start was <2.4.1  Later, it's overridden by config.cfg, version ranges are defined in config_update.cfg"
 
 // default.cfg versioning (update using update-cvarcount.sh, run that every time after adding a new cvar)
-set cvar_check_default c960545d46188b56091d2d0be791d232
+set cvar_check_default 78d0ce73981951ab9fe404a9607908c9
 
 // Nexuiz version (formatted for machines)
 // used to determine if a client version is compatible
@@ -463,7 +463,7 @@
 set g_throughfloor 1 "set to 0 to disable damage through floor"
 set g_maplist_mostrecent "" "contains the name of the maps that were most recently played"
 seta g_maplist_mostrecent_count 3	"number of most recent maps that are blocked from being played again"
-seta g_maplist "accident aggressor aneurysm basement basementctf bleach bloodprison bloodprisonctf bluesky cyberparcour01 darkzone desertfactory dieselpower downer eggandbacon evilspace farewell final_rage ons-reborn racetrack reslimed ruiner runningman runningman_1on1remix runningmanctf silvercity skyway slimepit soylent starship stormkeep strength toxic warfare"
+seta g_maplist "accident aggressor aneurysm basement basementctf bleach bloodprison bloodprisonctf bluesky cyberparcour01 darkzone desertfactory dieselpower downer eggandbacon evilspace farewell final_rage nr_piece-o-cake ons-reborn racetrack reslimed ruiner runningman runningman_1on1remix runningmanctf silvercity skyway slimepit soylent starship stormkeep strength toxic warfare"
 seta g_maplist_index 0	"this is used internally for saving position in maplist cycle"
 seta g_maplist_selectrandom 0	"if 1, a random map will be chosen as next map - DEPRECATED in favor of g_maplist_shuffle"
 seta g_maplist_shuffle 1	"new randomization method: like selectrandom, but avoid playing the same maps in short succession. This works by taking out the first element and inserting it into g_maplist with a bias to the end of the list"

Modified: trunk/data/qcsrc/server/constants.qh
===================================================================
--- trunk/data/qcsrc/server/constants.qh	2009-08-13 14:41:53 UTC (rev 7433)
+++ trunk/data/qcsrc/server/constants.qh	2009-08-13 18:41:32 UTC (rev 7434)
@@ -1,5 +1,5 @@
-string CVAR_CHECK_DEFAULT = "c960545d46188b56091d2d0be791d232";
-string CVAR_CHECK_WEAPONS = "795fd7178fcb71cfccda2f230f231fdd";
+string CVAR_CHECK_DEFAULT = "78d0ce73981951ab9fe404a9607908c9";
+string CVAR_CHECK_WEAPONS = "a7ca57b891d66754b856e24e5c1745e3";
 
 float	FALSE					= 0;
 float	TRUE					= 1;

Modified: trunk/data/weapons.cfg
===================================================================
--- trunk/data/weapons.cfg	2009-08-13 14:41:53 UTC (rev 7433)
+++ trunk/data/weapons.cfg	2009-08-13 18:41:32 UTC (rev 7434)
@@ -3,7 +3,7 @@
 //
 // And... don't forget to edit weaponsHavoc.cfg too.
 
-set cvar_check_weapons 795fd7178fcb71cfccda2f230f231fdd
+set cvar_check_weapons a7ca57b891d66754b856e24e5c1745e3
 
 // NOTE: this only replaces weapons on the map
 // use g_start_weapon_* to also replace the on-startup weapons!

Modified: trunk/data/weaponsHavoc.cfg
===================================================================
--- trunk/data/weaponsHavoc.cfg	2009-08-13 14:41:53 UTC (rev 7433)
+++ trunk/data/weaponsHavoc.cfg	2009-08-13 18:41:32 UTC (rev 7434)
@@ -1,4 +1,4 @@
-set cvar_check_weapons 795fd7178fcb71cfccda2f230f231fdd
+set cvar_check_weapons a7ca57b891d66754b856e24e5c1745e3
 
 // NOTE: this only replaces weapons on the map
 // use g_start_weapon_* to also replace the on-startup weapons!

Modified: trunk/server/server.cfg
===================================================================
--- trunk/server/server.cfg	2009-08-13 14:41:53 UTC (rev 7433)
+++ trunk/server/server.cfg	2009-08-13 18:41:32 UTC (rev 7434)
@@ -18,7 +18,7 @@
 //log_file "server.log"	// server console output will also be copied to this file. This: "${serverconfig}.log" uses variable substitution to make the logfile have the same name as your config file with .log appended which is useful if you run several servers
 
 // List of maps to play on the server.  Set to "" to autodetect (which would enumerate ALL maps.  Maps that don't support the current game mode will be skipped, so you don't need to remove them here.
-//g_maplist "accident aggressor aneurysm basement basementctf bleach bloodprison bloodprisonctf bluesky cyberparcour01 darkzone desertfactory dieselpower downer eggandbacon evilspace farewell final_rage ons-reborn racetrack reslimed ruiner runningman runningman_1on1remix runningmanctf silvercity skyway slimepit soylent starship stormkeep strength toxic warfare"
+//g_maplist "accident aggressor aneurysm basement basementctf bleach bloodprison bloodprisonctf bluesky cyberparcour01 darkzone desertfactory dieselpower downer eggandbacon evilspace farewell final_rage nr_piece-o-cake ons-reborn racetrack reslimed ruiner runningman runningman_1on1remix runningmanctf silvercity skyway slimepit soylent starship stormkeep strength toxic warfare"
 //g_maplist_shuffle 1	// 0 always selects the next map out of g_maplist (but then better set g_maplist_votable 0 below to prevent repetitive votes), 1 will select random maps each time
 //g_maplist_mostrecent_count 3	// number of maps that have to be played before a map can be repeated
 



More information about the nexuiz-commits mailing list