]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Completely remove cvar defaults from mapdownload.txt
authorIvan Stanton <northivanastan@gmail.com>
Thu, 28 Jun 2018 17:16:30 +0000 (17:16 +0000)
committerIvan Stanton <northivanastan@gmail.com>
Thu, 28 Jun 2018 17:16:30 +0000 (17:16 +0000)
Docs/mapdownload.txt

index 23c2dc6f3db394edaaf05465023a7f3a9eac7ce5..d52e4537b1499dfcaff98d7635932d391ac2a14c 100644 (file)
@@ -5,11 +5,11 @@ ______________
 CLIENT SIDE:
 
 Should already work without configuration. You can however use the following
 CLIENT SIDE:
 
 Should already work without configuration. You can however use the following
-cvars for further tuning:
+cvars for further tuning (see xonotic.org/tools/cacs for more up-to-date information):
 
 
-   cl_curl_enabled              download support enabled (master switch, default: 1)
-   cl_curl_maxdownloads         maximum number of downloads at once (default: 3)
-   cl_curl_maxspeed             maximum total speed in KiB/s (default: 0)
+   cl_curl_enabled              download support enabled (master switch)
+   cl_curl_maxdownloads         maximum number of downloads at once
+   cl_curl_maxspeed             maximum total speed in KiB/s
 
 Downloaded packages end up in |Xonotic/data/dlcache/| or
 |~/.xonotic/data/dlcache/| and are only used till you exit Xonotic.
 
 Downloaded packages end up in |Xonotic/data/dlcache/| or
 |~/.xonotic/data/dlcache/| and are only used till you exit Xonotic.