]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Now that item fading "works" with warpzones, enable them by default (value of 4500...
authorMario <mario@smbclan.net>
Thu, 24 Dec 2015 07:35:15 +0000 (17:35 +1000)
committerMario <mario@smbclan.net>
Thu, 24 Dec 2015 07:35:15 +0000 (17:35 +1000)
defaultXonotic.cfg

index b8cb150d6aabf3b0c86687bc5341f733a9e0406c..ad0c0fb3524957d2989569b054283861fa471f34 100644 (file)
@@ -439,8 +439,8 @@ seta g_maplist_shuffle 1    "new randomization method: like selectrandom, but avoid
 set g_maplist_check_waypoints 0        "when 1, maps are skipped if there currently are bots, but the map has no waypoints"
 set samelevel 0 "when 1, always play the same level over and over again"
 
-set g_items_mindist 0 "starting distance for the fading of items"
-set g_items_maxdist 0 "maximum distance at which an item can be viewed, after which it will be invisible"
+set g_items_mindist 4000 "starting distance for the fading of items"
+set g_items_maxdist 4500 "maximum distance at which an item can be viewed, after which it will be invisible"
 
 set g_grab_range 200 "distance at which dragable objects can be grabbed"