Xonotic Forums
maps downloaded from xonotic.org not working - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16)
+--- Thread: maps downloaded from xonotic.org not working (/showthread.php?tid=2835)



maps downloaded from xonotic.org not working - W4RP1G - 04-04-2012

Code:
MapInfo_Type_FromString (probably bloodrun_a2): using deprecated name 'keepaway'. Should use 'ka'.
MapInfo_Type_FromString (probably hub3aeroq3a_nex_r2): using deprecated name 'freezetag'. Should use 'ft'.
MapInfo_Type_FromString (probably downer_final): using deprecated name 'freezetag'. Should use 'ft'.
MapInfo_Type_FromString (probably downer_final): using deprecated name 'keepaway'. Should use 'ka'.
MapInfo_Type_FromString (probably warfare_itemfix_itemfix): using deprecated name 'freezetag'. Should use 'ft'.
MapInfo_Type_FromString (probably warfare_itemfix_itemfix): using deprecated name 'keepaway'. Should use 'ka'.
MapInfo_Type_FromString (probably azalea): using deprecated name 'freezetag'. Should use 'ft'.
MapInfo_Type_FromString (probably azalea): using deprecated name 'keepaway'. Should use 'ka'.
MapInfo_Type_FromString (probably atomforge): using deprecated name 'freezetag'. Should use 'ft'.
MapInfo_Type_FromString (probably aggressorx): using deprecated name 'freezetag'. Should use 'ft'.
MapInfo_Type_FromString (probably aggressorx): using deprecated name 'keepaway'. Should use 'ka'.
MapInfo_Type_FromString (probably atomforge): using deprecated name 'freezetag'. Should use 'ft'.
MapInfo_Type_FromString (probably azalea): using deprecated name 'freezetag'. Should use 'ft'.
MapInfo_Type_FromString (probably azalea): using deprecated name 'keepaway'. Should use 'ka'.
MapInfo_Type_FromString (probably bloodrun_a2): using deprecated name 'keepaway'. Should use 'ka'.
Map campgrounds_beta4 contains the legacy 'type' keyword which is deprecated and will be removed in the future. Please migrate the mapinfo file to 'gametype'.
Map campgrounds_beta4 contains the legacy 'type' keyword which is deprecated and will be removed in the future. Please migrate the mapinfo file to 'gametype'.
Map campgrounds_beta4 contains the legacy 'type' keyword which is deprecated and will be removed in the future. Please migrate the mapinfo file to 'gametype'.
Map campgrounds_beta4 contains the legacy 'type' keyword which is deprecated and will be removed in the future. Please migrate the mapinfo file to 'gametype'.
Map campgrounds_beta4 contains the legacy 'type' keyword which is deprecated and will be removed in the future. Please migrate the mapinfo file to 'gametype'.
MapInfo_Type_FromString (probably downer_final): using deprecated name 'freezetag'. Should use 'ft'.
MapInfo_Type_FromString (probably downer_final): using deprecated name 'keepaway'. Should use 'ka'.
WARNING: autogenerated mapinfo file maps/autogenerated/final-rage.mapinfo has been loaded; please edit that file and move it to maps/final-rage.mapinfo
MapInfo_Type_FromString (probably hub3aeroq3a_nex_r2): using deprecated name 'freezetag'. Should use 'ft'.
MapInfo_Type_FromString (probably warfare_itemfix_itemfix): using deprecated name 'freezetag'. Should use 'ft'.
MapInfo_Type_FromString (probably warfare_itemfix_itemfix): using deprecated name 'keepaway'. Should use 'ka'.
I get this when I run my server. And when I play a map that isn't already in my dlcache, everything is black. I set the curl to http://88.198.17.137/_files/Maps/1v1/ and it does not help. That's where I got the maps.

I thought this would be simple, dl the maps to data folder, set the curl to that web address and be done. Sad Can anyone help?


RE: maps downloaded from xonotic.org not working - It'sMe - 04-04-2012

Code:
MapInfo_Type_FromString (probably downer_final): using deprecated name 'freezetag'. Should use 'ft'.
MapInfo_Type_FromString (probably downer_final): using deprecated name 'keepaway'. Should use 'ka'.
These warnings are printed, cause the mapinfo files use the wrong names for gametypes.
If a the server has to create a mapinfo file, cause the pk3 does not include it, you get
Code:
WARNING: autogenerated mapinfo file maps/autogenerated/final-rage.mapinfo has been loaded; please edit that file and move it to maps/final-rage.mapinfo

Those messages are no reason why the server should not offer the pk3 files to the clients to download.

You have to set
Code:
sv_curl_defaulturl "http://88.198.17.137/_files/Maps/1v1/"

and the download should work (if your client is a linux client, then you have to install libcurl).


RE: maps downloaded from xonotic.org not working - W4RP1G - 04-04-2012

Well, my server runs on linux and I connect to it on windows. Do i need to install libcurl?

Also, I tested one of the maps on my winxp install by downloading it and putting it in my /data folder, and it works fine. I removed it connected to my server and voted or that map and it doesn't work. I don't know if that's useful info at all though...


RE: maps downloaded from xonotic.org not working - Spaceman - 04-04-2012

(04-04-2012, 02:57 AM)W4RP1G Wrote: Also, I tested one of the maps on my winxp install by downloading it and putting it in my /data folder, and it works fine. I removed it connected to my server ... it doesn't work.

After removing the map from /data did you restart your Xonotic client? When the Xonotic client (on Win XP) starts it scans its dir's and knows where to find the maps etc. If you remove the map but don't update the client then it will be confused.

You can restart Xonotic or run something like
Code:
fs_rescan
from the game console.

libcurl3 is usually needed by Ubuntu users, it is not needed by Win XP
Code:
sudo apt-get install libcurl3



RE: maps downloaded from xonotic.org not working - W4RP1G - 04-04-2012

Yeah i restarted it. I can only conclude that the download link is not working for some reason


RE: maps downloaded from xonotic.org not working - W4RP1G - 04-04-2012

Ok, some maps work and others don't. A few that do work are atom forge and downer final, and a few that don't are azalea and fracture b1.

I really see no rhyme or reason to any of this. Could it have something to do with my current version(I use the autobuild)?


RE: maps downloaded from xonotic.org not working - It'sMe - 04-04-2012

(04-04-2012, 05:20 AM)W4RP1G Wrote: Ok, some maps work and others don't.

Check if the pk3 names are the same. Also make sure your client dlcache does not have this pk3 already, which might be a incomplete download...


RE: maps downloaded from xonotic.org not working - W4RP1G - 04-04-2012

(04-04-2012, 09:25 AM)ItsMe Wrote:
(04-04-2012, 05:20 AM)W4RP1G Wrote: Ok, some maps work and others don't.

Check if the pk3 names are the same. Also make sure your client dlcache does not have this pk3 already, which might be a incomplete download...

Yeah, I double checked the names and deleted my existing dlcache. The names are the same. I just moved azalea and atomforge from dlcache to xonotic/data. Atom forge works as it should in single player, but azalea doesn't even show up in the map selection menu. Then I noticed that azalea reads 0kb. For some reason my system isn't downloading the map correctly.
Ok, nvm. I followed your advice, ItsMe, in this thread "http://forums.xonotic.org/showthread.php?tid=1667" and made a curl_urls.txt with "http://88.198.17.137/_files/Maps/1v1/" and "http://88.198.17.137/_files/Maps/" in it and that seemed to do the trick!

Thank you very much for all your help!


RE: maps downloaded from xonotic.org not working - W4RP1G - 04-10-2012

It'sMe, I used the curl_urls.txt you gave me, but the problem is it only uses whatever is on the first line and ignores everything past it. I had the first line as * http://88.198.17.137/_files/Maps/1v1/ , and that worked fine until i need something from * http://88.198.17.137/_files/Maps/2v2/ , which is the second line.

Any ideas on how to get it to read all of the urls and select accordingly?

edit: ok nvm, I guess I had the wrong idea about the curl_urls.txt file and how it could be used. Someone explained it to me on irc and now I got everything working Smile


RE: maps downloaded from xonotic.org not working - It'sMe - 04-11-2012

Every pk3 matches *
so if you use
* http://url/
as first line the then rest of the file isnt read anymore


RE: maps downloaded from xonotic.org not working - Cortez666 - 04-12-2012

the link you posted is not xonotic.org. its asyyy's server.


RE: maps downloaded from xonotic.org not working - W4RP1G - 04-12-2012

(04-12-2012, 02:42 PM)Cortez666 Wrote: the link you posted is not xonotic.org. its asyyy's server.
Holy crap I never thought about it, I just assumed that was "official" map server when I got the link in the XPM thread. Is there an official map server?


RE: maps downloaded from xonotic.org not working - Cortez666 - 04-13-2012

well the autobuild server can be used, but there are development versions of maps, which are unfinished.
so you need to test them first
http://beta.xonotic.org/autobuild-bsp/?d
there are also maps in the Map Releases & Reviews part of the forum, you just need to search for the right gametype in both cases


RE: maps downloaded from xonotic.org not working - W4RP1G - 04-13-2012

nvm, I got sick of hassling with it and started a drop box so I can host the maps myself. I wish I would have done this right off, it's so much easier to do it this way. Thanks for the help though!