Xonotic Forums
[NEED HELP] setting up server with custom maps - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4)
+--- Thread: [NEED HELP] setting up server with custom maps (/showthread.php?tid=7960)



setting up server with custom maps - le Bork - 01-30-2019

hi,
I'm trying to set up a server with some maps from https://xonotic.co/ or http://dl.xonotic.co/. the server itself is working, my friends can go on it and it works fine. but I can't figure out how to add the custom maps.
I think you have to do something with sv_curl_defaulturl "{url}" but I'm not sure.
would anyone be able to help me? 
thanks!


RE: setting up server with custom maps - It'sMe - 01-31-2019

You have to put the pk3 files into you userdir. On Linux that is ~/.xonotic/data/.
Inside the data directory you should also place your server.cfg configuration file.
Clients have to download the used pk3 files from a HTTP server, check https://gitlab.com/xonotic/xonotic/blob/master/Docs/mapdownload.txt for more info.


RE: setting up server with custom maps - morosophos - 01-31-2019

If you got all your maps from dl.xonotic.co, then you can just set "sv_curl_defaulturl http://dl.xonotic.co/" in server.cfg, and it should work. No need to have a web server.