Problem with making maps

For all the help you need with Armagetron!
Post Reply
Wojtek
Posts: 1
Joined: Sat Mar 18, 2006 11:22 am

Problem with making maps

Post by Wojtek »

I write maps. I already have 5 or 6 maps. But I can't open them, cause I need to have the code. There is:
<?xml version="1.0" encoding="*" (...)?>
In the place of "*" should be the code I need. I don't know what to do?
Every help will be very nice.
Thank you[/code]
User avatar
Self_Destructo
Round Winner
Posts: 317
Joined: Tue Jun 07, 2005 1:24 am
Location: HillBilly Country
Contact:

Post by Self_Destructo »

Look at another map file.

Code: Select all

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Make sure you have a DOCTYPE too. Look in the resource directory where you have armagetron installed for defualt maps and dtd's.
User avatar
dlh
Formerly That OS X Guy
Posts: 2035
Joined: Fri Jan 02, 2004 12:05 am
Contact:

Post by dlh »

See the maps that are included with the game for examples. Also check out this, if you have not already.

When you save the file in your text editor, their should be an option to specify the encoding. Use this encoding in that tag. Examples are "UTF-8" and "ISO-8859-1". I would recommend you use UTF-8.
Post Reply