r3279 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jan 26 05:35:07 EST 2008


Author: div0
Date: 2008-01-26 05:34:55 -0500 (Sat, 26 Jan 2008)
New Revision: 3279

Modified:
   trunk/data/default.cfg
Log:
fix g_maplist default


Modified: trunk/data/default.cfg
===================================================================
--- trunk/data/default.cfg	2008-01-26 09:53:47 UTC (rev 3278)
+++ trunk/data/default.cfg	2008-01-26 10:34:55 UTC (rev 3279)
@@ -232,10 +232,9 @@
 set g_casings 0
 set g_norecoil 0
 set g_throughfloor 1
-set g_maplist_defaultlist 'dm_aggressor''dm_aneurysm''dm_basement''dm_bleach''dm_bloodprison''dm_bluesky''dm_darkzone''dm_dieselpower''dm_downer''dm_evilspace''dm_farewell''dm_final_rage''dm_reslimed''dm_ruiner''dm_runningman_1on1remix''dm_runningman''dm_silvercity''dm_skyway''dm_soylent''dm_starship''dm_stormkeep''dm_toxic''dm_warfare'
 set g_maplist_mostrecent ""
 seta g_maplist_mostrecent_count 3 // number of most recent maps that are blocked from being played again
-seta g_maplist $g_maplist_defaultlist
+seta g_maplist "aggressor aneurysm basement basementctf bleach bloodprison bluesky darkzone dieselpower dismal downer evilspace farewell final_rage 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.




More information about the nexuiz-commits mailing list