Advertisement
Guest User

Untitled

a guest
Feb 20th, 2022
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.58 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="no" ?>
  2. <modDesc descVersion="62">
  3.     <author>Expendables</author>
  4.     <version>1.0.0.0</version>
  5.     <iconFilename>bucket.dds</iconFilename>
  6.     <title>
  7.         <en>CAT 7495HD</en>
  8.     </title>
  9.     <description>
  10.         <en><![CDATA[Caterpillar 7495HD Electric Rope Shovel. ]]></en>
  11.     </description>
  12.     <multiplayer supported="true"/>
  13.     <l10n>
  14.         <text name="EXCAVATOR">
  15.             <en>Excavator</en>
  16.         </text>
  17.         <text name="typeDesc_CAT7495">
  18.             <en>Engine speed Excavator</en>
  19.         </text>
  20.         <text name="function_CAT7495">
  21.             <en>The Caterpillar 7495HD is a large Electric Rope Shovel manufactured by Caterpillar Inc. The 7495HD</en>
  22.         </text>
  23.     </l10n>
  24.     <specializations>  
  25.         <specialization name="TracAnimSDM"  className="TracAnimSDM"  filename="scripts/TracAnimSDM.lua"/>
  26.     </specializations>
  27.     <vehicleTypes>
  28.         <type name="CAT7495" parent="tractor" className="Vehicle" filename="$dataS/scripts/vehicles/Vehicle.lua">          
  29.             <specialization name="TracAnimSDM"/>           
  30.         </type>
  31.         <type name="bucket" parent="shovel" className="Vehicle" filename="$dataS/scripts/vehicles/Vehicle.lua">
  32.             <specialization name="tensionBeltObject"/>     
  33.         </type>
  34.     </vehicleTypes>
  35.     <storeItems>
  36.         <storeItem rootNode="vehicle" xmlFilename="bucket.xml"/>
  37.         <storeItem rootNode="vehicle" xmlFilename="cat7495.xml"/>
  38.     </storeItems>
  39.     <brands>
  40.         <brand name="CATERPILLAR" title="Caterpillar" image="CATERPILLAR_Logo.dds"/>
  41.     </brands>  
  42. </modDesc>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement