-This file contains the q3map2 compile settings used to compile the maps that are part of Nexuiz.\r
+This file contains the q3map2 compile settings used to compile the maps that are part of Xonotic.\r
There are also compile-scripts for some maps (mapname.sh). \r
-They can be found in your Nexuiz/data/maps folder\r
+They can be found in your Xonotic/data/maps folder\r
\r
------------\r
Standard\r
------------\r
\r
-"...q3map2.exe" -meta "...nexuizmap.map"\r
-"...q3map2.exe" -vis "...nexuizmap.bsp"\r
-"...q3map2.exe" -light -bounce 3 -deluxe -fast -filter -patchshadows -samples 2 "...nexuizmap.bsp"\r
+"...q3map2.exe" -meta "...xonoticmap.map"\r
+"...q3map2.exe" -vis "...xonoticmap.bsp"\r
+"...q3map2.exe" -light -bounce 3 -deluxe -fast -filter -patchshadows -samples 2 "...xonoticmap.bsp"\r
\r
------------\r
Only update the entities.\r
------------\r
\r
-"...q3map2.exe" -onlyents "...nexuizmap.map"\r
+"...q3map2.exe" -onlyents "...xonoticmap.map"\r
\r
------------\r
bloodprison.map\r
sv_logscores_bots choose whether bot are included in stats or not (default: 0)\r
\r
sv_eventlog_files_counter number of matches logged until now\r
- sv_eventlog_files_nameprefix file name prefix to be used (default: nexuiz)\r
+ sv_eventlog_files_nameprefix file name prefix to be used (default: xonotic)\r
sv_eventlog_files_namesuffix file name extension to be used (default: .log)\r
sv_eventlog_files_timestamps prefix log lines in the files with :time events (default: 1)\r
\r
cl_curl_maxdownloads maximum number of downloads at once (default: 1)\r
cl_curl_maxspeed maximum total speed in KiB/s (default: 100)\r
\r
-Downloaded packages end up in |Nexuiz/data/dlcache/| or\r
-|~/.nexuiz/data/dlcache/| and are only used till you exit Nexuiz.\r
+Downloaded packages end up in |Xonotic/data/dlcache/| or\r
+|~/.xonotic/data/dlcache/| and are only used till you exit Xonotic.\r
If you want to play them localy or use them to setup a server of your\r
own you can "accept" the packages by moving it one level up - right\r
next to your config.cfg.\r
INFORMATION FOR MIRROR/MAP SERVER ADMINS:\r
\r
The Referer is always set to dp://serverhost:serverport/, the User-Agent\r
-always starts with "Nexuiz". Look at this sample log line:\r
+always starts with "Xonotic". Look at this sample log line:\r
\r
-141.2.16.3 - - [06/Jun/2006:19:43:14 +0000] "GET /~polzer/temp/nexmaps.php?filename=o-fun.pk3 HTTP/1.1" 302 - "dp://141.2.16.3:26000/" "Nexuiz Linux 21:26:17 Jun 6 2006"\r
+141.2.16.3 - - [06/Jun/2006:19:43:14 +0000] "GET /~polzer/temp/nexmaps.php?filename=o-fun.pk3 HTTP/1.1" 302 - "dp://141.2.16.3:26000/" "Xonotic Linux 21:26:17 Jun 6 2006"\r
\r
\r
If you want to set up a redirection service, here is a sample PHP code for you\r
$filename = $_GET['filename'];\r
\r
$useragent = getenv("HTTP_USER_AGENT");\r
-if(strpos($useragent, "Nexuiz ") !== 0)\r
- bailout(403, "Forbidden", "You're not a Nexuiz client.");\r
+if(strpos($useragent, "Xonotic ") !== 0)\r
+ bailout(403, "Forbidden", "You're not a Xonotic client.");\r
\r
$url = findmap($filename);\r
if(!$url)\r
sv_logscores_console print scores to serverconsole after each match (default: 0, set to 1 to enable)\r
sv_logscores_file print scores to a file after each match (default: 0)\r
sv_logscores_filename filename of the output file if sv_logscores_file is enabled (default: "scores.log",\r
- the file will be stored in Nexuiz/data/data or ~/.nexuiz/data/data)\r
+ the file will be stored in Xonotic/data/data or ~/.xonotic/data/data)\r
sv_logscores_bots choose whether bot are included in stats or not (default: 0)\r
\r
\r