Community Forum

Placeable not showing up in Store

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created24.11.2020 03:00


Landon Dudeck (MrCrextor) 24.11.2020 03:00
My placeable mod is not showing up in the the ingame store and I can not figure out why. I used the xmls from a different placeable mod and changed up what I needed to, to make it work with my files. Any help would be appreciated. If more info is needed then ask and Ill provide

Landon Dudeck (MrCrextor) 24.11.2020 03:06
thought I should add that this is there error :
Error: Missing descVersion attribute in mod FS19_LogCabin

Bilbo Beutlin (BBeutlin) 24.11.2020 05:45
Did you solve the problem already?
The error message indicates missing or wrong/obsolete modDesc tag <modDesc descVersion="..">.
The FS19 requires a descVersion of 40 or higher.

Landon Dudeck (MrCrextor) 24.11.2020 15:07
changing the tag to 45 (from 30) did not remove the error. Here is my entire modDesc.xml:

<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="45">
<author>MetraZoid</author>
<version>1.0.0.0</version>
<title>
<en>Log Cabin</en>
<de>Blockhaus</de>
</title>
<description>
<en><![CDATA[Log Cabin
Price: $5000
Upkeep: $10 per Day
]></en>
<de><![CDATA[Blockhaus
Preis: $ 5000
Unterhalt:$ 10 pro Tag]></de>
</description>
<iconFilename>1.dds</iconFilename>
<multiplayer supported="true" />

<storeItems>
<storeItem xmlFilename="LogCabin.xml"/>
</storeItems>


</modDesc>


Bilbo Beutlin (BBeutlin) 24.11.2020 17:33
Your xml code is faulty (invalid CDATA sections).
Check the syntax, eg. by Notepad++ features and XML tools (plugin).


Note: Log in to post. Create a new account here.