Converted mod not showing up in store?

Your forum for all discussions around Modding.
JGoode13
Posts: 1
Joined: Wed Apr 14, 2021 11:53 pm

Converted mod not showing up in store?

Post by JGoode13 »

I've converted several mods from Fs17 to FS19 and the mods will show up in list pre loading the game, so I have checked them, however when trying to load them in the store they will not show an image or load? I've read other posts here in the forum regarding this but none of them seem to fix my problem. I've converted them and changed the moddesc.xml file to moddesc version "40" and "43" but obviously I'm missing other code or something. Here is the converted moddesc.xml code for one of them. Any help would be appreciated!

<?xml version="1.0" encoding="UTF-8"?>

-<modDesc descVersion="40">

<author>Winston9587</author>

<version>1.0.0.0</version>


-<title>

<en>Cadillac XTS Limo</en>

<de>Cadillac XTS Limo</de>

</title>


-<description>

<en>Cadillac XTS Limo</en>

<de>Cadillac XTS Limo</de>

</description>

<iconFilename>Store.dds</iconFilename>

<multiplayer supported="true"/>


-<l10n>


-<text name="winston9587">

<en>winston9587 Mods</en>

<de>winston9587 Mods</de>

</text>


-<text name="input_CaddilacFdoors">

<de>Front Doors</de>

<en>Front Doors</en>

</text>


-<text name="input_CaddilacRdoors">

<de>Rear Doors</de>

<en>Rear Doors</en>

</text>


-<text name="input_CaddilacDivider">

<de>Divider</de>

<en>Divider</en>

</text>


-<text name="CaddilacFdoors">

<de>Front Doors</de>

<en>Front Doors</en>

</text>


-<text name="CaddilacRdoors">

<de>Rear Doors</de>

<en>Rear Doors</en>

</text>


-<text name="CaddilacDivider">

<de>Divider</de>

<en>Divider</en>

</text>


-<text name="Beifahrer_Exit">

<de>Fahrzeug verlassen</de>

<en>Exit vehicle</en>

</text>


-<text name="Beifahrer_Enter">

<de>Als Beifahrer einsteigen</de>

<en>Enter vehicle as passenger</en>

</text>

</l10n>


-<extraSourceFiles>

<sourceFile filename="scripts/addStoreCategorie.lua"/>

<sourceFile filename="scripts/MPEvent.lua"/>

<!-- Credits: Hot Online Team -->


</extraSourceFiles>


-<specializations>

<specialization name="selectable" filename="scripts/selectable.lua" className="selectable"/>

<specialization name="Fenster" filename="scripts/toggleAnimatedParts.lua" className="toggleAnimatedParts"/>

<specialization name="BeifahrerV3" filename="scripts/BeifahrerV3.lua" className="BeifahrerV3"/>

</specializations>


-<vehicleTypes>


-<type name="Cadillac_Limo" filename="$dataS/scripts/vehicles/Vehicle.lua" className="Vehicle">

<specialization name="attacherJoints"/>

<specialization name="lights"/>

<specialization name="animatedVehicle"/>

<specialization name="motorized"/>

<specialization name="steerable"/>

<specialization name="drivable"/>

<specialization name="cylindered"/>

<specialization name="honk"/>

<specialization name="mountable"/>

<specialization name="selectable"/>

<specialization name="Fenster"/>

<specialization name="BeifahrerV3"/>

</type>

</vehicleTypes>


-<storeItems>

<storeItem rootNode="vehicle" xmlFilename="FS17_Cadillac_limo.xml"/>

</storeItems>


-<brands>

<brand title="Limo" name="CADILLAC" image="brand.dds"/>

</brands>


-<inputBindings>

<input name="CaddilacFdoors" button="" key1="KEY_KP_8"/>

<input name="CaddilacRdoors" button="" key1="KEY_KP_9"/>

<input name="CaddilacDivider" button="" key1="KEY_KP_7"/>

</inputBindings>

</modDesc>
juf.de
Posts: 3816
Joined: Fri Mar 30, 2012 8:04 pm

Re: Converted mod not showing up in store?

Post by juf.de »

1. put the modDesc into a code box, that makes it easier to read
2. add your log file
Tutorials: log.txt, Giants Bilderhoster, erweiterter Texteditor, Konsole (PC)    /    Direktlink Giants Imagehoster
[PC] [Mac] [XB1] [PS4] in the thread title keeps the Forum clean / im Threadtitel hält das Forum übersichtlich
Playing on PC
s8080t
Posts: 712
Joined: Wed Nov 20, 2019 9:26 pm

Re: Converted mod not showing up in store?

Post by s8080t »

Stopped reading at <modDesc descVersion="40>. This mod is no where nearly converted completely...

I recommend you have a look at a few FS19 vehicles and read about the differences between 17 and 19. And then go through the XMLs and adopt them. And the lights. And the materials. And... You get the point.
Languages: DE/EN
Plattform: PC
Meine Mods
Grünlandsuchti
IT-Spezialexperte
OpenSource-Verfechter
Post Reply