Category | Farming Simulator 22 |
Created | 27.09.2023 23:35 |
Adam Hines (RxRehab) | 27.09.2023 23:35 |
---|---|
Hey yall, I was working on a mod map for my friends and I and after about a year I decided to pick it back up and finish it. I am confident that I could atleast load into it before however now the game is not recognizing the mod. The error in my logs is this Error=XML_ERROR_MISMATCHED_ELEMENT ErrorID=14 (0xe) Line number=2: XMLElement name=modDesc. Here is a copy of my modDesc.xml <?xml version="1.0" encoding="utf-8" standalone="no"?> <modDesc descVersion="77"> <author>RxRehab</author> <version>1.0.0.3</version> <title> <en>Auglaize County</en> <de>Auglaize County</de> <fr>Auglaize County</fr> <br>Auglaize County</br> </title> <description> <en>Auglaize County</en> <de>Auglaize County</de> <fr>Auglaize County</fr> <br>Auglaize County</br> </description> <iconFilename>icon.dds</iconFilename> <multiplayer supported="true"/> <maps> <map id="SampleModMap" className="Mission00" filename="$dataS/scripts/missions/mission00.lua" configFilename="maps/map.xml" defaultVehiclesXMLFilename="maps/vehicles.xml" defaultPlaceablesXMLFilename="maps/placeables.xml" defaultItemsXMLFilename="maps/items.xml"> <title> <en>Auglaize County</en> <de>Auglaize County</de> <fr>Auglaize County</fr> <br>Auglaize County</br> </title> <description> <en>Auglaize County</en> <de>Auglaize County</de> <fr>Auglaize County</fr> <br>Auglaize County</br> </description> <iconFilename>preview.dds</iconFilename> </map> </maps> <extraSourceFiles> <!-- <sourceFile filename="maps/scripts/AnimatedMapObjects.lua"/> --> </extraSourceFiles> <!-- <storeItems> --> <storeItem xmlFilename="maps/placeables/bga1mw.xml" /> <storeItem xmlFilename="maps/placeables/bgaBunkerSilo.xml" /> <storeItem xmlFilename="maps/placeables/chargingStation.xml" /> <storeItem xmlFilename="maps/placeables/biogasStation.xml" /> <storeItem xmlFilename="maps/placeables/sawmill.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationVehicles.xml" /> <storeItem xmlFilename="maps/placeables/wardrobeTrigger.xml" /> <storeItem xmlFilename="maps/placeables/debrisCrusher.xml" /> <!-- GrainSilo --> <storeItem xmlFilename="maps/placeables/grainDryerComplex1.xml" /> <storeItem xmlFilename="maps/placeables/grainDryerComplex2.xml" /> <storeItem xmlFilename="maps/placeables/grainDryerComplex3.xml" /> <storeItem xmlFilename="maps/placeables/grainDryerComplex4.xml" /> <storeItem xmlFilename="maps/placeables/grainSiloC.xml" /> <!-- Flat Bottom Bins --> <storeItem xmlFilename="maps/placeables/grainSiloFarm12k1.xml" /> <storeItem xmlFilename="maps/placeables/grainSiloFarm17k1.xml" /> <!-- HarvestoreSiloSystem --> <storeItem xmlFilename="maps/placeables/fermentingSiloLarge1.xml" /> <storeItem xmlFilename="maps/placeables/fermentingSiloSmall1.xml" /> <storeItem xmlFilename="maps/placeables/fermentingSiloLarge2.xml" /> <storeItem xmlFilename="maps/placeables/fermentingSiloSmall2.xml" /> <!-- gas --> <storeItem xmlFilename="maps/placeables/gasStationFarm1.xml" /> <storeItem xmlFilename="maps/placeables/gasStationStore1.xml" /> <storeItem xmlFilename="maps/placeables/gasStationStore2.xml" /> <!-- water --> <storeItem xmlFilename="maps/placeables/waterTriggerFarm1.xml" /> <!-- Buy Stations --> <storeItem xmlFilename="maps/placeables/buyLiqFert.xml" /> <storeItem xmlFilename="maps/placeables/buyLiqHerb.xml" /> <storeItem xmlFilename="maps/placeables/buyMulti.xml" /> <storeItem xmlFilename="maps/placeables/buyAnhydrous.xml" /> <storeItem xmlFilename="maps/placeables/buyPropane.xml" /> <!-- Productions --> <storeItem xmlFilename="maps/placeables/productionPoints/bakeryUS.xml" /> <storeItem xmlFilename="maps/placeables/productionPoints/carpenterUS.xml" /> <storeItem xmlFilename="maps/placeables/productionPoints/dairyUS.xml" /> <storeItem xmlFilename="maps/placeables/productionPoints/raisinFactory.xml" /> <storeItem xmlFilename="maps/placeables/productionPoints/cerealFactory.xml" /> <storeItem xmlFilename="maps/placeables/productionPoints/grainMill.xml" /> <storeItem xmlFilename="maps/placeables/productionPoints/spinneryUS.xml" /> <storeItem xmlFilename="maps/placeables/productionPoints/tailorShop.xml" /> <storeItem xmlFilename="maps/placeables/productionPoints/oilPlant.xml" /> <storeItem xmlFilename="maps/placeables/productionPoints/sugarMill.xml" /> <storeItem xmlFilename="maps/placeables/productionPoints/beerFactory.xml" /> <storeItem xmlFilename="maps/placeables/productionPoints/chipsFactory.xml" /> <storeItem xmlFilename="maps/placeables/productionPoints/ethanolPlant.xml" /> <storeItem xmlFilename="maps/placeables/productionPoints/whiskeyFactory.xml" /> <!-- SellingStation --> <storeItem xmlFilename="maps/placeables/sellingStationBales1.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationBales2.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationGrain1.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationGrain2.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationGrain3.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationGrain4.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationGrain5.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct1.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct2.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct3.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct4.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct5.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct6.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct7.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct8.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct9.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct10.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct11.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct12.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct13.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct14.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct15.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct16.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct17.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct18.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct19.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct20.xml" /> <storeItem xmlFilename="maps/placeables/sellingStationProduct21.xml" /> <!-- Animals --> <storeItem xmlFilename="maps/placeables/animals/cowBarn1Farm1.xml" /> <storeItem xmlFilename="maps/placeables/animals/cowBarn2Farm1.xml" /> <storeItem xmlFilename="maps/placeables/animals/cowBarn1Farm2.xml" /> <storeItem xmlFilename="maps/placeables/animals/cowBarn1Farm3.xml" /> <storeItem xmlFilename="maps/placeables/animals/cowBarn2Farm3.xml" /> <storeItem xmlFilename="maps/placeables/animals/cowBarn1Farm4.xml" /> <storeItem xmlFilename="maps/placeables/animals/cowBarn2Farm4.xml" /> <storeItem xmlFilename="maps/placeables/animals/pigBarn1Farm1.xml" /> <storeItem xmlFilename="maps/placeables/animals/pigBarn1Farm2.xml" /> <!-- Pallets --> <storeItem xmlFilename="pallets/anhydrousTank.xml" /> <storeItem xmlFilename="pallets/propaneTank.xml" /> <storeItem xmlFilename="pallets/soymilkPallet.xml" /> <storeItem xmlFilename="pallets/winePallet.xml" /> <storeItem xmlFilename="pallets/oatmealPallet.xml" /> <storeItem xmlFilename="pallets/whiskeyPallet.xml" /> <storeItem xmlFilename="pallets/beerPallet.xml" /> <storeItem xmlFilename="pallets/pastaPallet.xml" /> <storeItem xmlFilename="pallets/ethanolPallet.xml" /> <storeItem xmlFilename="pallets/chipsPallet.xml" /> <!-- BaseGame --> <storeItem xmlFilename="$data/placeables/lizard/fencesFarm/level03/fencesFarmLevel03Singleton.xml" /> <storeItem xmlFilename="$data/placeables/lizard/fencesFarm/level05/fencesFarmLevel05Singleton.xml" /> <!-- AnimalDealer --> </storeItems>--> </modDesc> |
Adam Hines (RxRehab) | 27.09.2023 23:52 |
---|---|
Problem has been solved! the actual error was within <StoreItems>. I had ended it but did not start it. |
Adam Hines (RxRehab) | 28.09.2023 00:16 |
---|---|
Problem has been solved! the actual error was within <StoreItems>. I had ended it but did not start it. |
Note: Log in to post. Create a new account here.