Ich glaub du hast ein Pfadproblem!
Meine Bastemap lädt nach wie vor. Deshalb hab ich mir mal meine Stationskräne angesehen.
Und da gibt es eben zwei Userattribute.
1.) onCreate das StationCrane.onCreate aufruft
2.) xmlFile damit er weiß wo er das XML-File sich holen soll. In meinen Fall steht da: $data/vehicles/train/stationCrane.xml
StationCrane01.jpg
Du solltest also mal deinen Pfad: C:/Users/Holger/Documents/My Games/FarmingSimulator2017/mods/Baumap/data/vehicles/train/stationCrane.xml überprüfen. Kommt mir sehr seltsam vor
Stehen bei mir zwei Einträge in der i3d
<UserAttribute nodeId="3870">
<Attribute name="onCreate" type="scriptCallback" value="StationCrane.onCreate"/>
<Attribute name="xmlFile" type="string" value="$data/vehicles/train/stationCrane.xml"/>
</UserAttribute>
<UserAttribute nodeId="5653">
<Attribute name="onCreate" type="scriptCallback" value="StationCrane.onCreate"/>
<Attribute name="xmlFile" type="string" value="$data/vehicles/train/stationCrane.xml"/>
</UserAttribute>
Natürlich lädt die Map dann nicht richtig/vollständig wenn da ein Fehler auftritt.