I believe I found the file that assembles all the pieces of the level for the game. I unpacked an alpinepeaks file (game/level/alpinepeaks) and within it I found a .xml document marked "mission_mission()". I opened this file in wordpad and it seems to contain assets and coordinates for various objects and such. Here is part of that file:
<Entity Name="MechSpawner2" Pos="4203.9111,5716.2007,896.99994" Rotate="-0.48480961,0,0,0.87461972" EntityClass="MechSpawner" EntityId="229" EntityGuid="489E7D6435340D1E" Layer="TestingGroundObjects">
<Properties bEnabled="1" loadout="cda-2a.xml" teamName=""/>
</Entity>
<Object Type="Decal" Name="Decal235" Material="Materials/decals/damage/decal_genericscratch_a_snow" Pos="2181.2881,3880.0134,629.43604" Rotate="-0.43284497,0.12725919,-0.14806807,0.8800717" Scale="14.304088,14.30409,14.304087" ProjectionType="0" Deferred="1" ViewDistRatio="50" SortPriority="16" ProjectionDepth="0.1" SingleSided="0"/>
<Object Type="Decal" Name="Decal264" Material="Materials/decals/roads/decal_road_tread_b_def" Pos="5008.582,4949.3237,770.42706" Rotate="0.66609651,0.11735334,0.16389236,-0.71811068" Scale="9,9,9" ProjectionType="2" Deferred="0" ViewDistRatio="50" SortPriority="16" ProjectionDepth="0.1" SingleSided="0"/>
<Entity Name="0_ML_turret" Pos="5165.1704,4729.5654,765.75781"
If I am way off at least I submit this so we can figure out what it is, maybe as the name indicates it has something to do with the mission. But it does include x,y,z coordinates (as I see it) and where objects/decals/etc. maybe placed on this map. Any thoughts?
Edited by Nakamura Takeshi, 26 March 2014 - 05:57 PM.