Map Testing
From Tronwiki
(Difference between revisions)
| Line 1: | Line 1: | ||
Instructions comming... | Instructions comming... | ||
| − | + | ===Saving=== | |
Code taken from your map | Code taken from your map | ||
| + | Remember bolded items you set. | ||
<code> | <code> | ||
| + | <Resource type="<b>aamap</b>" name="<b>name</b>" version="<b>0.0.0</b>" author="<b>author</b>" | ||
| + | category="<b>fortress</b>"> | ||
| + | </code> | ||
| + | |||
| + | |||
| + | ====Paths of where this map must be saved.==== | ||
| + | <b>Remember bolded items you set in the map. | ||
| + | Remember to use the exact case that you have it in your map.</b> | ||
| + | |||
| + | *Linux - /usr/share/games/armagetronad/resource/included/<b>author</b>/<b>category</b> | ||
| + | *Windows - C:\Program Files\Armagetron Advanced\resource\included\<b>author</b>\<b>category</b> | ||
| + | *Mac OS X - Armagetron Advanced.app/Contents/Resources/resource/included/<b>author</b>/<b>category</b> | ||
| + | |||
| + | ====What do I need to title it==== | ||
| + | you simply save it as | ||
| + | |||
| + | <b>name</b>-<b>version</b>.<b>type</b>.xml | ||
| + | |||
| + | for this one it would be | ||
| + | |||
| + | name-0.0.0.aamap.xml | ||
| + | ===Configuring it=== | ||
Revision as of 19:13, 31 July 2006
Instructions comming...
Contents |
Saving
Code taken from your map
Remember bolded items you set.
<Resource type="aamap" name="name" version="0.0.0" author="author" category="fortress">
Paths of where this map must be saved.
Remember bolded items you set in the map. Remember to use the exact case that you have it in your map.
- Linux - /usr/share/games/armagetronad/resource/included/author/category
- Windows - C:\Program Files\Armagetron Advanced\resource\included\author\category
- Mac OS X - Armagetron Advanced.app/Contents/Resources/resource/included/author/category
What do I need to title it
you simply save it as
name-version.type.xml
for this one it would be
name-0.0.0.aamap.xml