Community Forum

Convert Fendt936 from FS2009 Gold for FS2011

Forum Overview >> Farming Simulator 2011

CategoryFarming Simulator 2011
Created30.10.2010 09:49


Glenn52.com (glenn52) 30.10.2010 09:53
In trying to convert FS2009 Gold Fendt936 for FS2011 I get this error.

Load mod: Fendt936
Error: Failed to open xml file C:/Users/glenn/Documents/My Games/FarmingSimulator2011/mods/Fendt936/modDesc.xml'
Error: Missing descVersion attribute in mod Fendt936

Here is my modDesc.xml:

<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="4">
<author>glenn52</author>
<version>1</version>
<title>
<en>2009 Fendt 936 Vario</en>
<de>2009 Fendt 936 Vario</de>
</title>
<description>
<en>2009 Fendt 936 Vario</en>
<de>2009 Fendt 936 Vario</de>
</description>
<iconFilename>icon.png</iconFilename>
<multiplayer supported="true"/>
// <l10n>
// </l10n>
<extraSourceFiles>
<sourceFile filename="ExtraFile.lua" />
</extraSourceFiles>

<specializations>

</specializations>
<vehicleTypes>
<type name="tractor" className="Vehicle"
filename="$dataS/scripts/vehicles/Vehicle.lua">
<specialization name="motorized" />
<specialization name="steerable" />
<specialization name="hirable" />
<specialization name="aiTractor" />
</type>
</vehicleTypes>
<storeItems>
<storeItem>
<en>
<name>2009 Fendt 936 Vario</name>
<description>
<![CDATA[
]]>
</description>
</en>
<de>
<name>2009 Fendt 936 Vario</name>
<description>
<![CDATA[
]]>
</description>
</de>
<rotation>0</rotation>
<image active="store.png"/>
<price>217000</price>
<xmlFilename>fendt936vario.xml</xmlFilename>
</storeItem>
</storeItems>

</modDesc>


Any help appreciated, thanks.

Ellinor Ström (Unknown) 30.10.2010 13:08
remove

// <l10n>
// </l10n>

or change to

<!-- <l10n>
</l10n> -->

Glenn52.com (glenn52) 31.10.2010 02:01
Thanks Ellinor, but that was not the issue.
Now I have progressed to point where I have no errors in log, mod shows up in-game, but when I press Buy in store, the game crashes.

Any help appreciated, thanks.

Glenn52.com (glenn52) 31.10.2010 03:12
Update: I have the tractor in-game and working (apparently) without error, yet my log shows this:

C:/Users/glenn/Documents/My Games/FarmingSimulator2011/mods/Fendt209_glenn52/fendt209.i3d (1.32mb in 183.20 ms)
Error: index out of range
Call Stack:
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/Utils.lua(8) : printCallstack
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/Utils.lua(50) : checkChildIndex
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/Utils.lua(937) : indexToObject
=(tail call)(-1)
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/vehicles/specializations/Motorized.lua(202)
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/vehicles/Vehicle.lua(633) : ?
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/BaseMission.lua(352) : load
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/ShopScreen.lua(484) : loadVehicle
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/ShopScreen.lua(288) : onBuyClick
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/elements/ButtonElement.lua(419) : onClick
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(294) : mouseEvent
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/elements/ListItemElement.lua(259) : mouseEvent
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(294) : mouseEvent
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/elements/ListElement.lua(326) : mouseEvent
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(294) : mouseEvent
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/elements/BitmapElement.lua(90) : mouseEvent
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(294) : mouseEvent
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/Gui.lua(236) : mouseEvent
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/main.lua(686) : mouseEvent
Index: 16|1
Error: index out of range
Call Stack:
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/Utils.lua(8) : printCallstack
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/Utils.lua(50) : checkChildIndex
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/vehicles/specializations/Steerable.lua(54) : indexToObject
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/vehicles/Vehicle.lua(633) : ?
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/BaseMission.lua(352) : load
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/ShopScreen.lua(484) : loadVehicle
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/ShopScreen.lua(288) : onBuyClick
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/elements/ButtonElement.lua(419) : onClick
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(294) : mouseEvent
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/elements/ListItemElement.lua(259) : mouseEvent
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(294) : mouseEvent
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/elements/ListElement.lua(326) : mouseEvent
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(294) : mouseEvent
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/elements/BitmapElement.lua(90) : mouseEvent
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(294) : mouseEvent
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/gui/Gui.lua(236) : mouseEvent
D:/code/lsim2011_version5/build/finalbin/dataS/scripts/main.lua(686) : mouseEvent
Index: 4|2

Any help appreciated, thanks.

Joshua Branson (Unknown) 31.10.2010 10:53
When it says out of range eg.
'Index: 16|1
Error: index out of range'

it usually means what is said to be at this location is not there, or you have the wrong location numbers


Glenn52.com (glenn52) 01.11.2010 05:18
Resolved! Tractor in-game no errors...

Teemu Huhtala (Unknown) 13.11.2010 15:57
"Now I have progressed to point where I have no errors in log, mod shows up in-game, but when I press Buy in store, the game crashes."

How did you solve that? I have that same thing happening when buying my combine.
Regards Tepa00

Glenn52.com (glenn52) 14.11.2010 12:53
Tepa, I have a guide to converting FS2009 vehicles, posted on my site: www.glenn52.com

Teemu Huhtala (Unknown) 15.11.2010 14:07
Thanks! Now I have my Sampo in the ls11. Thousand thanks Glenn!

Glenn52.com (glenn52) 16.11.2010 03:48
NP, glad to Help

John Pako (logic321) 09.08.2011 14:08
hi (glenn52) I have tried now 3 e-mail address at your site but all I keep getting is Known spammer domain yet they are genuine mail addresses

Will Siebert (Unknown) 19.11.2011 21:37
GIANTS Engine Runtime (build date: Feb 2 2011)
(C) 2003-2011, GIANTS Software GmbH (www.giants-software.com), All Rights Reserved.
Application: FarmingSimulator2011
Main System
Core(s): 2 @ 2.8 GHZ
OS: Windows NT 5.1 32-bit
Physics System
Driver: NVIDIA PhysX Runtime
Version: 2.8.3
Thread(s): 1
Input System
Keyboard enabled
Mouse enabled
Gamepad/Joystick disabled
Force Feedback disabled
Sound System
Driver: OpenAL
Version: 1.1
Device: Generic Software
Max. sources: 256
EFX extensions initialized
Generated 1 Aux Effect Slot(s)
Render System
Driver: OpenGL
Card Vendor: ATI Technologies Inc.
Renderer: ATI Radeon HD 4600 Series
Version: 3.3.10524 Compatibility Profile Context
GL_NV_texture_compression_vtc not supported
GL_NV_vertex_program2_option not supported
GL_NV_vertex_program3 not supported
GL_NV_register_combiners2 not supported
max_texture_layers: 8
GL_NV_fragment_program_option not supported
GL_NV_fragment_program2 not supported
OpenGL initialization successful
Hardware Profile
Level: Medium
View Distance Coeff: 1
Shadow Quality: 1
Skip Mipmaps: 1
Terrain LOD Distance Coeff: 1
Farming Simulator 2011
Version: 1.023 (Patch 2.3) RC1
Available Languages: en
Language: en
Game vehicle types loaded
Mod directory: C:/Documents and Settings/Will/My Documents/My Games/FarmingSimulator2011/mods
Load mod: aaaFendt_Trisix
Error: Failed to open xml file C:/Documents and Settings/Will/My Documents/My Games/FarmingSimulator2011/mods/aaaFendt_Trisix/modDesc.xml'
Error: Missing descVersion attribute in mod aaaFendt_Trisix
Load mod: adaptor_v3
Error: Failed to open xml file C:/Documents and Settings/Will/My Documents/My Games/FarmingSimulator2011/mods/adaptor_v3/modDesc.xml'
Error: Missing descVersion attribute in mod adaptor_v3
Load mod: Aerosem5000
Error: Failed to open xml file C:/Documents and Settings/Will/My Documents/My Games/FarmingSimulator2011/mods/Aerosem5000/modDesc.xml'
Error: Missing descVersion attribute in mod Aerosem5000
Load mod: ClaasSuprimeMegaGrubber29m
Error: Failed to open xml file C:/Documents and Settings/Will/My Documents/My Games/FarmingSimulator2011/mods/ClaasSuprimeMegaGrubber29m/modDesc.xml'
Error: Missing descVersion attribute in mod ClaasSuprimeMegaGrubber29m
Load mod: fendt939_Terra
Error: Failed to open xml file C:/Documents and Settings/Will/My Documents/My Games/FarmingSimulator2011/mods/fendt939_Terra/modDesc.xml'
Error: Missing descVersion attribute in mod fendt939_Terra
Load mod: Fendt_Vario_939
Error: Failed to open xml file C:/Documents and Settings/Will/My Documents/My Games/FarmingSimulator2011/mods/Fendt_Vario_939/modDesc.xml'
Error: Missing descVersion attribute in mod Fendt_Vario_939
Load mod: KroneZX_400_GL
Error: Failed to open xml file C:/Documents and Settings/Will/My Documents/My Games/FarmingSimulator2011/mods/KroneZX_400_GL/modDesc.xml'
Error: Missing descVersion attribute in mod KroneZX_400_GL
Load mod: Krone_BigX1000bybaski
Error: Failed to open xml file C:/Documents and Settings/Will/My Documents/My Games/FarmingSimulator2011/mods/Krone_BigX1000bybaski/modDesc.xml'
Error: Missing descVersion attribute in mod Krone_BigX1000bybaski
Load mod: krone_mower_v3
Error: Failed to open xml file C:/Documents and Settings/Will/My Documents/My Games/FarmingSimulator2011/mods/krone_mower_v3/modDesc.xml'
Error: Missing descVersion attribute in mod krone_mower_v3
Load mod: krone_trailer_agro
Error: Failed to open xml file C:/Documents and Settings/Will/My Documents/My Games/FarmingSimulator2011/mods/krone_trailer_agro/modDesc.xml'
Error: Missing descVersion attribute in mod krone_trailer_agro
Load mod: missions
Error: Failed to open xml file C:/Documents and Settings/Will/My Documents/My Games/FarmingSimulator2011/mods/missions/modDesc.xml'
Error: Missing descVersion attribute in mod missions
Load mod: models
Error: Failed to open xml file C:/Documents and Settings/Will/My Documents/My Games/FarmingSimulator2011/mods/models/modDesc.xml'
Error: Missing descVersion attribute in mod models
Load mod: new models
Error: Invalid mod name 'new models'! Characters allowed: (_, A-Z, a-z, 0-9). The first character must not be a digit
Load mod: Scania_Manure_sprayer
Error: Failed to open xml file C:/Documents and Settings/Will/My Documents/My Games/FarmingSimulator2011/mods/Scania_Manure_sprayer/modDesc.xml'
Error: Missing descVersion attribute in mod Scania_Manure_sprayer
Load mod: Tecno_J5800_Sprayer
Error: Failed to open xml file C:/Documents and Settings/Will/My Documents/My Games/FarmingSimulator2011/mods/Tecno_J5800_Sprayer/modDesc.xml'
Error: Missing descVersion attribute in mod Tecno_J5800_Sprayer
Load mod: Texture
Error: Failed to open xml file C:/Documents and Settings/Will/My Documents/My Games/FarmingSimulator2011/mods/Texture/modDesc.xml'
Error: Missing descVersion attribute in mod Texture
Started network game (10823)
data/sky/sky_day_night.i3d (0.00mb in 192.76 ms)
data/sky/rain.i3d (0.00mb in 29.03 ms)
data/sky/hail.i3d (0.00mb in 20.95 ms)
data/maps/map01.i3d (38.23mb in 18424.30 ms)
data/vehicles/particleSystems/wheatParticleSystemLong.i3d (0.00mb in 102.96 ms)
data/vehicles/particleSystems/wheatParticleSystemLong.i3d (0.00mb in 0.55 ms)
data/vehicles/particleSystems/wheatParticleSystemLong.i3d (0.00mb in 0.55 ms)
data/vehicles/particleSystems/wheatParticleSystemLong.i3d (0.00mb in 0.46 ms)
data/maps/map01/paths/trafficPaths.i3d (0.04mb in 26.27 ms)
data/maps/map01/paths/pedestrianPaths.i3d (0.01mb in 9.44 ms)
dataS2/character/pedestrians/casual15.i3d (0.40mb in 70.58 ms)
dataS2/character/pedestrians/executive03.i3d (0.27mb in 38.61 ms)
dataS2/character/pedestrians/casual07.i3d (0.33mb in 52.53 ms)
dataS2/character/pedestrians/casual02.i3d (0.31mb in 48.11 ms)
dataS2/character/pedestrians/casual08.i3d (0.53mb in 71.32 ms)
data/maps/missions/CattleMeadow.i3d (0.64mb in 170.43 ms)
dataS2/character/cow/cowAnimation.i3d (16.80mb in 1405.96 ms)
data/vehicles/steerable/deutz/deutzAgrotronX720.i3d (5.99mb in 1108.50 ms)
data/vehicles/tools/vogelNoot/terraTop800.i3d (2.61mb in 367.59 ms)
data/vehicles/tools/horsch/sprinter8ST.i3d (3.21mb in 440.36 ms)
data/vehicles/tools/barrelWeight.i3d (0.05mb in 39.35 ms)
data/vehicles/trailers/euroboss330t.i3d (0.88mb in 197.56 ms)
data/vehicles/tools/poettinger/novacat306f.i3d (0.33mb in 89.83 ms)
data/vehicles/tools/poettinger/novadisc900.i3d (0.44mb in 37.26 ms)
data/vehicles/steerable/deutz/deutzAgrotronK420.i3d (5.72mb in 701.32 ms)
data/vehicles/tools/poettinger/eurotop461a.i3d (0.38mb in 90.77 ms)
data/vehicles/steerable/lizard/selfPropelledSprayer.i3d (6.01mb in 732.78 ms)
data/vehicles/steerable/krone/kroneBigX1000.i3d (5.31mb in 688.29 ms)
data/vehicles/trailers/smallTipper.i3d (0.54mb in 191.88 ms)
data/vehicles/steerable/krone/kroneEasyCollect1053.i3d (1.37mb in 117.53 ms)
data/vehicles/steerable/deutz/deutz5695HTS.i3d (5.18mb in 612.33 ms)
data/vehicles/cutters/deutz/deutzCutter5695HTS.i3d (1.03mb in 160.03 ms)
data/vehicles/trailers/mediumTipper.i3d (0.75mb in 70.34 ms)
data/maps/missions/glassContainers.i3d (0.06mb in 45.12 ms)
data/character/farmer/farmer_player.i3d (2.40mb in 176.28 ms)
data/vehicles/trucks/milktruck.i3d (2.11mb in 501.86 ms)


Any help I made a rar. and sent to my friends we all have the same mods nothing else in our mod folders all vehicles and implements should be muliplayer compatible also since mine is the premium version I sent them the patch 2.2 or 2.3 to them its running But the vehicles are not appearing in the shop also all mods are zipped using win rar nice and neat in mods folder. Any help would be awesome I havent taken the time to understand Giant software yet.


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