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]
Problem with making maps
- Self_Destructo
- Round Winner
- Posts: 317
- Joined: Tue Jun 07, 2005 1:24 am
- Location: HillBilly Country
- Contact:
Look at another map file.
Make sure you have a DOCTYPE too. Look in the resource directory where you have armagetron installed for defualt maps and dtd's.
Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="no"?>- dlh
- Formerly That OS X Guy
- Posts: 2035
- Joined: Fri Jan 02, 2004 12:05 am
- Contact:
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.
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.