Community Forum

my mod of Bjornholm does not show up in game

Forum Overview >> Farming Simulator 15

CategoryFarming Simulator 15
Created19.11.2014 13:13


Emil Samuelsson (Unknown) 19.11.2014 13:17
Hello,

I did like the video tutorial suggests and made a copy of Bjornholm to make my own changes that I want. Problem is my modded map does not show up in the game... Do I need to change the name of the map from Bjornholm to something else in a text editor? and if so how do I do that?

Kind regards

Tom Johnson (tom42728) 19.11.2014 17:47
did you look at your log file .. it will usually show the errors why maps/mods wont load

you might have to change the name to something like BjornholmA or something like that not sure though

Emil Samuelsson (Unknown) 19.11.2014 21:28
Load mod: MyModMap
Error: Failed to open xml file 'C:/,,,,My Games/FarmingSimulator2015/mods//MyModMap/modDesc.xml'.
Error: Missing descVersion attribute in mod MyModMap

This is the message I got. What can I do about it?

Please tell me how to change the name of the map aswell :)

Kind regads

Emil Samuelsson (Unknown) 19.11.2014 21:38
I managed to get the map to show up in game but it would not finish loading and got a bunch of errors...
so I took the moddesc.xml that's in the downloads section.. getting this message

Error: Unsupported mod description version in mod MyModMap

What to do? is there a tutorial or something for this?

Kind regards

Tom Johnson (tom42728) 20.11.2014 04:30
in the original where it says you are missing the descVersion you need to make sure the line reads as this

<modDesc descVersion="21">

the modDesc.xml should start off like this

<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="21">
<author>My Name</author>
<version>1.0</version>
<title>
<en>Sample Mod</en>
<de>Beispiel Mod</de>
</title>
<description>
<en>Sample mod description</en>
<de>Beispiel Mod Beschreibung</de>
</description>
<iconFilename>store_buehrer6135A.png</iconFilename>
<multiplayer supported="true"/>

Emil Samuelsson (Unknown) 20.11.2014 09:00
I resolved all the issues by using the modsdk from the installation path and not the one from this forum. :)

Thanks
Kind regards

Austin Funke (Funke90) 16.12.2014 21:39
Emil Samuelsson how did you get a map that you created work in the game?


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