<plugin>
 <tag>phys</tag>
 <struct>
  <name>Main</name>
  <size>0</size>

<value>
<type>float</type>
<offset>0x00</offset>
<name>Radius</name>
</value>
<value>
<type>float</type>
<offset>0x04</offset>
<name>Moment Scale</name>
</value>

  <value>
   <type>float</type>
   <offset>0x008</offset>
   <name>Weight</name>
  </value>
  <value>
   <type>float</type>
   <offset>0x00C</offset>
   <name>Center of Weight X</name>
   <info>The X coordinate for center of mass for the object</info>
  </value>
  <value>
   <type>float</type>
   <offset>0x010</offset>
   <name>Center of Weight Y</name>
   <info>The Y coordinate for center of mass for the object</info>
  </value>
  <value>
   <type>float</type>
   <offset>0x014</offset>
   <name>Center of Weight Z</name>
   <info>The Z coordinate for center of mass for the object</info>
  </value>

<value>
<type>float</type>
<offset>0x18</offset>
<name>Density</name>
</value>

  <value>
   <type>float</type>
   <offset>0x01C</offset>
   <name>Gravity Multiplier</name>
   <info>Value multiplied by level gravity to effect this vehicle. (Default is 1.0)</info>
  </value>

<value>
<type>float</type>
<offset>0x20</offset>
<name>Ground Friction</name>
</value>
<value>
<type>float</type>
<offset>0x24</offset>
<name>Ground Depth</name>
</value>
<value>
<type>float</type>
<offset>0x28</offset>
<name>Ground Damp Fraction</name>
</value>
<value>
<type>float</type>
<offset>0x2C</offset>
<name>Ground Normak k1</name>
</value>
<value>
<type>float</type>
<offset>0x30</offset>
<name>Ground Normak k0</name>
</value>
<value>
<type>float</type>
<offset>0x38</offset>
<name>Water Friction</name>
</value>
<value>
<type>float</type>
<offset>0x3C</offset>
<name>Water Depth</name>
</value>
<value>
<type>float</type>
<offset>0x40</offset>
<name>Water Desnity</name>
</value>
<value>
<type>float</type>
<offset>0x48</offset>
<name>Air Friction</name>
</value>



  <value>
   <type>reflexive</type>
   <offset>0x068</offset>
   <name>Wheel</name>
  </value>
  <value>
   <type>reflexive</type>
   <offset>0x074</offset>
   <name>Part</name>
  </value>
 </struct>
 <struct>
  <name>Wheel</name>
  <size>128</size>
  <value>
   <type>string32</type>
   <offset>0x00</offset>
   <name>Name</name>
  </value>

<value>
<type>bitmask32</type>
<offset>0x20</offset>
<name>Flags</name>
<bitmask>
<bit> 32 </bit>
<name>Ground Friction</name>
</bitmask>
<bitmask>
<bit> 31 </bit>
<name>Water Friction</name>
</bitmask>
<bitmask>
<bit> 30 </bit>
<name>Air Friction</name>
</bitmask>
<bitmask>
<bit> 29 </bit>
<name>Water Lift</name>
</bitmask>
<bitmask>
<bit> 28 </bit>
<name>Air Lift</name>
</bitmask>
<bitmask>
<bit> 27 </bit>
<name>Thrust</name>
</bitmask>
<bitmask>
<bit> 26 </bit>
<name>Anitgrav</name>
</bitmask>
</value>

  <value>
   <type>float</type>
   <offset>0x24</offset>
   <name>Hover Strength</name>
   <info>The anti-gravity force of this wheel point</info>
  </value>
  <value>
   <type>float</type>
   <offset>0x2C</offset>
   <name>Hover Height</name>
   <info>The default height this wheel point hovers</info>
  </value>
 </struct>
 <struct>
  <name>Part</name>
  <size>128</size>
  <value>
   <type>string32</type>
   <offset>0x00</offset>
   <name>Name</name>
  </value>
  <value>
   <type>short</type>
   <offset>0x20</offset>
   <name>Wheel</name>
   <info>Value of the wheel which powers this part</info>
  </value>
  <value>
   <type>float</type>
   <offset>0x22</offset>
   <name>Wheel (?)</name>
   <info>Something to do with the wheels</info>
  </value>
  <value>
   <type>float</type>
   <offset>0x28</offset>
   <name>Relative Weight</name>
   <info>Some constant decimal portion defining this parts weight compared to the overall</info>
  </value>
  <value>
   <type>float</type>
   <offset>0x2C</offset>
   <name>Weight</name>
   <info>The weight of this part</info>
  </value>
  <value>
   <type>float</type>
   <offset>0x38</offset>
   <name>Position X</name>
   <info>The X coordinate for this part</info>
  </value>
  <value>
   <type>float</type>
   <offset>0x3C</offset>
   <name>Position Y</name>
   <info>The Y coordinate for this part</info>
  </value>
  <value>
   <type>float</type>
   <offset>0x40</offset>
   <name>Position Z</name>
   <info>The Z coordinate for this part</info>
  </value>
 </struct>
</plugin>