Pyogenics/Tanki-map-toolkit

Map loading and editing

Opened this issue · 2 comments

  • File parsing
  • Interaction with world
  • Export function
  • v1.0 maps
  • v2.0 v3.0 maps
  • json format maps?

Format reference -
V1.0

<map>
<static-geometry>
    <prop library-name="" group-name="" name="">
    <position>
        <x></x>
        <y></y>
        <z></z>
    </position>
    <rotation>
        <z></z>
    </rotation>
    <texture-name></texture-name>
    </prop>
</static-geometry>
<collision-geometry>

</collision-geometry>
</map>

Working on extracting map data out of xml and into a nice object format. This will allow ease of use and conversion between map xml and json.