X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=xonotic-server.cfg;h=1908caab67bc3050d816f78fac8460bb29126e84;hp=695d2ec0b10cecf70407a44b1d195aaee4b4c0d1;hb=7a450de6b250eccb737d4c428b634496b933e4ff;hpb=8d9b7f923d981be7330d7f70f1c52ee2de000bf7 diff --git a/xonotic-server.cfg b/xonotic-server.cfg index 695d2ec0b1..1908caab67 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -212,6 +212,7 @@ set g_maplist_index 0 "this is used internally for saving position in maplist cy set g_maplist_selectrandom 0 "if 1, a random map will be chosen as next map - DEPRECATED in favor of g_maplist_shuffle" set 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" set g_maplist_check_waypoints 0 "when 1, maps are skipped if there currently are bots, but the map has no waypoints" +set g_maplist_ignore_sizes 0 "when 1, all maps are shown in the map list regardless of player count" 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"