esteel wrote:Not sure if i understand you correctly. The server has to have to maps (pk3 files) inside the data directory. Then if one wants players to be able to download maps those pk3 files have be accessible for direct download either via http or ftp. Now one needs to make the server tell the players from were to download those files.
There is a default url in the settings but its not yet of any use. We want to build a mirror network at some point in the future which can be used to up and download maps.. As long as this does not work yet (or even if it did work and you want to use maps not in this mirror network) you have to create a file called
curl_urls.txt inside the data directory. For each map add a line with the name of the pk3 file and the url were to download it (without the filename however as the filename is appended (just as its appended to the default download url).
Here is an example
OK! So the server has to have the maps and it needs to tell the client where they can be downloaded from by means of the curl_urls.txt file. That makes sense.
esteel wrote:However PLEASE use other servers or else those in the example get too much traffic!
I have some available http bandwidth I can offer if it's a problem. I'll mention it to him.
If I trawled through the site I'd probably be able to find them but maybe you can tell me where I can download them from. I seem to remember seeing a listing with pictures from the maps and where they were stored but I can't seem to find it now.
Bloody Alzheimers playing up again!

I've successfully downloaded the greatwall ctf map from the example server and can upload that to my server if needed but is that the current version???
esteel wrote:And finally you have to add the map to the variable g_maplist so that its used on the server.. However i think Rainer already knows that stuff and also how to lower the playernumbers

Er... dunno!
Maybe I've got hold of the wrong end of the stick and he's simply asking me which maps we want. The player numbers thing is in the server.cfg file and is just a numeral. Even
I know that! Maybe he set the server up a while ago and has forgotten.
I don't mind asking the questions and making life easy for the guy... it's no biggie!!!
Good man!!!
If necessary I can set my server up again for testing purposes, (it's FAR too slow for actual play_, and set up the curls file as well but we'll see how we get on first.