Map Load Failure?

For all the help you need with Armagetron!
Post Reply
TheIsaiahCC
On Lightcycle Grid
Posts: 12
Joined: Thu Nov 15, 2012 4:59 am

Map Load Failure?

Post by TheIsaiahCC »

I keep getting this message. I looked up the URL here and copied the contents into a notepad and made it an xml, renamed it to what it should be and tried it but I think I did it wrong. Really appreciate some help, its only on CTF maps. But in *Happy Fun Time* I can play CTF for some reason.
Attachments
Someone fucking help me.png
User avatar
sinewav
Graphic Artist
Posts: 6413
Joined: Wed Jan 23, 2008 3:37 am
Contact:

Re: Map Load Failure?

Post by sinewav »

Can you attach the file you made and give us the directory you placed it in? Also, a less vulgar file name would make people more inclined to help. Just saying.
User avatar
kyle
Reverse Outside Corner Grinder
Posts: 1876
Joined: Thu Jun 08, 2006 3:33 pm
Location: Indiana, USA, Earth, Milky Way Galaxy, Universe, Multiverse
Contact:

Re: Map Load Failure?

Post by kyle »

you are most likely missing thease 2 lines at the start, now 100% sure what you are doing though so i may be wrong, also that is just a dummy maps that is http://lagtest.net/maps/ctfsty-0.0.2.aamap.xml (it won't work on a sty based server as you intend, balls ans zones have been stripped)

Code: Select all

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE Resource SYSTEM "AATeam/map-0.2.8.0.dtd">
another posible problem is you may for some reason not have this dtd. I don't think that is it though.

A final option is remove your cashed map file (Your_mom/clever/ctfsty-0.0.2.aamap.xml) and use

Code: Select all

RINCLUDE Your_mom/clever/ctfsty-0.0.2.aamap.xml(http://crazy-tronners.com/resource/Your_mom/clever/ctfsty-0.0.2.aamap.xml)
Image
TheIsaiahCC
On Lightcycle Grid
Posts: 12
Joined: Thu Nov 15, 2012 4:59 am

Re: Map Load Failure?

Post by TheIsaiahCC »

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE Resource SYSTEM "AATeam/map-0.2.8.0.dtd">

adding that code at the beginning worked! Thank you very much.

And sorry about the vulgar picture name. -_- I didn't know it would post the title.
User avatar
sinewav
Graphic Artist
Posts: 6413
Joined: Wed Jan 23, 2008 3:37 am
Contact:

Re: Map Load Failure?

Post by sinewav »

TheIsaiahCC wrote:And sorry about the vulgar picture name. -_- I didn't know it would post the title.
Haha, don't worry about it. Now you know for next time! :)
Post Reply