Good use for testing maps

Designed a level that creates new, exciting, and challenging Armagetron game play? Or maybe just something funky. Put it right here.
Post Reply
User avatar
tonybbb
Average Program
Posts: 64
Joined: Sun Aug 26, 2007 5:24 am

Good use for testing maps

Post by tonybbb »

Ok this software lets you make maps and even does the codes for you but you have to change the author to whatever name you want and right click and then click save but you have to have a xml reader and save it in there but you have to convert that map into a aamap so and go to http://crazy-tronners.com/maptools.php And then upload your map [whereever you saved it upload it and it will give you the heading so where it says <!DOCTYPE Resource SYSTEM "map-0.2.8_beta3.dtd"> change it to what it says on the crazy trooners. Download here.
Signature:
User avatar
ed
Match Winner
Posts: 613
Joined: Mon Feb 13, 2006 12:34 pm
Location: UK

Post by ed »

Why have I never used wine before?
After being a long time windows user I have certain apps that have necessitated the need for a dual boot system.
A lot of my favourites I now have on my ubuntu 7.04 with a simple apt-get install wine.

Back to the point. You can also run these apps (armabell map editor and armabell text colour program) seemingly flawlessly with:
wine aps.exe armabellmaped.exe
or
wine aps.exe armabelltextcolors.exe
I'm assuming the map editor will be as buggy as it was on windows, you can't blame wine for that. Save often.

And with this map editor you will still need to read the wiki and understand how to edit it by hand.
notepad++ is a good windows text editor. It also works with wine ;)

edit: After rereading the original post here it implys that after making the map with armabell map editor you then need to run it through the ct maptools page to make it into a usable map. This is not the case. Take it there to view a preview image of the map if you wish, or to convert from svg to aamap format. But not to convert a map made with armabell into an aamap - it already is one.
epsy
Adjust Outside Corner Grinder
Posts: 2003
Joined: Tue Nov 07, 2006 6:02 pm
Location: paris
Contact:

Post by epsy »

ed wrote:notepad++ is a good windows text editor. It also works with wine ;)
i lol'd :P
User avatar
tonybbb
Average Program
Posts: 64
Joined: Sun Aug 26, 2007 5:24 am

Post by tonybbb »

But if you try to upload it into the resource browser it wont work with beta on it
Signature:
User avatar
Lucifer
Project Developer
Posts: 8641
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas
Contact:

Post by Lucifer »

Don't forget Programmer's Notepad:

http://www.pnotepad.org/

Particularly helpful for people who like Kate in linux and have to switch between the two.
Image

Be the devil's own, Lucifer's my name.
- Iron Maiden
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:

Post by kyle »

or PSPad It may not be open but it is very nice. works in WINE also
User avatar
tonybbb
Average Program
Posts: 64
Joined: Sun Aug 26, 2007 5:24 am

Post by tonybbb »

ya i have programmers notepad =D
Signature:
User avatar
ed
Match Winner
Posts: 613
Joined: Mon Feb 13, 2006 12:34 pm
Location: UK

Post by ed »

tonybbb wrote:But if you try to upload it into the resource browser it wont work with beta on it
Open it in a text editor and modify it.
User avatar
tonybbb
Average Program
Posts: 64
Joined: Sun Aug 26, 2007 5:24 am

Post by tonybbb »

ed wrote:
tonybbb wrote:But if you try to upload it into the resource browser it wont work with beta on it
Open it in a text editor and modify it.
Yeah thats what i was talking about
Signature:
User avatar
ed
Match Winner
Posts: 613
Joined: Mon Feb 13, 2006 12:34 pm
Location: UK

Re: Good use for testing maps

Post by ed »

So what's this all about?
tonybbb wrote:you have to convert that map into a aamap so and go to http://crazy-tronners.com/maptools.php And then upload your map [whereever you saved it upload it and it will give you the heading so where it says <!DOCTYPE Resource SYSTEM "map-0.2.8_beta3.dtd"> change it to what it says on the crazy trooners.
It's a very strange way of saying:
At the top of the file find the line that says:

Code: Select all

<!DOCTYPE Resource SYSTEM "map-0.2.8_beta3.dtd">
And change it to:

Code: Select all

<!DOCTYPE Resource SYSTEM "AATeam/map-0.2.8.0.dtd">
User avatar
tonybbb
Average Program
Posts: 64
Joined: Sun Aug 26, 2007 5:24 am

Re: Good use for testing maps

Post by tonybbb »

ed wrote:So what's this all about?
tonybbb wrote:you have to convert that map into a aamap so and go to http://crazy-tronners.com/maptools.php And then upload your map [whereever you saved it upload it and it will give you the heading so where it says <!DOCTYPE Resource SYSTEM "map-0.2.8_beta3.dtd"> change it to what it says on the crazy trooners.
It's a very strange way of saying:
At the top of the file find the line that says:

Code: Select all

<!DOCTYPE Resource SYSTEM "map-0.2.8_beta3.dtd">
And change it to:

Code: Select all

<!DOCTYPE Resource SYSTEM "AATeam/map-0.2.8.0.dtd">
Yeah ;)
Signature:
Post Reply