Need help with mod

adams1996
Posts: 1
Joined: Tue Dec 23, 2014 4:14 am

Need help with mod

Post by adams1996 »

I have this mod for my fs2013. http://ls2013mods.eu/american-police-v-1-0/ i had to settle for this because i couldnt find but one crown vic mod which is JUNK. this mod is decent but it says in game, "missing Strobelights in l10 en.XML'" or something similar. i would love to fix this but i cant mod for stuff. here is the moddesc.XML

<?xml version="1.0" encoding="UTF-8"?>
<modDesc descVersion="9">
<author>DieDemoTester</author>
<title>
<en>Police Car</en>
<de>Police Car</de>
</title>
<description>
<en>Police Car</en>
<de>Police Car</de>
</description>
<iconFilename>store.png</iconFilename>
<multiplayer supported="true"></multiplayer>
<version>1</version>
<l10n>

</l10n>
<extraSourceFiles>
<sourceFile filename="script/ExtraFile.lua"></sourceFile>
</extraSourceFiles>
<specializations>
<specialization name="beleuchtungv31" className="BEL3" filename="beleuchtungV31.lua"/>
<specialization name="radio" className="radio" filename="radio.lua"/>
</specializations>
<vehicleTypes>
<type name="farmerCar" className="Vehicle" filename="$dataS/scripts/vehicles/Vehicle.lua">
<specialization name="motorized"></specialization>
<specialization name="steerable"></specialization>
<specialization name="beleuchtungv31" />
<specialization name="radio" />

</type>
</vehicleTypes>
<storeItems>
<storeItem>
<en>
<name>Police Car</name>
<description>
<![CDATA[Modell: SKP
Textur: SKP & DDT
LS2011 in_game: DieDemoTester
Greece]]>
</description>
</en>
<de>
<name>Police Car</name>
<description>
<![CDATA[Modell: SKP
Textur: SKP & DDT
LS2011 in_game: DieDemoTester
Greece]]>
</description>
</de>
<rotation>0</rotation>
<image active="store_farmerCar.png"></image>
<price>75000</price>
<xmlFilename>bmw_m3.xml</xmlFilename>
</storeItem>
</storeItems>
<inputBindings>
<input name="strobelights" key1="KEY_KP_6" button="" />
<input name="RADIO" key1="KEY_space" button="" />
<input name="FARMER_CAR_HORN" key1="KEY_KP_5" button="" />
</inputBindings>


</modDesc>




Can someone help me fix this? TIA