Map maping tutorial (Request)
- wrtlprnft
- Reverse Outside Corner Grinder
- Posts: 1679
- Joined: Wed Jan 04, 2006 4:42 am
- Location: 0x08048000
- Contact:
Err, you're supposed to make your own map. Where's the fun in having someone else make it? Maybe you should look at my original post where I used an example to describe how to make zones and spawns. Obviously it wouldn't hurt to know inkscape a bit, either. I remember reading some very good documentation that wasn't very hard to find. I think I used one of the menus at the top, I can't remember which.
There's no place like ::1
Your best option would be to start small and add one element at a time in the form of test maps to learn how. Also using existing maps as templates which you can find in the arma resource helps alot too.
As for zones i find it easier to just add them manually into the .xml file.
An other thing is dont forget to name your file.
Example: dsf-1.aamap.xml
file header:
<Resource type="aamap" name="dsf" version="1" author="bosf" category="race">
<Map version="1">
Question guys why is the version in duplicate?
As for zones i find it easier to just add them manually into the .xml file.
An other thing is dont forget to name your file.
Example: dsf-1.aamap.xml
file header:
<Resource type="aamap" name="dsf" version="1" author="bosf" category="race">
<Map version="1">
Question guys why is the version in duplicate?
- wrtlprnft
- Reverse Outside Corner Grinder
- Posts: 1679
- Joined: Wed Jan 04, 2006 4:42 am
- Location: 0x08048000
- Contact:
Ouch. The version in the <Resource /> tag is the version of the map. It's your choice how you version your map files.
The version in the <Map /> tag is the version of the map format used to describe your maps. For the maps you want to create it should be 2, and NOT 0.2.8, 2.8, 42, 0.0.1, 1 and all those weird things I've seen already.
The version in the <Map /> tag is the version of the map format used to describe your maps. For the maps you want to create it should be 2, and NOT 0.2.8, 2.8, 42, 0.0.1, 1 and all those weird things I've seen already.
There's no place like ::1
- wrtlprnft
- Reverse Outside Corner Grinder
- Posts: 1679
- Joined: Wed Jan 04, 2006 4:42 am
- Location: 0x08048000
- Contact:
Now that's conflicting information. The code in the current trunk (which actually uses the version attribute to decvide whether to parse zonesv1 or zonesv2) reads the attribute as an int, leading to 0.2.8 being interpreted as 0, which happens to work because it treats versions 0–2 the same.
There's no place like ::1