Community Forum

Given functionName 'processTedderArea' not defined. Please add missing function or specialization!

Forum Overview >> Scripting

CategoryScripting
Created20.02.2019 05:22


Larry Davenport (Unknown) 20.02.2019 05:22
Hello,

Maybe someone can help Please?

I have been editing The Krone mower since it will windrow the grass, I am trying to add a tedder function so that the hay process can be done in one pass

The mod shows in game, and will still mow, But will not tedder the grass Posted is my modDesc, and xml, as well as the error log

modDesc

<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="40">
<author>GIANTS Software, Tigger D</author><!--fuel refilling issue fixed-->
<version>1.0.0.1</version>
<title>
<en>tigg one pass</en>
</title>
<description>
<en>
<![CDATA[bigM450]]>
</en>
<de>
<![CDATA[bigM450]]>
</de>
</description>
<iconFilename>icon_bigM450.png</iconFilename>
<multiplayer supported="true" />

<functions>
<function>$l10n_function_mower</function>
<function>$l10n_function_tedder</function>

</functions>

<specializations>
<specialization name="tedder" className="Vehicle" filename="$dataS/scripts/vehicles/Vehicle.lua"/>
</specializations>

<vehicleTypes>
<type name="tedder" className="Vehicle" filename="$dataS/scripts/vehicles/Vehicle.lua">
<specialization name="attachable" />
<specialization name="animatedVehicle" />
<specialization name="cylindered" />
<specialization name="foldable" />
<specialization name="Tedder" />
</type>
</vehicleTypes>
<storeItems>
<storeItem xmlFilename="tigg_one_pass.xml"/>
</storeItems>
<brands>
<brand name="TIGG" title="tigg" image="icon_bigM450.png"/>

</brands>
</modDesc>

(1 EXCERPT FROM XML)

<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<vehicle type="selfPropelledMower">
<annotation>Copyright (C) GIANTS Software GmbH, All Rights Reserved.</annotation>

<storeData>
<name>TIGG ONE PASS</name>
<specs>
<power>600</power>
<maxSpeed>45</maxSpeed>
<workingWidth>9.95</workingWidth>
</specs>
<functions>
<function>$l10n_function_mowertedder</function>
<function>$l10n_function_tedder</function>
</functions>
<image>$data/vehicles/krone/bigM450/store_bigM450.png</image>
<price>385000</price>
<lifetime>600</lifetime>
<rotation>0</rotation>
<brand>TIGG</brand>
<category>mowerVehicles</category>
<shopTranslationOffset>0 -0.18 0</shopTranslationOffset>
<shopRotationOffset>-0.15 0 0</shopRotationOffset>
<vertexBufferMemoryUsage>7119544</vertexBufferMemoryUsage>
<indexBufferMemoryUsage>1680570</indexBufferMemoryUsage>
<textureMemoryUsage>53740208</textureMemoryUsage>
<instanceVertexBufferMemoryUsage>0</instanceVertexBufferMemoryUsage>
<instanceIndexBufferMemoryUsage>0</instanceIndexBufferMemoryUsage>
</storeData>


( 2 EXCERPT FROM XML)
<workAreas>
<!-- mower areas -->
<workArea type="mower" functionName="processMowerArea" disableBackwards="false" >
<area startNode="leftWorkAreaStart" widthNode="leftWorkAreaWidth" heightNode="leftWorkAreaHeight" />
<groundReferenceNode index="1" />
<folding minLimit="0" maxLimit="0.1" />
<mower dropWindrow="true" dropAreaIndex="4" />
</workArea>
<workArea type="tedder" functionName="processTedderArea" preprocessFunctionName="preprocessTedderArea" disableBackwards="false" >
<area startNode="leftWorkAreaStart" widthNode="leftWorkAreaWidth" heightNode="leftWorkAreaHeight" />
<groundReferenceNode index="1" />
<folding minLimit="0" maxLimit="0.1" />
<tedder dropWindrow="true" dropAreaIndex="4" />
</workArea>
<workArea type="mower" functionName="processMowerArea" disableBackwards="false" >
<area startNode="frontWorkAreaStart" widthNode="frontWorkAreaWidth" heightNode="frontWorkAreaHeight" />
<groundReferenceNode index="2" />
<folding minLimit="0" maxLimit="0.1" />
<mower dropWindrow="true" dropAreaIndex="5" />
</workArea>
<workArea type="tedder" functionName="processTedderArea" preprocessFunctionName="preprocessTedderArea" disableBackwards="false" >
<area startNode="frontWorkAreaStart" widthNode="frontWorkAreaWidth" heightNode="frontWorkAreaHeight" />
<groundReferenceNode index="2" />
<folding minLimit="0" maxLimit="0.1" />
<tedder dropWindrow="true" dropAreaIndex="5" />
</workArea>
<workArea type="mower" functionName="processMowerArea" disableBackwards="false" >
<area startNode="rightWorkAreaStart" widthNode="rightWorkAreaWidth" heightNode="rightWorkAreaHeight" />
<groundReferenceNode index="3" />
<folding minLimit="0" maxLimit="0.1" />
<mower dropWindrow="true" dropAreaIndex="6" />
</workArea>
<workArea type="tedder" functionName="processTedderArea" preprocessFunctionName="preprocessTedderArea" disableBackwards="false" >
<area startNode="rightWorkAreaStart" widthNode="rightWorkAreaWidth" heightNode="rightWorkAreaHeight" />
<groundReferenceNode index="3" />
<folding minLimit="0" maxLimit="0.1" />
<tedder dropWindrow="true" dropAreaIndex="6" />

</workArea>


(LOG)

GIANTS Engine Runtime 8.0.0 (18001) 64bit (Build Date: Dec 11 2018)
Copyright (c) 2008-2018, GIANTS Software GmbH (giants-software.com), All Rights Reserved.
Copyright (c) 2003-2018, Christian Ammann and Stefan Geiger, All Rights Reserved.
Application: FarmingSimulator2019
Main System
CPU: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz
Memory: 12177 MB
OS: Windows NT 10.0 64-bit
Physics System
Version: 5.9.5
Thread(s): 2
Input System
Keyboard enabled
Mouse enabled
Gamepad/Joystick enabled
Force Feedback disabled
Devices:
XINPUT_GAMEPAD
Number of Axes: 6
Number of Buttons: 14
Audio System
Driver: SoftMixer WASAPI Stereo
Version: 2018.11
Frequency: 48000
Max. active sources: 256
Render System
Driver: Direct 3D 11
Card Vendor: NVIDIA Corporation
Renderer: NVIDIA GeForce 940MX
Version: 22.20.16.4749 (24.7.2017)
Revision: 162
Feature level: DirectX 11
Windowed Mode : off
V-Sync : on
Effective Window Resolution: 1280 x 720
Started 2 threads for threadpool 'Render threadpool'
Hardware Profile
Level: Medium (forced)
View Distance Factor: 1.000000
Shadow Quality: 1.000000 Base-Size: 2048 Filter-Size: 4 Shadow Focus Box false
Shader Quality: 1
Skip Mipmaps: 1
LOD Distance Factor: 1.000000
Terrain LOD Distance Factor: 1.000000
Terrain Normal Mapping: Yes
Foliage View Distance Factor: 1.000000
Volume Mesh Tessellation Factor: 1.000000
Tyre Tracks Segments Factor: 1.000000
Max. Number of Shadow Lights: 1
Max. Number of Lights: 512
Max. Number of Lights Per Cluster: 32
MSAA: 1
Bloom Quality: 3
SSAO Quality: 8
DOF: Disabled
Cloud Quality: 2
Setting 'Master Volume': 1
Setting 'Is Train Tabbable': true
Setting 'Radio Vehicle Only': true
Setting 'Radio Active': false
Setting 'Use Colorblind Mode': true
Setting 'Easy Arm Control': true
Setting 'Show Trigger Marker': true
Setting 'Show Field-Info': true
Setting 'Invert Y-Look': false
Setting 'Show Help Icons': true
Setting 'Radio Volume': 0.5
Setting 'Vehicle Volume': 0.80000001192093
Setting 'Environment Volume': 0.80000001192093
Setting 'GUI Volume': 0.5
Setting 'Master Volume': 1
Setting 'Music Volume': 0.20000000298023
Farming Simulator 19
Version: 1.2.0.1 b3261
Available Languages: en de jp pl cz fr es ru it pt hu nl cs ct br tr ro kr
Language: en
Time: 2019-02-20 11:34:02
Load mod: Tigg_One_Pass (Version: 1.0.0.1) (Hash: 56220abe9342a093b9e80df93bfa5c73)
dataS2/character/humans/characterAnimation.i3d (129.74 ms)
dataS2/character/humans/pedestrians/pedestrianAnimation.i3d (49.34 ms)
2019-02-20 11:34 Error: Failed to request recommended mods, HTTP error code 0
2019-02-20 11:34 Loaded specializations
2019-02-20 11:34 Loaded vehicle types
2019-02-20 11:34 Loaded placeable types
2019-02-20 11:34 Error: Can't load resource 'C:/Users/larry/Documents/My Games/FarmingSimulator2019/mods/Tigg_One_Pass/$dataS/scripts/vehicles/Vehicle.lua'.
2019-02-20 11:34 Error: vehicle types multiple specifications of type 'tedder'
2019-02-20 11:34 Error: Specialization 'attachable' already exists for vehicle type 'tedder'!
2019-02-20 11:34 Error: Specialization 'animatedVehicle' already exists for vehicle type 'tedder'!
2019-02-20 11:34 Error: Specialization 'cylindered' already exists for vehicle type 'tedder'!
2019-02-20 11:34 Error: Specialization 'foldable' already exists for vehicle type 'tedder'!
2019-02-20 11:34 Error: Vehicle type 'tedder' has unknown specialization 'Tigg_One_Pass.Tedder'!
2019-02-20 11:34 Register configuration 'baseColor'
2019-02-20 11:34 Register configuration 'design'
2019-02-20 11:34 Register configuration 'designColor'
2019-02-20 11:34 Register configuration 'vehicleType'
2019-02-20 11:34 Register workAreaType 'RIDGEMARKER'
2019-02-20 11:34 Register configuration 'attacherJoint'
2019-02-20 11:34 Register workAreaType 'WEEDER'
2019-02-20 11:34 Register workAreaType 'PLOW'
2019-02-20 11:34 Register workAreaType 'DEFAULT'
2019-02-20 11:34 Register workAreaType 'AUXILIARY'
2019-02-20 11:34 Register configuration 'motor'
2019-02-20 11:34 Register configuration 'frontloader'
2019-02-20 11:34 Register workAreaType 'FORAGEWAGON'
2019-02-20 11:34 Register configuration 'baseMaterial'
2019-02-20 11:34 Register configuration 'designMaterial'
2019-02-20 11:34 Register configuration 'wrappingColor'
2019-02-20 11:34 Register configuration 'powerTakeOff'
2019-02-20 11:34 Register configuration 'trailer'
2019-02-20 11:34 Register workAreaType 'COMBINECHOPPER'
2019-02-20 11:34 Register workAreaType 'COMBINESWATH'
2019-02-20 11:34 Register workAreaType 'FRUITPREPARER'
2019-02-20 11:34 Register workAreaType 'BALER'
2019-02-20 11:34 Register configuration 'tensionBelts'
2019-02-20 11:34 Register workAreaType 'MOWER'
2019-02-20 11:34 Register workAreaType 'CULTIVATOR'
2019-02-20 11:34 Register workAreaType 'SPRAYER'
2019-02-20 11:34 Register configuration 'wheel'
2019-02-20 11:34 Register configuration 'rimColor'
2019-02-20 11:34 Register configuration 'pipe'
2019-02-20 11:34 Register workAreaType 'SOWINGMACHINE'
2019-02-20 11:34 Register workAreaType 'CUTTER'
2019-02-20 11:34 Register workAreaType 'WINDROWER'
2019-02-20 11:34 Register configuration 'inputAttacherJoint'
2019-02-20 11:34 Register workAreaType 'TEDDER'
2019-02-20 11:34 Register workAreaType 'ROLLER'
2019-02-20 11:34 Register configuration 'cover'
2019-02-20 11:34 Register configuration 'folding'
2019-02-20 11:34 Register configuration 'fillUnit'
2019-02-20 11:34 Register configuration 'buyableBaleAmount'
2019-02-20 11:34 Register configuration 'fillVolume'
2019-02-20 11:34 data/shared/connectionHoses/hoses.i3d (31.06 ms)
2019-02-20 11:34 data/shared/connectionHoses/connectors.i3d (8.90 ms)
2019-02-20 11:34 data/shared/connectionHoses/hoseMaterialHolder.i3d (2.14 ms)
2019-02-20 11:34 data/sky/sky.i3d (1.38 ms)
2019-02-20 11:34 data/sky/rain.i3d (1.54 ms)
2019-02-20 11:34 data/maps/mapDE.i3d (2176.18 ms)
2019-02-20 11:34 data/foliage/wheat.i3d (9.40 ms)
2019-02-20 11:34 data/foliage/grassDense.i3d (3.29 ms)
2019-02-20 11:34 data/foliage/canola.i3d (6.54 ms)
2019-02-20 11:34 data/foliage/barley.i3d (5.60 ms)
2019-02-20 11:34 data/foliage/maize.i3d (10.96 ms)
2019-02-20 11:34 data/foliage/decoFoliage.i3d (35.04 ms)
2019-02-20 11:34 data/foliage/potato.i3d (7.73 ms)
2019-02-20 11:34 data/foliage/potatoHaulm.i3d (1.64 ms)
2019-02-20 11:34 data/foliage/sugarbeet.i3d (5.26 ms)
2019-02-20 11:34 data/foliage/sugarbeetHaulm.i3d (1.18 ms)
2019-02-20 11:34 data/foliage/sunflower.i3d (10.37 ms)
2019-02-20 11:34 data/foliage/soybean.i3d (6.36 ms)
2019-02-20 11:34 data/foliage/oilseedRadish.i3d (2.01 ms)
2019-02-20 11:34 data/foliage/poplar.i3d (9.55 ms)
2019-02-20 11:34 data/foliage/bush01.i3d (19.82 ms)
2019-02-20 11:34 Info: transform group 'bush01' has elements very far out from the cell edge (29.61% expansion)
2019-02-20 11:34 data/foliage/oat.i3d (10.11 ms)
2019-02-20 11:34 data/foliage/sugarCane.i3d (9.60 ms)
2019-02-20 11:34 data/foliage/sugarCaneHaulm.i3d (1.54 ms)
2019-02-20 11:34 data/foliage/cotton.i3d (8.24 ms)
2019-02-20 11:34 data/foliage/weed.i3d (10.62 ms)
2019-02-20 11:34 Enabled withering
2019-02-20 11:34 data/placeables/mapDE/sellingStationGeneric/sellingStationGeneric.i3d (4.67 ms)
2019-02-20 11:34 data/placeables/mapDE/trainStationMill/trainStationMill.i3d (2.64 ms)
2019-02-20 11:34 data/placeables/mapDE/grainElevatorEast/grainElevatorEast.i3d (1.37 ms)
2019-02-20 11:34 data/placeables/mapDE/railroadSilo01/railroadSilo01.i3d (1.58 ms)
2019-02-20 11:34 data/placeables/mapDE/railroadSilo02/railroadSilo02.i3d (1.57 ms)
2019-02-20 11:34 data/placeables/mapDE/sellingStationBales/sellingStationBales.i3d (0.85 ms)
2019-02-20 11:34 data/placeables/mapDE/sellingStationWood/sellingStationWood.i3d (0.88 ms)
2019-02-20 11:34 data/placeables/mapDE/sellingStationWoodChips/sellingStationWoodChips.i3d (2.62 ms)
2019-02-20 11:34 data/placeables/mapDE/sellingStationWool/sellingStationWool.i3d (0.90 ms)
2019-02-20 11:34 data/placeables/mapDE/sellingStationVehicles/sellingStationVehicles.i3d (0.92 ms)
2019-02-20 11:34 data/placeables/mapDE/gasStation/gasStation.i3d (0.84 ms)
2019-02-20 11:34 data/placeables/mapDE/trainSystem/trainSystem.i3d (4.96 ms)
2019-02-20 11:34 data/placeables/mapDE/bga/bga.i3d (3.92 ms)
2019-02-20 11:34 data/placeables/mapDE/waterFillTriggers/waterFillTriggers.i3d (0.89 ms)
2019-02-20 11:34 data/placeables/limeStation/limeStation.i3d (11.72 ms)
2019-02-20 11:34 data/vehicles/train/locomotive01/locomotive01.i3d (43.51 ms)
2019-02-20 11:34 data/vehicles/train/wagonGrain/wagonGrain.i3d (36.11 ms)
2019-02-20 11:34 data/vehicles/train/wagonWoodChips/wagonWoodChips.i3d (5.20 ms)
2019-02-20 11:34 data/vehicles/train/wagonTimber/wagonTimber.i3d (6.07 ms)
2019-02-20 11:34 data/vehicles/train/wagonSugarbeets/wagonSugarbeets.i3d (9.58 ms)
2019-02-20 11:34 data/vehicles/train/wagonVehicles/wagonVehicles.i3d (4.35 ms)
2019-02-20 11:34 data/store/ui/shop.i3d (50.01 ms)
2019-02-20 11:34 data/shared/materialHolders/glowEffectMaterialHolder.i3d (0.83 ms)
2019-02-20 11:34 data/store/ui/cube.i3d (0.85 ms)
2019-02-20 11:34 data/store/ui/sphere.i3d (1.41 ms)
2019-02-20 11:34 Error: Failed to request recommended mods, HTTP error code 0
2019-02-20 11:35 dataS2/character/humans/player/player01.i3d (377.00 ms)
2019-02-20 11:35 Setting 'Radio Volume': 0.5
2019-02-20 11:35 Setting 'Vehicle Volume': 0.80000001192093
2019-02-20 11:35 Setting 'Environment Volume': 0.80000001192093
2019-02-20 11:35 Setting 'GUI Volume': 0.5
2019-02-20 11:35 Info: Savegame Setting 'dirtInterval': 3
2019-02-20 11:35 Info: Savegame Setting 'plantGrowthRate': 3
2019-02-20 11:35 Info: Savegame Setting 'fuelUsageLow': false
2019-02-20 11:35 Info: Savegame Setting 'plowingRequiredEnabled': true
2019-02-20 11:35 Info: Savegame Setting 'weedsEnabled': true
2019-02-20 11:35 Info: Savegame Setting 'limeRequired': true
2019-02-20 11:35 dataS2/character/humans/player/player02.i3d (266.16 ms)
2019-02-20 11:35 Error: Failed to request recommended mods, HTTP error code 0
2019-02-20 11:35 Info: Savegame Setting 'dirtInterval': 2
2019-02-20 11:35 Info: Savegame Setting 'fuelUsageLow': true
2019-02-20 11:35 Info: Savegame Setting 'plantGrowthRate': 2
2019-02-20 11:35 Info: Savegame Setting 'plantGrowthRate': 3
2019-02-20 11:35 Info: Savegame Setting 'plantGrowthRate': 4
2019-02-20 11:35 Disabled withering
2019-02-20 11:35 Info: Savegame Setting 'weedsEnabled': false
2019-02-20 11:36 C:/Users/larry/Documents/My Games/FarmingSimulator2019/mods/Tigg_One_Pass/bigM450.i3d (474.93 ms)
2019-02-20 11:36 data/shared/wheels/hubs/hubs.i3d (32.50 ms)
2019-02-20 11:36 data/particleSystems/shared/wheelEmitterShape.i3d (0.77 ms)
2019-02-20 11:36 data/shared/wheels/trelleborg/TM2000/R32_TM2000.i3d (7.71 ms)
2019-02-20 11:36 data/shared/wheels/rims/rim001.i3d (2.92 ms)
2019-02-20 11:36 data/shared/wheels/trelleborg/TM800/R28_TM800.i3d (9.05 ms)
2019-02-20 11:36 data/particleSystems/shared/exhaust.i3d (1.36 ms)
2019-02-20 11:36 data/shared/assets/reflectors/lizard/yellowRound_03.i3d (2.54 ms)
2019-02-20 11:36 data/shared/assets/reflectors/lizard/yellowRectangle_01.i3d (1.32 ms)
2019-02-20 11:36 data/shared/assets/reflectors/lizard/redRound_01.i3d (1.04 ms)
2019-02-20 11:36 data/shared/assets/lights/lizard/workingLightCircle_01.i3d (1.71 ms)
2019-02-20 11:36 data/shared/assets/beaconLights/lizard/beaconLight02.i3d (3.33 ms)
2019-02-20 11:36 Warning (C:/Users/larry/Documents/My Games/FarmingSimulator2019/mods/Tigg_One_Pass/tigg_one_pass.xml): Given functionName 'processTedderArea' not defined. Please add missing function or specialization!
2019-02-20 11:36 Warning (C:/Users/larry/Documents/My Games/FarmingSimulator2019/mods/Tigg_One_Pass/tigg_one_pass.xml): Given functionName 'processTedderArea' not defined. Please add missing function or specialization!
2019-02-20 11:36 Warning (C:/Users/larry/Documents/My Games/FarmingSimulator2019/mods/Tigg_One_Pass/tigg_one_pass.xml): Given functionName 'processTedderArea' not defined. Please add missing function or specialization!
2019-02-20 11:36 Warning (C:/Users/larry/Documents/My Games/FarmingSimulator2019/mods/Tigg_One_Pass/tigg_one_pass.xml): Given functionName 'processTedderArea' not defined. Please add missing function or specialization!
2019-02-20 11:36 Warning (C:/Users/larry/Documents/My Games/FarmingSimulator2019/mods/Tigg_One_Pass/tigg_one_pass.xml): Given functionName 'processTedderArea' not defined. Please add missing function or specialization!
2019-02-20 11:36 Warning (C:/Users/larry/Documents/My Games/FarmingSimulator2019/mods/Tigg_One_Pass/tigg_one_pass.xml): Given functionName 'processTedderArea' not defined. Please add missing function or specialization!
2019-02-20 11:36 dataS2/character/crow/crow.i3d (12.31 ms)
2019-02-20 11:37 data/vehicles/krone/bigM450/bigM450.i3d (309.25 ms)
2019-02-20 11:39 Warning: DensityMapVisualizationOverlay is being reset, because a DensityMap it refers to was deleted.
Physics System
Version: 5.9.5
Thread(s): 2
Input System
Keyboard enabled
Mouse enabled
Gamepad/Joystick enabled
Force Feedback disabled
Devices:
XINPUT_GAMEPAD
Number of Axes: 6
Number of Buttons: 14
Audio System
Driver: SoftMixer WASAPI Stereo
Version: 2018.11
Frequency: 48000
Max. active sources: 256
Render System
Driver: Direct 3D 11
Card Vendor: NVIDIA Corporation
Renderer: NVIDIA GeForce 940MX
Version: 22.20.16.4749 (24.7.2017)
Revision: 162
Feature level: DirectX 11
Windowed Mode : off
V-Sync : on
Effective Window Resolution: 1280 x 720
Started 2 threads for threadpool 'Render threadpool'
Hardware Profile
Level: Medium (forced)
View Distance Factor: 1.000000
Shadow Quality: 1.000000 Base-Size: 2048 Filter-Size: 4 Shadow Focus Box false
Shader Quality: 1
Skip Mipmaps: 1
LOD Distance Factor: 1.000000
Terrain LOD Distance Factor: 1.000000
Terrain Normal Mapping: Yes
Foliage View Distance Factor: 1.000000
Volume Mesh Tessellation Factor: 1.000000
Tyre Tracks Segments Factor: 1.000000
Max. Number of Shadow Lights: 1
Max. Number of Lights: 512
Max. Number of Lights Per Cluster: 32
MSAA: 1
Bloom Quality: 3
SSAO Quality: 8
DOF: Disabled
Cloud Quality: 2
Setting 'Master Volume': 1
Setting 'Is Train Tabbable': true
Setting 'Radio Vehicle Only': true
Setting 'Radio Active': false
Setting 'Use Colorblind Mode': true
Setting 'Easy Arm Control': true
Setting 'Show Trigger Marker': true
Setting 'Show Field-Info': true
Setting 'Invert Y-Look': false
Setting 'Show Help Icons': true
Setting 'Radio Volume': 0.5
Setting 'Vehicle Volume': 0.80000001192093
Setting 'Environment Volume': 0.80000001192093
Setting 'GUI Volume': 0.5
Setting 'Master Volume': 1
Setting 'Music Volume': 0.20000000298023
Farming Simulator 19
Version: 1.2.0.1 b3261
Available Languages: en de jp pl cz fr es ru it pt hu nl cs ct br tr ro kr
Language: en
Time: 2019-02-20 11:39:34
Load mod: Tigg_One_Pass (Version: 1.0.0.1) (Hash: 56220abe9342a093b9e80df93bfa5c73)
dataS2/character/humans/characterAnimation.i3d (713.58 ms)
dataS2/character/humans/pedestrians/pedestrianAnimation.i3d (57.91 ms)
2019-02-20 11:39 Application quit
2019-02-20 11:39 Error: Failed to request recommended mods, HTTP error code 0
2019-02-20 11:39 Error: Failed to request recommended mods, HTTP error code 0
2019-02-20 11:39 Error: Failed to request recommended mods, HTTP error code

Any advice or instructions would be greatly appreciated, This is my very first mod edit, so as a complete noob I need it broke down in simple terms Thanks In Advance

Bilbo Beutlin (BBeutlin) 20.02.2019 09:33
You have defined a vehicle type which exists already. See for reference
data\vehicles\kuhn\kuhnGF8702\kuhnGF8702.xml
data\vehicles\poettinger\poettingerHit1214T\poettingerHit1214T.xml
data\vehicles\vicon\viconFanex604\viconFanex604.xml

Larry Davenport (Unknown) 20.02.2019 12:18
Thank you So Much Sir, for your Patience and reply with Guys Like myself trying to learn I will Take a Further Look






Larry Davenport (Unknown) 21.02.2019 03:12
I am Sorry but I am Still Stumped on this , I have done everything I can think of, and even tried to follow some tut's But its just not working, still tells me i must define , as per this error code, "Given functionName 'processTedderArea' not defined. Please add missing function or specialization!"

I have tried to add specializaqtions, and tried also defining in the xml, and desc, could someone give me an example of how to properly "define" tedder function , so I can ,learn? and hopefully move past this point

Thank you in advance


Bilbo Beutlin (BBeutlin) 21.02.2019 11:50
----- modDesc.xml -----
<vehicleTypes>
<type name="myNewType" parent="selfPropelledMower" filename="$dataS/scripts/vehicles/Vehicle.lua">
<specialization name="tedder" />
</type>
</vehicleTypes>


----- vehicle.xml -----
<vehicle type="myNewType">

Here also add the required xml tags for the 'tedder' spec.
See other tedders for reference.


Probably you'll also have to add something in the i3d, like workareas etc.

Larry Davenport (Unknown) 21.02.2019 14:37
Hello Sir Bilbo

Thank you so Much That worked with 0 errors in the log, However I have a strange issue even after starting the game 4 times with a new save, and 0 mods in my game except this, when I buy this mower at the shop all is good except I can not tab into it, so I walked up there Only to find that the Mower is there on the ground, NO WHEELS , hahahah, I honestly don't know how you guys do this from day to day, This is my first edit and I am already pulling out my hair ,

anyway, Any advice about the wheels would be greatly appreciated since the log is giving me nothing


Bilbo Beutlin (BBeutlin) 21.02.2019 15:42
After your description there should be errors/warnings in the log. Without error message one can only guess.

Did you edit the i3d? Then maybe nodes in xml <i3dMappings> are shifted.

Did you add in your xml the additional required entries for spec 'tedder'? Compare with the default tedders posted above.
Espec. heed:
- slight different entries for workareas
- xml tag <tedder>

Larry Davenport (Unknown) 22.02.2019 14:09
Hello Sir Bilbo

Thank you for your time and patience to deal with My questions, and also may I apologize for the lengthy delay in my response, I had work detail, I have the mower in game and mowing as before , ( But still not tedding) I have an error in the log in relation to this Unit,

Below you will find The error as well as Complete Log file, Thank you so much for your time, and again I hope you dont mind if I will ask for some direction, as I have known already your advice and knowledge is beyond value
(Specific Error)
Error: Running LUA method 'update'.
2019-02-22 20:39 dataS/scripts/vehicles/SpecializationUtil.lua(48) : Error: Function 'processDropArea' already registered as function in vehicleType 'tigg1pa55'!


(Log File)
GIANTS Engine Runtime 8.0.0 (18001) 64bit (Build Date: Dec 11 2018)
Copyright (c) 2008-2018, GIANTS Software GmbH (giants-software.com), All Rights Reserved.
Copyright (c) 2003-2018, Christian Ammann and Stefan Geiger, All Rights Reserved.
Application: FarmingSimulator2019
Main System
CPU: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz
Memory: 12177 MB
OS: Windows NT 10.0 64-bit
Physics System
Version: 5.9.5
Thread(s): 2
Input System
Keyboard enabled
Mouse enabled
Gamepad/Joystick enabled
Force Feedback disabled
Devices:
XINPUT_GAMEPAD
Number of Axes: 6
Number of Buttons: 14
Audio System
Driver: SoftMixer WASAPI Stereo
Version: 2018.11
Frequency: 48000
Max. active sources: 256
Render System
Driver: Direct 3D 11
Card Vendor: NVIDIA Corporation
Renderer: NVIDIA GeForce 940MX
Version: 22.20.16.4749 (24.7.2017)
Revision: 162
Feature level: DirectX 11
Windowed Mode : off
V-Sync : on
Effective Window Resolution: 1280 x 720
Started 2 threads for threadpool 'Render threadpool'
Hardware Profile
Level: Medium (forced)
View Distance Factor: 1.000000
Shadow Quality: 1.000000 Base-Size: 2048 Filter-Size: 4 Shadow Focus Box false
Shader Quality: 1
Skip Mipmaps: 1
LOD Distance Factor: 1.000000
Terrain LOD Distance Factor: 1.000000
Terrain Normal Mapping: Yes
Foliage View Distance Factor: 1.000000
Volume Mesh Tessellation Factor: 1.000000
Tyre Tracks Segments Factor: 1.000000
Max. Number of Shadow Lights: 1
Max. Number of Lights: 512
Max. Number of Lights Per Cluster: 32
MSAA: 1
Bloom Quality: 3
SSAO Quality: 8
DOF: Disabled
Cloud Quality: 2
Setting 'Master Volume': 1
Setting 'Is Train Tabbable': true
Setting 'Radio Vehicle Only': true
Setting 'Radio Active': false
Setting 'Use Colorblind Mode': true
Setting 'Easy Arm Control': true
Setting 'Show Trigger Marker': true
Setting 'Show Field-Info': true
Setting 'Invert Y-Look': false
Setting 'Show Help Icons': true
Setting 'Radio Volume': 0.5
Setting 'Vehicle Volume': 0.80000001192093
Setting 'Environment Volume': 0.80000001192093
Setting 'GUI Volume': 0.5
Setting 'Master Volume': 1
Setting 'Music Volume': 0.20000000298023
Farming Simulator 19
Version: 1.2.0.1 b3261
Available Languages: en de jp pl cz fr es ru it pt hu nl cs ct br tr ro kr
Language: en
Time: 2019-02-22 20:39:11
Load mod: Tigg_1PA55_Mower (Version: 1.0.0.1) (Hash: 62d4cf86aeab78167d04bd76519b1ab4)
dataS2/character/humans/characterAnimation.i3d (827.70 ms)
dataS2/character/humans/pedestrians/pedestrianAnimation.i3d (57.54 ms)
2019-02-22 20:39 Error: Failed to request recommended mods, HTTP error code 0
2019-02-22 20:39 Loaded specializations
2019-02-22 20:39 Loaded vehicle types
2019-02-22 20:39 Loaded placeable types
2019-02-22 20:39 LUA call stack:
2019-02-22 20:39 dataS/scripts/vehicles/SpecializationUtil.lua (45) : printCallstack
2019-02-22 20:39 dataS/scripts/vehicles/specializations/Tedder.lua (23) : registerFunction
2019-02-22 20:39 dataS/scripts/vehicles/VehicleTypeManager.lua (272) : registerFunctions
2019-02-22 20:39 dataS/scripts/misc/AsyncManager.lua (42) : lambda
2019-02-22 20:39 dataS/scripts/misc/AsyncManager.lua (119) : runLambda
2019-02-22 20:39 dataS/scripts/misc/DeferredLoadingManager.lua (39) : runTopTask
2019-02-22 20:39 dataS/scripts/main.lua (1817) : update
2019-02-22 20:39 Error: Running LUA method 'update'.
2019-02-22 20:39 dataS/scripts/vehicles/SpecializationUtil.lua(48) : Error: Function 'processDropArea' already registered as function in vehicleType 'tigg1pa55'!
2019-02-22 20:39 Register configuration 'baseColor'
2019-02-22 20:39 Register configuration 'design'
2019-02-22 20:39 Register configuration 'designColor'
2019-02-22 20:39 Register configuration 'vehicleType'
2019-02-22 20:39 Register workAreaType 'RIDGEMARKER'
2019-02-22 20:39 Register configuration 'attacherJoint'
2019-02-22 20:39 Register workAreaType 'WEEDER'
2019-02-22 20:39 Register workAreaType 'PLOW'
2019-02-22 20:39 Register workAreaType 'DEFAULT'
2019-02-22 20:39 Register workAreaType 'AUXILIARY'
2019-02-22 20:39 Register configuration 'motor'
2019-02-22 20:39 Register configuration 'frontloader'
2019-02-22 20:39 Register workAreaType 'FORAGEWAGON'
2019-02-22 20:39 Register configuration 'baseMaterial'
2019-02-22 20:39 Register configuration 'designMaterial'
2019-02-22 20:39 Register configuration 'wrappingColor'
2019-02-22 20:39 Register configuration 'powerTakeOff'
2019-02-22 20:39 Register configuration 'trailer'
2019-02-22 20:39 Register workAreaType 'COMBINECHOPPER'
2019-02-22 20:39 Register workAreaType 'COMBINESWATH'
2019-02-22 20:39 Register workAreaType 'FRUITPREPARER'
2019-02-22 20:39 Register workAreaType 'BALER'
2019-02-22 20:39 Register configuration 'tensionBelts'
2019-02-22 20:39 Register workAreaType 'MOWER'
2019-02-22 20:39 Register workAreaType 'CULTIVATOR'
2019-02-22 20:39 Register workAreaType 'SPRAYER'
2019-02-22 20:39 Register configuration 'wheel'
2019-02-22 20:39 Register configuration 'rimColor'
2019-02-22 20:39 Register configuration 'pipe'
2019-02-22 20:39 Register workAreaType 'SOWINGMACHINE'
2019-02-22 20:39 Register workAreaType 'CUTTER'
2019-02-22 20:39 Register workAreaType 'WINDROWER'
2019-02-22 20:39 Register configuration 'inputAttacherJoint'
2019-02-22 20:39 Register workAreaType 'TEDDER'
2019-02-22 20:39 Register workAreaType 'ROLLER'
2019-02-22 20:39 Register configuration 'cover'
2019-02-22 20:39 Register configuration 'folding'
2019-02-22 20:39 Register configuration 'fillUnit'
2019-02-22 20:39 Register configuration 'buyableBaleAmount'
2019-02-22 20:39 Register configuration 'fillVolume'
2019-02-22 20:39 data/shared/connectionHoses/hoses.i3d (28.12 ms)
2019-02-22 20:39 data/shared/connectionHoses/connectors.i3d (9.46 ms)
2019-02-22 20:39 data/shared/connectionHoses/hoseMaterialHolder.i3d (1.96 ms)
2019-02-22 20:39 data/sky/sky.i3d (1.31 ms)
2019-02-22 20:39 data/sky/rain.i3d (1.45 ms)
2019-02-22 20:39 data/maps/mapDE.i3d (2116.57 ms)
2019-02-22 20:39 data/foliage/wheat.i3d (8.99 ms)
2019-02-22 20:39 data/foliage/grassDense.i3d (3.15 ms)
2019-02-22 20:39 data/foliage/canola.i3d (6.25 ms)
2019-02-22 20:39 data/foliage/barley.i3d (4.85 ms)
2019-02-22 20:39 data/foliage/maize.i3d (10.41 ms)
2019-02-22 20:39 data/foliage/decoFoliage.i3d (33.61 ms)
2019-02-22 20:39 data/foliage/potato.i3d (7.14 ms)
2019-02-22 20:39 data/foliage/potatoHaulm.i3d (1.49 ms)
2019-02-22 20:39 data/foliage/sugarbeet.i3d (5.08 ms)
2019-02-22 20:39 data/foliage/sugarbeetHaulm.i3d (1.27 ms)
2019-02-22 20:39 data/foliage/sunflower.i3d (9.96 ms)
2019-02-22 20:39 data/foliage/soybean.i3d (6.05 ms)
2019-02-22 20:39 data/foliage/oilseedRadish.i3d (1.85 ms)
2019-02-22 20:39 data/foliage/poplar.i3d (10.05 ms)
2019-02-22 20:39 data/foliage/bush01.i3d (19.09 ms)
2019-02-22 20:39 Info: transform group 'bush01' has elements very far out from the cell edge (29.61% expansion)
2019-02-22 20:39 data/foliage/oat.i3d (6.68 ms)
2019-02-22 20:39 data/foliage/sugarCane.i3d (9.34 ms)
2019-02-22 20:39 data/foliage/sugarCaneHaulm.i3d (1.08 ms)
2019-02-22 20:39 data/foliage/cotton.i3d (7.14 ms)
2019-02-22 20:39 data/foliage/weed.i3d (10.38 ms)
2019-02-22 20:39 Enabled withering
2019-02-22 20:39 Error: Failed to request recommended mods, HTTP error code 0
2019-02-22 20:39 data/placeables/mapDE/sellingStationGeneric/sellingStationGeneric.i3d (4.94 ms)
2019-02-22 20:39 data/placeables/mapDE/trainStationMill/trainStationMill.i3d (2.95 ms)
2019-02-22 20:39 data/placeables/mapDE/grainElevatorEast/grainElevatorEast.i3d (1.31 ms)
2019-02-22 20:39 data/placeables/mapDE/railroadSilo01/railroadSilo01.i3d (1.54 ms)
2019-02-22 20:39 data/placeables/mapDE/railroadSilo02/railroadSilo02.i3d (1.66 ms)
2019-02-22 20:39 data/placeables/mapDE/sellingStationBales/sellingStationBales.i3d (0.78 ms)
2019-02-22 20:39 data/placeables/mapDE/sellingStationWood/sellingStationWood.i3d (0.84 ms)
2019-02-22 20:39 data/placeables/mapDE/sellingStationWoodChips/sellingStationWoodChips.i3d (2.56 ms)
2019-02-22 20:39 data/placeables/mapDE/sellingStationWool/sellingStationWool.i3d (0.82 ms)
2019-02-22 20:39 data/placeables/mapDE/sellingStationVehicles/sellingStationVehicles.i3d (0.93 ms)
2019-02-22 20:39 data/placeables/mapDE/gasStation/gasStation.i3d (0.87 ms)
2019-02-22 20:39 data/placeables/mapDE/trainSystem/trainSystem.i3d (5.27 ms)
2019-02-22 20:39 data/placeables/mapDE/bga/bga.i3d (3.61 ms)
2019-02-22 20:39 data/placeables/mapDE/waterFillTriggers/waterFillTriggers.i3d (1.04 ms)
2019-02-22 20:39 data/placeables/limeStation/limeStation.i3d (12.68 ms)
2019-02-22 20:39 data/vehicles/train/locomotive01/locomotive01.i3d (60.90 ms)
2019-02-22 20:39 data/vehicles/train/wagonGrain/wagonGrain.i3d (39.08 ms)
2019-02-22 20:39 data/vehicles/train/wagonWoodChips/wagonWoodChips.i3d (5.30 ms)
2019-02-22 20:39 data/vehicles/train/wagonTimber/wagonTimber.i3d (5.21 ms)
2019-02-22 20:39 data/vehicles/train/wagonSugarbeets/wagonSugarbeets.i3d (9.88 ms)
2019-02-22 20:39 data/vehicles/train/wagonVehicles/wagonVehicles.i3d (4.05 ms)
2019-02-22 20:39 data/store/ui/shop.i3d (52.62 ms)
2019-02-22 20:39 data/shared/materialHolders/glowEffectMaterialHolder.i3d (1.25 ms)
2019-02-22 20:39 data/store/ui/cube.i3d (0.80 ms)
2019-02-22 20:39 data/store/ui/sphere.i3d (1.12 ms)
2019-02-22 20:40 dataS2/character/humans/player/player01.i3d (356.45 ms)
2019-02-22 20:40 Setting 'Radio Volume': 0.5
2019-02-22 20:40 Setting 'Vehicle Volume': 0.80000001192093
2019-02-22 20:40 Setting 'Environment Volume': 0.80000001192093
2019-02-22 20:40 Setting 'GUI Volume': 0.5
2019-02-22 20:40 Info: Savegame Setting 'dirtInterval': 3
2019-02-22 20:40 Info: Savegame Setting 'plantGrowthRate': 3
2019-02-22 20:40 Info: Savegame Setting 'fuelUsageLow': false
2019-02-22 20:40 Info: Savegame Setting 'plowingRequiredEnabled': true
2019-02-22 20:40 Info: Savegame Setting 'weedsEnabled': true
2019-02-22 20:40 Info: Savegame Setting 'limeRequired': true
2019-02-22 20:40 dataS2/character/humans/player/player02.i3d (265.29 ms)
2019-02-22 20:40 Error: Failed to request recommended mods, HTTP error code 0
2019-02-22 20:40 C:/Users/larry/Documents/My Games/FarmingSimulator2019/mods/Tigg_1PA55_Mower/M500.i3d (441.37 ms)
2019-02-22 20:40 data/shared/wheels/hubs/hubs.i3d (31.11 ms)
2019-02-22 20:40 data/particleSystems/shared/wheelEmitterShape.i3d (0.68 ms)
2019-02-22 20:40 data/shared/wheels/trelleborg/TM2000/R32_TM2000.i3d (7.69 ms)
2019-02-22 20:40 data/shared/wheels/rims/rim001.i3d (2.92 ms)
2019-02-22 20:40 data/particleSystems/shared/exhaust.i3d (1.35 ms)
2019-02-22 20:40 data/shared/assets/beaconLights/lizard/beaconLight01.i3d (3.43 ms)
2019-02-22 20:42 dataS2/character/crow/crow.i3d (14.64 ms)
2019-02-22 20:42 Warning: DensityMapVisualizationOverlay is being reset, because a DensityMap it refers to was deleted.
Physics System
Version: 5.9.5
Thread(s): 2
Input System
Keyboard enabled
Mouse enabled
Gamepad/Joystick enabled
Force Feedback disabled
Devices:
XINPUT_GAMEPAD
Number of Axes: 6
Number of Buttons: 14
Audio System
Driver: SoftMixer WASAPI Stereo
Version: 2018.11
Frequency: 48000
Max. active sources: 256
Render System
Driver: Direct 3D 11
Card Vendor: NVIDIA Corporation
Renderer: NVIDIA GeForce 940MX
Version: 22.20.16.4749 (24.7.2017)
Revision: 162
Feature level: DirectX 11
Windowed Mode : off
V-Sync : on
Effective Window Resolution: 1280 x 720
Started 2 threads for threadpool 'Render threadpool'
Hardware Profile
Level: Medium (forced)
View Distance Factor: 1.000000
Shadow Quality: 1.000000 Base-Size: 2048 Filter-Size: 4 Shadow Focus Box false
Shader Quality: 1
Skip Mipmaps: 1
LOD Distance Factor: 1.000000
Terrain LOD Distance Factor: 1.000000
Terrain Normal Mapping: Yes
Foliage View Distance Factor: 1.000000
Volume Mesh Tessellation Factor: 1.000000
Tyre Tracks Segments Factor: 1.000000
Max. Number of Shadow Lights: 1
Max. Number of Lights: 512
Max. Number of Lights Per Cluster: 32
MSAA: 1
Bloom Quality: 3
SSAO Quality: 8
DOF: Disabled
Cloud Quality: 2
Setting 'Master Volume': 1
Setting 'Is Train Tabbable': true
Setting 'Radio Vehicle Only': true
Setting 'Radio Active': false
Setting 'Use Colorblind Mode': true
Setting 'Easy Arm Control': true
Setting 'Show Trigger Marker': true
Setting 'Show Field-Info': true
Setting 'Invert Y-Look': false
Setting 'Show Help Icons': true
Setting 'Radio Volume': 0.5
Setting 'Vehicle Volume': 0.80000001192093
Setting 'Environment Volume': 0.80000001192093
Setting 'GUI Volume': 0.5
Setting 'Master Volume': 1
Setting 'Music Volume': 0.20000000298023
Farming Simulator 19
Version: 1.2.0.1 b3261
Available Languages: en de jp pl cz fr es ru it pt hu nl cs ct br tr ro kr
Language: en
Time: 2019-02-22 20:42:53
dataS2/character/humans/characterAnimation.i3d (134.41 ms)
Load mod: Tigg_1PA55_Mower (Version: 1.0.0.1) (Hash: 62d4cf86aeab78167d04bd76519b1ab4)
dataS2/character/humans/pedestrians/pedestrianAnimation.i3d (48.04 ms)
2019-02-22 20:43 Application quit
2019-02-22 20:43 Error: Failed to request recommended mods, HTTP error code 0
2019-02-22 20:43 Error: Failed to request recommended mods, HTTP error code 0
2019-02-22 20:43 Error: Failed to request recommended mods, HTTP error code 0


Bilbo Beutlin (BBeutlin) 22.02.2019 14:53
Did you overwork your xml according my above hints?
In your posted xml you have in <workArea ..
<tedder dropWindrow=.. dropAreaIndex=.. />
Expected is
<tedder dropWindrowWorkAreaIndex=.. />

Can be also a conflict because the same workareas (nodes) are used twice: first by mower, second by tedder.
Perhaps better you create a workarea special for the tedder.

Larry Davenport (Unknown) 23.02.2019 08:56
Yes I did follow Your hints, and You were correct in all counts, And I have no doubt you are correct about this also, I will report back and confim as soon as I have Time to make the edits, again Thank you so very much Sir

Larry Davenport (Unknown) 24.02.2019 08:34
Hello Sir Bilbo,

I have gained a little progress, I have the mower in game with no major errors now, however still not tedding, Mowing is fine, My question is this

The mower has a In Game HUD with the option to start Mower, is it Possible My Code is fine now and The tedder function is waiting input from the player (me) to "Turn on" or should this be "On" by default when i turn on the mower, I have included all three files Log, ModDesc, and XML

( LOG )

GIANTS Engine Runtime 8.0.0 (18001) 64bit (Build Date: Dec 11 2018)
Copyright (c) 2008-2018, GIANTS Software GmbH (giants-software.com), All Rights Reserved.
Copyright (c) 2003-2018, Christian Ammann and Stefan Geiger, All Rights Reserved.
Application: FarmingSimulator2019
Main System
CPU: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz
Memory: 12177 MB
OS: Windows NT 10.0 64-bit
Physics System
Version: 5.9.5
Thread(s): 2
Input System
Keyboard enabled
Mouse enabled
Gamepad/Joystick enabled
Force Feedback disabled
Devices:
XINPUT_GAMEPAD
Number of Axes: 6
Number of Buttons: 14
Audio System
Driver: SoftMixer WASAPI Stereo
Version: 2018.11
Frequency: 48000
Max. active sources: 256
Render System
Driver: Direct 3D 11
Card Vendor: NVIDIA Corporation
Renderer: NVIDIA GeForce 940MX
Version: 22.20.16.4749 (24.7.2017)
Revision: 162
Feature level: DirectX 11
Windowed Mode : off
V-Sync : on
Effective Window Resolution: 1280 x 720
Started 2 threads for threadpool 'Render threadpool'
Hardware Profile
Level: Medium (auto)
View Distance Factor: 1.000000
Shadow Quality: 1.000000 Base-Size: 2048 Filter-Size: 4 Shadow Focus Box false
Shader Quality: 1
Skip Mipmaps: 1
LOD Distance Factor: 1.000000
Terrain LOD Distance Factor: 1.000000
Terrain Normal Mapping: Yes
Foliage View Distance Factor: 1.000000
Volume Mesh Tessellation Factor: 1.000000
Tyre Tracks Segments Factor: 1.000000
Max. Number of Shadow Lights: 1
Max. Number of Lights: 512
Max. Number of Lights Per Cluster: 32
MSAA: 1
Bloom Quality: 3
SSAO Quality: 8
DOF: Disabled
Cloud Quality: 2
Setting 'Master Volume': 1
Setting 'Is Train Tabbable': true
Setting 'Radio Vehicle Only': true
Setting 'Radio Active': false
Setting 'Use Colorblind Mode': false
Setting 'Easy Arm Control': true
Setting 'Show Trigger Marker': true
Setting 'Show Field-Info': true
Setting 'Invert Y-Look': false
Setting 'Show Help Icons': true
Setting 'Radio Volume': 0.5
Setting 'Vehicle Volume': 0.80000001192093
Setting 'Environment Volume': 0.80000001192093
Setting 'GUI Volume': 0.5
Setting 'Master Volume': 1
Setting 'Music Volume': 0.69999998807907
Farming Simulator 19
Version: 1.2.0.1 b3261
Available Languages: en de jp pl cz fr es ru it pt hu nl cs ct br tr ro kr
Language: en
Time: 2019-02-24 15:23:52
dataS2/character/humans/characterAnimation.i3d (125.34 ms)
Load mod: Tigg_1PA55_Mower (Version: 1.0.0.1) (Hash: 334543dc64a5790dfa949fb98d783984)
dataS2/character/humans/pedestrians/pedestrianAnimation.i3d (58.65 ms)
2019-02-24 15:24 Error: Failed to request recommended mods, HTTP error code 0
2019-02-24 15:24 Error: Failed to request recommended mods, HTTP error code 0
2019-02-24 15:24 Loaded specializations
2019-02-24 15:24 Loaded vehicle types
2019-02-24 15:24 Loaded placeable types
2019-02-24 15:24 LUA call stack:
2019-02-24 15:24 dataS/scripts/vehicles/SpecializationUtil.lua (45) : printCallstack
2019-02-24 15:24 dataS/scripts/vehicles/specializations/Tedder.lua (23) : registerFunction
2019-02-24 15:24 dataS/scripts/vehicles/VehicleTypeManager.lua (272) : registerFunctions
2019-02-24 15:24 dataS/scripts/misc/AsyncManager.lua (42) : lambda
2019-02-24 15:24 dataS/scripts/misc/AsyncManager.lua (119) : runLambda
2019-02-24 15:24 dataS/scripts/misc/DeferredLoadingManager.lua (39) : runTopTask
2019-02-24 15:24 dataS/scripts/main.lua (1817) : update
2019-02-24 15:24 Error: Running LUA method 'update'.
2019-02-24 15:24 dataS/scripts/vehicles/SpecializationUtil.lua(48) : Error: Function 'processDropArea' already registered as function in vehicleType 'tigg1pa55'!
2019-02-24 15:24 Register configuration 'baseColor'
2019-02-24 15:24 Register configuration 'design'
2019-02-24 15:24 Register configuration 'designColor'
2019-02-24 15:24 Register configuration 'vehicleType'
2019-02-24 15:24 Register workAreaType 'RIDGEMARKER'
2019-02-24 15:24 Register configuration 'attacherJoint'
2019-02-24 15:24 Register workAreaType 'WEEDER'
2019-02-24 15:24 Register workAreaType 'PLOW'
2019-02-24 15:24 Register workAreaType 'DEFAULT'
2019-02-24 15:24 Register workAreaType 'AUXILIARY'
2019-02-24 15:24 Register configuration 'motor'
2019-02-24 15:24 Register configuration 'frontloader'
2019-02-24 15:24 Register workAreaType 'FORAGEWAGON'
2019-02-24 15:24 Register configuration 'baseMaterial'
2019-02-24 15:24 Register configuration 'designMaterial'
2019-02-24 15:24 Register configuration 'wrappingColor'
2019-02-24 15:24 Register configuration 'powerTakeOff'
2019-02-24 15:24 Register configuration 'trailer'
2019-02-24 15:24 Register workAreaType 'COMBINECHOPPER'
2019-02-24 15:24 Register workAreaType 'COMBINESWATH'
2019-02-24 15:24 Register workAreaType 'FRUITPREPARER'
2019-02-24 15:24 Register workAreaType 'BALER'
2019-02-24 15:24 Register configuration 'tensionBelts'
2019-02-24 15:24 Register workAreaType 'MOWER'
2019-02-24 15:24 Register workAreaType 'CULTIVATOR'
2019-02-24 15:24 Register workAreaType 'SPRAYER'
2019-02-24 15:24 Register configuration 'wheel'
2019-02-24 15:24 Register configuration 'rimColor'
2019-02-24 15:24 Register configuration 'pipe'
2019-02-24 15:24 Register workAreaType 'SOWINGMACHINE'
2019-02-24 15:24 Register workAreaType 'CUTTER'
2019-02-24 15:24 Register workAreaType 'WINDROWER'
2019-02-24 15:24 Register configuration 'inputAttacherJoint'
2019-02-24 15:24 Register workAreaType 'TEDDER'
2019-02-24 15:24 Register workAreaType 'ROLLER'
2019-02-24 15:24 Register configuration 'cover'
2019-02-24 15:24 Register configuration 'folding'
2019-02-24 15:24 Register configuration 'fillUnit'
2019-02-24 15:24 Register configuration 'buyableBaleAmount'
2019-02-24 15:24 Register configuration 'fillVolume'
2019-02-24 15:24 data/shared/connectionHoses/hoses.i3d (28.64 ms)
2019-02-24 15:24 data/shared/connectionHoses/connectors.i3d (9.95 ms)
2019-02-24 15:24 data/shared/connectionHoses/hoseMaterialHolder.i3d (2.10 ms)
2019-02-24 15:24 data/sky/sky.i3d (1.44 ms)
2019-02-24 15:24 data/sky/rain.i3d (1.47 ms)
2019-02-24 15:24 data/maps/mapDE.i3d (2156.37 ms)
2019-02-24 15:24 data/foliage/wheat.i3d (12.76 ms)
2019-02-24 15:24 data/foliage/grassDense.i3d (3.19 ms)
2019-02-24 15:24 data/foliage/canola.i3d (6.53 ms)
2019-02-24 15:24 data/foliage/barley.i3d (4.90 ms)
2019-02-24 15:24 data/foliage/maize.i3d (10.83 ms)
2019-02-24 15:24 data/foliage/decoFoliage.i3d (41.75 ms)
2019-02-24 15:24 data/foliage/potato.i3d (7.43 ms)
2019-02-24 15:24 data/foliage/potatoHaulm.i3d (1.56 ms)
2019-02-24 15:24 data/foliage/sugarbeet.i3d (5.22 ms)
2019-02-24 15:24 data/foliage/sugarbeetHaulm.i3d (1.12 ms)
2019-02-24 15:24 data/foliage/sunflower.i3d (10.57 ms)
2019-02-24 15:24 data/foliage/soybean.i3d (6.27 ms)
2019-02-24 15:24 data/foliage/oilseedRadish.i3d (1.84 ms)
2019-02-24 15:24 data/foliage/poplar.i3d (9.90 ms)
2019-02-24 15:24 data/foliage/bush01.i3d (19.95 ms)
2019-02-24 15:24 Info: transform group 'bush01' has elements very far out from the cell edge (29.61% expansion)
2019-02-24 15:24 data/foliage/oat.i3d (6.85 ms)
2019-02-24 15:24 data/foliage/sugarCane.i3d (9.40 ms)
2019-02-24 15:24 data/foliage/sugarCaneHaulm.i3d (1.21 ms)
2019-02-24 15:24 data/foliage/cotton.i3d (7.31 ms)
2019-02-24 15:24 data/foliage/weed.i3d (10.46 ms)
2019-02-24 15:24 Enabled withering
2019-02-24 15:24 data/placeables/mapDE/sellingStationGeneric/sellingStationGeneric.i3d (4.62 ms)
2019-02-24 15:24 data/placeables/mapDE/trainStationMill/trainStationMill.i3d (2.78 ms)
2019-02-24 15:24 data/placeables/mapDE/grainElevatorEast/grainElevatorEast.i3d (1.44 ms)
2019-02-24 15:24 data/placeables/mapDE/railroadSilo01/railroadSilo01.i3d (1.55 ms)
2019-02-24 15:24 data/placeables/mapDE/railroadSilo02/railroadSilo02.i3d (1.63 ms)
2019-02-24 15:24 data/placeables/mapDE/sellingStationBales/sellingStationBales.i3d (0.81 ms)
2019-02-24 15:24 data/placeables/mapDE/sellingStationWood/sellingStationWood.i3d (0.88 ms)
2019-02-24 15:24 data/placeables/mapDE/sellingStationWoodChips/sellingStationWoodChips.i3d (2.68 ms)
2019-02-24 15:24 data/placeables/mapDE/sellingStationWool/sellingStationWool.i3d (0.84 ms)
2019-02-24 15:24 data/placeables/mapDE/sellingStationVehicles/sellingStationVehicles.i3d (0.87 ms)
2019-02-24 15:24 data/placeables/mapDE/gasStation/gasStation.i3d (0.80 ms)
2019-02-24 15:24 data/placeables/mapDE/trainSystem/trainSystem.i3d (4.74 ms)
2019-02-24 15:24 data/placeables/mapDE/bga/bga.i3d (3.55 ms)
2019-02-24 15:24 data/placeables/mapDE/waterFillTriggers/waterFillTriggers.i3d (0.96 ms)
2019-02-24 15:24 data/placeables/limeStation/limeStation.i3d (12.22 ms)
2019-02-24 15:24 data/vehicles/train/locomotive01/locomotive01.i3d (44.83 ms)
2019-02-24 15:24 data/vehicles/train/wagonGrain/wagonGrain.i3d (41.94 ms)
2019-02-24 15:24 data/vehicles/train/wagonWoodChips/wagonWoodChips.i3d (5.14 ms)
2019-02-24 15:24 data/vehicles/train/wagonTimber/wagonTimber.i3d (5.24 ms)
2019-02-24 15:24 data/vehicles/train/wagonSugarbeets/wagonSugarbeets.i3d (9.91 ms)
2019-02-24 15:24 data/vehicles/train/wagonVehicles/wagonVehicles.i3d (4.05 ms)
2019-02-24 15:24 data/store/ui/shop.i3d (57.37 ms)
2019-02-24 15:24 data/shared/materialHolders/glowEffectMaterialHolder.i3d (1.11 ms)
2019-02-24 15:24 data/store/ui/cube.i3d (1.11 ms)
2019-02-24 15:24 data/store/ui/sphere.i3d (1.32 ms)
2019-02-24 15:24 Error: Failed to request recommended mods, HTTP error code 0
2019-02-24 15:25 dataS2/character/humans/player/player01.i3d (356.41 ms)
2019-02-24 15:25 Setting 'Radio Volume': 0.5
2019-02-24 15:25 Setting 'Vehicle Volume': 0.80000001192093
2019-02-24 15:25 Setting 'Environment Volume': 0.80000001192093
2019-02-24 15:25 Setting 'GUI Volume': 0.5
2019-02-24 15:25 Info: Savegame Setting 'dirtInterval': 3
2019-02-24 15:25 Info: Savegame Setting 'plantGrowthRate': 3
2019-02-24 15:25 Info: Savegame Setting 'fuelUsageLow': false
2019-02-24 15:25 Info: Savegame Setting 'plowingRequiredEnabled': true
2019-02-24 15:25 Info: Savegame Setting 'weedsEnabled': true
2019-02-24 15:25 Info: Savegame Setting 'limeRequired': true
2019-02-24 15:25 C:/Users/larry/Documents/My Games/FarmingSimulator2019/mods/Tigg_1PA55_Mower/M500.i3d (390.00 ms)
2019-02-24 15:25 data/shared/wheels/hubs/hubs.i3d (31.12 ms)
2019-02-24 15:25 data/particleSystems/shared/wheelEmitterShape.i3d (0.74 ms)
2019-02-24 15:25 data/shared/wheels/trelleborg/TM2000/R32_TM2000.i3d (7.94 ms)
2019-02-24 15:25 data/shared/wheels/rims/rim001.i3d (2.91 ms)
2019-02-24 15:25 data/particleSystems/shared/exhaust.i3d (1.65 ms)
2019-02-24 15:25 data/shared/assets/beaconLights/lizard/beaconLight01.i3d (3.45 ms)
2019-02-24 15:26 dataS2/character/crow/crow.i3d (12.35 ms)
2019-02-24 15:27 Warning: DensityMapVisualizationOverlay is being reset, because a DensityMap it refers to was deleted.
Physics System
Version: 5.9.5
Thread(s): 2
Input System
Keyboard enabled
Mouse enabled
Gamepad/Joystick enabled
Force Feedback disabled
Devices:
XINPUT_GAMEPAD
Number of Axes: 6
Number of Buttons: 14
Audio System
Driver: SoftMixer WASAPI Stereo
Version: 2018.11
Frequency: 48000
Max. active sources: 256
Render System
Driver: Direct 3D 11
Card Vendor: NVIDIA Corporation
Renderer: NVIDIA GeForce 940MX
Version: 22.20.16.4749 (24.7.2017)
Revision: 162
Feature level: DirectX 11
Windowed Mode : off
V-Sync : on
Effective Window Resolution: 1280 x 720
Started 2 threads for threadpool 'Render threadpool'
Hardware Profile
Level: Medium (auto)
View Distance Factor: 1.000000
Shadow Quality: 1.000000 Base-Size: 2048 Filter-Size: 4 Shadow Focus Box false
Shader Quality: 1
Skip Mipmaps: 1
LOD Distance Factor: 1.000000
Terrain LOD Distance Factor: 1.000000
Terrain Normal Mapping: Yes
Foliage View Distance Factor: 1.000000
Volume Mesh Tessellation Factor: 1.000000
Tyre Tracks Segments Factor: 1.000000
Max. Number of Shadow Lights: 1
Max. Number of Lights: 512
Max. Number of Lights Per Cluster: 32
MSAA: 1
Bloom Quality: 3
SSAO Quality: 8
DOF: Disabled
Cloud Quality: 2
Setting 'Master Volume': 1
Setting 'Is Train Tabbable': true
Setting 'Radio Vehicle Only': true
Setting 'Radio Active': false
Setting 'Use Colorblind Mode': false
Setting 'Easy Arm Control': true
Setting 'Show Trigger Marker': true
Setting 'Show Field-Info': true
Setting 'Invert Y-Look': false
Setting 'Show Help Icons': true
Setting 'Radio Volume': 0.5
Setting 'Vehicle Volume': 0.80000001192093
Setting 'Environment Volume': 0.80000001192093
Setting 'GUI Volume': 0.5
Setting 'Master Volume': 1
Setting 'Music Volume': 0.69999998807907
Farming Simulator 19
Version: 1.2.0.1 b3261
Available Languages: en de jp pl cz fr es ru it pt hu nl cs ct br tr ro kr
Language: en
Time: 2019-02-24 15:27:04
Load mod: Tigg_1PA55_Mower (Version: 1.0.0.1) (Hash: 334543dc64a5790dfa949fb98d783984)
dataS2/character/humans/characterAnimation.i3d (625.58 ms)
dataS2/character/humans/pedestrians/pedestrianAnimation.i3d (54.87 ms)
2019-02-24 15:27 Application quit
2019-02-24 15:27 Error: Failed to request recommended mods, HTTP error code 0
2019-02-24 15:27 Error: Failed to request recommended mods, HTTP error code 0
2019-02-24 15:27 Error: Failed to request recommended mods, HTTP error code 0

( ModDesc )

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<modDesc descVersion="40">
<author>GIANTS Software,Coverted&Edited By Tigg</author>
<version>1.0.0.1</version>
<title>
<en>Krone 1PA55 By Tigg</en>
<de>Krone 1PA55 By Tigg</de>
</title>
<description>
<en>Krone 1PA55 By Tigg</en>
<de>Krone 1PA55 By Tigg</de>
</description>
<iconFilename>store.dds</iconFilename>

<storeItems>
<storeItem rootNode="vehicle" xmlFilename="tigg_1pa55_mower.xml"/>
</storeItems>
<brands>
<brand name="KRONE" title="1PA55" image="Textures/brand.dds"/>
</brands>

<l10n>
<text name="Tigg_1PA55"><en>One Pass Mower System, Cut Tedder Windrow, with Attached Baler, Go from Cut Grass To Baled Hay all in one pass</en><de>One Pass Mower System, Cut Tedder Windrow, with Attached Baler, Go from Cut Grass To Baled Hay all in one pass</de></text>
</l10n>

<vehicleTypes>

<type name="tigg1pa55" parent="selfPropelledMower" filename="$dataS/scripts/vehicles/Vehicle.lua">
<specialization name="tedder" />
</type>

</vehicleTypes>
</modDesc>


( THE XML )

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<vehicle type="selfPropelledMower">
<annotation>Copyright (C) GIANTS Software All Rights Reserved.</annotation>
<storeData>
<name><en>Krone 1PA55 By Tigg</en></name>
<name><de>Krone 1PA55 By Tigg</de></name>
<functions>
<function>$l10n_function_tedder</function>
</functions>
<functions>
<function>$l10n_function_mower</function>
</functions>
<specs>
<power>600</power>
<maxSpeed>45</maxSpeed>
<workingWidth>13.5</workingWidth>
</specs>
<specs>
<name>HIT 12.14 T</name>
<workingWidth>13</workingWidth>
<neededPower>75</neededPower>
</specs>

<image>store.dds</image>
<price>180000</price>
<lifetime>16000</lifetime>
<rotation>0</rotation>
<brand>KRONE</brand>
<category>mowerVehicles</category>
<shopTranslationOffset>0 0 0</shopTranslationOffset>
<shopRotationOffset>-0.15 0 0</shopRotationOffset>
<vertexBufferMemoryUsage>1292732</vertexBufferMemoryUsage>
<indexBufferMemoryUsage>235410</indexBufferMemoryUsage>
<textureMemoryUsage>20908064</textureMemoryUsage>
<instanceVertexBufferMemoryUsage>0</instanceVertexBufferMemoryUsage>
<instanceIndexBufferMemoryUsage>0</instanceIndexBufferMemoryUsage>
</storeData>
<base>
<typeDesc>Krone 1PA55 By Tigg</typeDesc>
<filename>M500.i3d</filename>
<size width="7" length="12"/>
<speedLimit value="33"/>
<components>
<component centerOfMass="0 1 -0.65" solverIterationCount="10" mass="7312" />
<component centerOfMass="0 0 0" solverIterationCount="10" mass="1000" />
<component centerOfMass="0 0 0" solverIterationCount="10" mass="1000" />
<component centerOfMass="0 0 0" solverIterationCount="10" mass="2000" />
<joint component1="1" component2="2" node="0>17|0|0" rotLimit="2 0 9" transLimit="0 0.7 0"/>
<joint component1="1" component2="3" node="0>20|0|0" rotLimit="2 0 9" transLimit="0 0.7 0"/>
<joint component1="1" component2="4" node="0>22|0" rotLimit="9 0 0" transLimit="0 0.7 0"/>
</components>
<schemaOverlay attacherJointPosition="0 0">
<default name="DEFAULT_VEHICLE"/>
<turnedOn name="DEFAULT_VEHICLE_ON"/>
<selected name="DEFAULT_VEHICLE_SELECTED"/>
<turnedOnSelected name="DEFAULT_VEHICLE_SELECTED_ON"/>
</schemaOverlay>
</base>
<rimColorConfigurations>
<rimColorConfiguration price="500" color="0.294 0.294 0.294 1"/>
<rimColorConfiguration color="1 1 0.45 1"/>
<colorNode node="0>1"/>
<colorNode node="0>1"/>
<colorNode node="0>2"/>
<colorNode node="0>3"/>
</rimColorConfigurations>

<wheels>
<wheelConfigurations>
<wheelConfiguration name="$l10n_configuration_WheelDefault" price="0">
<wheels autoRotateBackSpeed="4">
<wheel filename="$data/shared/wheels/trelleborg/TM2000/800_65R32.xml" isLeft="true" hasTireTracks="true" hasParticles="true">
<physics rotSpeed="53" restLoad="3.3" repr="0>0" driveNode="0>0|0" forcePointRatio="0.2" mass="1.45" initialCompression="50" suspTravel="0.22" spring="90" damper="30" frictionScale="3"/>
</wheel>
<wheel filename="$data/shared/wheels/trelleborg/TM2000/800_65R32.xml" isLeft="false" hasTireTracks="true" hasParticles="true">
<physics rotSpeed="53" restLoad="3.3" repr="0>1" driveNode="0>1|0" forcePointRatio="0.2" mass="1.45" initialCompression="50" suspTravel="0.22" spring="90" damper="30" frictionScale="3"/>
</wheel>
<wheel filename="$data/shared/wheels/trelleborg/TM2000/800_65R32.xml" isLeft="true" hasTireTracks="true" hasParticles="true">
<physics rotSpeed="53" restLoad="3.3" repr="0>2" driveNode="0>2|0" forcePointRatio="0.2" mass="1.45" initialCompression="50" suspTravel="0.22" spring="90" damper="30" frictionScale="3"/>
</wheel>
<wheel filename="$data/shared/wheels/trelleborg/TM2000/800_65R32.xml" isLeft="false" hasTireTracks="true" hasParticles="true">
<physics rotSpeed="53" restLoad="3.3" repr="0>3" driveNode="0>3|0" forcePointRatio="0.2" mass="1.45" initialCompression="50" suspTravel="0.22" spring="90" damper="30" frictionScale="3"/>
</wheel>
</wheels>
</wheelConfiguration>
</wheelConfigurations>
<ackermannSteeringConfigurations>
<ackermannSteering rotSpeed="50" rotMax="38" rotCenterWheel1="2" rotCenterWheel2="3"/>
</ackermannSteeringConfigurations>


<hubs>
<color0>SHARED_BLACK2</color0>
<color1>SHARED_BLACK2</color1>
<hub linkNode="0>0|0" filename="$data/shared/wheels/hubs/hub_n12_6.xml" isLeft="true" scale="0.4 0.4 0.4" />
<hub linkNode="0>1|0" filename="$data/shared/wheels/hubs/hub_n12_6.xml" isLeft="false" scale="0.4 0.4 0.4" />
<hub linkNode="0>2|0" filename="$data/shared/wheels/hubs/hub_n12_6.xml" isLeft="true" scale="0.4 0.4 0.4" />
<hub linkNode="0>3|0" filename="$data/shared/wheels/hubs/hub_n12_6.xml" isLeft="false" scale="0.4 0.4 0.4" />
</hubs>
</wheels>
<crabSteering>
<steeringMode name="action_steeringModeAllWheel">
<wheel index="1" offset="0"/>
<wheel index="2" offset="0"/>
<wheel index="3" offset="0"/>
<wheel index="4" offset="0"/>
</steeringMode>
<steeringMode name="action_steeringModeFrontWheel">
<wheel index="1" offset="0" locked="false"/>
<wheel index="2" offset="0" locked="false"/>
<wheel index="3" offset="0" locked="true"/>
<wheel index="4" offset="0" locked="true"/>
</steeringMode>
<steeringMode name="action_steeringModeTurnSteering">
<wheel index="1" offset="0" locked="true"/>
<wheel index="2" offset="0" locked="true"/>
<wheel index="3" offset="0" locked="false"/>
<wheel index="4" offset="0" locked="false"/>
</steeringMode>
</crabSteering>

<attacherJoints>
<attacherJoint node="trailerAttacherJoint" jointType="trailer" lowerRotLimit="10 80 50" upperRotRotationOffset="0" allowsJointLimitMovement="false" comboTime="1" canTurnOnImplement="true">
<schema position="1 0" rotation="0" invertX="false" />
</attacherJoint>
<attacherJoint node="trailerAttacherJoint" jointType="trailerLow" lowerRotLimit="10 80 50" upperRotRotationOffset="0" allowsJointLimitMovement="false" comboTime="1" canTurnOnImplement="true">
<schema position="1 0" rotation="0" invertX="false" />
</attacherJoint>

<sounds>
<attach template="ATTACH_01" />
<hydraulic template="DEFAULT_HYDRAULIC_SOUND" />
</sounds>
</attacherJoints>

<lights>
<states>
<state lightTypes="0"/>
<state lightTypes="0 1"/>
</states>

<realLights>
<low>
<light node="0>6|1|0|1" lightTypes="0"/>
<light node="0>6|1|1|1" lightTypes="1"/>
<reverseLight node="0>6|5|1"/>
</low>
<high>
<light node="0>6|1|0|1" lightTypes="0"/>
<light node="0>6|1|1|1" lightTypes="1"/>
<reverseLight node="0>6|5|1"/>
</high>
</realLights>

<defaultLights>
<defaultLight shaderNode="0>6|1|0|0|0" lightTypes="0" intensity="100"/>
<defaultLight shaderNode="0>6|1|0|0|1" lightTypes="0" intensity="100"/>
<defaultLight shaderNode="0>6|1|1|0|0" lightTypes="1" intensity="100"/>
<defaultLight shaderNode="0>6|0|0|0" lightTypes="0" intensity="100"/>
</defaultLights>

<turnLights>
<turnLightLeft shaderNode="0>6|3|0|0|0" intensity="100"/>
<turnLightRight shaderNode="0>6|3|1|0|0" intensity="100"/>
</turnLights>

<brakeLights>
<brakeLight shaderNode="0>6|2|0|0" intensity="100"/>
</brakeLights>

<reverseLights>
<reverseLight shaderNode="0>6|5|0|0" intensity="50"/>
<reverseLight shaderNode="0>6|5|0|1" intensity="50"/>
</reverseLights>

<sounds>
<switchLight template="SWITCH_01" linkNode="0>" />
<turnLight template="SWITCH_TURNLIGHT" linkNode="0>" />
</sounds>

<beaconLights>
<beaconLight node="0>6|4|0" filename="$data/shared/assets/beaconLights/lizard/beaconLight03.xml"/>
</beaconLights>
</lights>

<groundReferenceNodes>
<groundReferenceNode node="1>" threshold="0.6" />
<groundReferenceNode node="2>" threshold="0.6" />
<groundReferenceNode node="3>" threshold="0.6" />
</groundReferenceNodes>

<workAreas>
<workArea type="mower" functionName="processMowerArea" disableBackwards="false" >
<area startNode="0>16|1|0|3|0" widthNode="0>16|1|0|3|1" heightNode="0>16|1|0|3|2"/>
<groundReferenceNode index="1" />
<folding minLimit="0" maxLimit="0.1" />
<mower dropWindrow="true" dropAreaIndex="4" />
</workArea>


<workArea type="mower" functionName="processMowerArea" disableBackwards="false" >
<area startNode="0>19|1|0|3|0" widthNode="0>19|1|0|3|1" heightNode="0>19|1|0|3|2"/>
<groundReferenceNode index="1" />
<folding minLimit="0" maxLimit="0.1" />
<mower dropWindrow="true" dropAreaIndex="5" />
</workArea>

<workArea type="mower" functionName="processMowerArea" disableBackwards="false" >
<area startNode="0>13|0|0|0|0" widthNode="0>13|0|0|0|1" heightNode="0>13|0|0|0|2"/>
<groundReferenceNode index="1" />
<folding minLimit="0" maxLimit="0.1" />
<mower dropWindrow="true" dropAreaIndex="6" />
</workArea>

<workArea type="auxiliary" functionName="processTedderArea" disableBackwards="false" >
<area startNode="0>16|1|0|3|3" widthNode="0>16|1|0|3|4" heightNode="0>16|1|0|3|5"/>
<groundReferenceNode index="2"/>
<tedder dropWindrowWorkAreaIndex="10"/>
</workArea>
<workArea type="auxiliary" functionName="processTedderArea" disableBackwards="false" >
<area startNode="0>19|1|0|3|3" widthNode="0>19|1|0|3|4" heightNode="0>19|1|0|3|5"/>
<groundReferenceNode index="2"/>
<tedder dropWindrowWorkAreaIndex="11"/>
</workArea>
<workArea type="auxiliary" functionName="processTedderArea" disableBackwards="false" >
<area startNode="0>13|0|0|0|3" widthNode="0>13|0|0|0|4" heightNode="0>13|0|0|0|5"/>
<groundReferenceNode index="2"/>
<tedder dropWindrowWorkAreaIndex="12"/>
</workArea>
</workAreas>

<enterable>
<exitPoint node="0>10"/>
<enterReferenceNode node="0>"/>

<characterNode node="0>5|1|3|0|0" cameraMinDistance="1.5" spineRotation="-90 0 90">
<target ikChain="rightFoot" targetNode="0>5|1|3|0|0|1"/>
<target ikChain="leftFoot" targetNode="0>5|1|3|0|0|2"/>
<target ikChain="rightArm" targetNode="0>5|1|3|0|2|1"/>
<target ikChain="leftArm" targetNode="0>5|1|1|0|0|0"/>
</characterNode>

<cameras>
<camera node="0>9|0|0" rotatable="true" rotateNode="0>9|0" limit="true" useWorldXZRotation="true" rotMinX="-1.4" rotMaxX="1" transMin="7" transMax="35">
<raycastNode node="0>9|3"/>
<raycastNode node="0>9|4"/>
</camera>
<camera node="0>5|1|3|0|6" rotatable="true" limit="true" rotMinX="-1.1" rotMaxX="0.4" transMin="0" transMax="0" useMirror="true" isInside="true"/>
</cameras>

<mirrors>
<mirror node="0>5|0|1|4|0|0" prio="1"/>
<mirror node="0>5|0|1|4|0|1" prio="2"/>
<mirror node="0>5|0|1|4|0|2" prio="1"/>
<mirror node="0>5|0|1|4|0|3" prio="2"/>
</mirrors>

<dashboards>
<dashboard displayType="NUMBER" valueType="time" numbers="0>12|0|0|8" numberColor="1 1 1 1" precision="2" groups="MOTOR_ACTIVE"/>
<dashboard displayType="NUMBER" valueType="operatingTime" numbers="0>12|0|0|3" numberColor="SHARED_BLACK1" precision="1" groups="MOTOR_ACTIVE"/>
</dashboards>
</enterable>

<motorized>
<consumerConfigurations>
<consumerConfiguration>
<consumer fillUnitIndex="1" usage="134" fillType="diesel" /> <!-- usage is per hour at max load and max rpm -->
</consumerConfiguration>
</consumerConfigurations>

<motorConfigurations>
<motorConfiguration name="M500" price="0">
<motor torqueScale="2.356" minRpm="1000" maxRpm="2000" maxForwardSpeed="65" maxBackwardSpeed="17" brakeForce="20" lowBrakeForceScale="0.22" lowBrakeForceSpeedLimit="1" rotInertia="0.0015">
<torque normRpm="0.45" torque="0.9"/>
<torque normRpm="0.45" torque="0.8"/>
<torque normRpm="0.5" torque="0.87"/>
<torque normRpm="0.59" torque="0.9"/>
<torque normRpm="0.72" torque="1"/>
<torque normRpm="0.86" torque="0.88"/>
<torque normRpm="1" torque="0.72"/>
</motor>
<transmission minForwardGearRatio="8.4" maxForwardGearRatio="150" minBackwardGearRatio="40" maxBackwardGearRatio="150"/>
</motorConfiguration>
</motorConfigurations>

<differentialConfigurations>
<differentialConfiguration>
<differentials>
<differential torqueRatio="0.5" maxSpeedRatio="1.9" wheelIndex1="1" wheelIndex2="2"/>
<differential torqueRatio="0.5" maxSpeedRatio="1.9" wheelIndex1="3" wheelIndex2="4"/>
<differential torqueRatio="0.5" maxSpeedRatio="1.1" differentialIndex1="1" differentialIndex2="2"/>
</differentials>
</differentialConfiguration>
</differentialConfigurations>

<exhaustEffects>
<exhaustEffect node="0>7|0|0" filename="$data/particleSystems/shared/exhaust.i3d" minRpmColor="0.9 0.9 0.9 0.05" maxRpmColor="0.9 0.9 0.9 0.2" minRpmScale="0.05" maxRpmScale="0.25"/>
</exhaustEffects>

<motorStartDuration>2500</motorStartDuration>

<sounds externalSoundFile="$data/sounds/vehicles/engine/krone_bigm_450/krone_bigm_450.xml" />

<dashboards>
<dashboard displayType="NUMBER" valueType="rpm" numbers="0>12|0|0|2" precision="0" numberColor="SHARED_BLACK1" groups="MOTOR_ACTIVE"/>
<dashboard displayType="NUMBER" valueType="speed" numbers="0>12|0|0|6" precision="1" numberColor="SHARED_BLACK1" groups="MOTOR_ACTIVE"/>
<dashboard displayType="NUMBER" valueType="fuelUsage" numbers="0>12|0|0|5" precision="1" groups="MOTOR_ACTIVE"/>
</dashboards>
</motorized>

<drivable>
<sounds>
<waterSplash template="WATER_SPLASH_01" />
</sounds>

<steeringWheel node="0>5|1|1|0|0" indoorRotation="540" outdoorRotation="40"/>

<dashboards>
<dashboard displayType="ROT" valueType="ac_decelerationAxis" node="0>5|1|3|0|2" minRot="-7 0 0" maxRot="7 0 0" doInterpolation="true" groups="MOTOR_ACTIVE"/>
</dashboards>
</drivable>

<foldable>
<foldingParts posDirectionText="fold_Mower" negDirectionText="unfold_Mower" middlePosDirectionText="raise_Mower" middleNegDirectionText="lower_Mower" startMoveDirection="1" foldMiddleAnimTime="0.15" turnOnFoldMinLimit="0" turnOnFoldMaxLimit="0.16">
<foldingPart animationName="leftSide" speedScale="1.1"/>
<foldingPart animationName="rightSide" speedScale="1.1"/>
</foldingParts>
</foldable>

<animations>
<animation name="leftSide">
<part node="0>17" startTime="0" duration="1.5" startRot="0 0 0" endRot="0 0 15"/>
<part componentJointIndex="1" startTime="0" endTime="1.5" endRotLimit="0 0 0" endTransLimit="0 0 0"/>
<part node="0>17" startTime="1.5" duration="10" startRot="0 0 15" endRot="0 0 97"/>
<part node="0>17|0" startTime="1.5" duration="10" startRot="0 0 0" endRot="0 -90 0"/> <!-- Rotate Wing Closed -->
<part node="0>17|0|0" startTime="1.5" duration="10" startRot="0 0 0" endRot="-7 0 0"/>
<part node="0>13|0|0" startTime="3" duration="10" startRot="0 0 0" endRot="0 2 35"/>
<part node="0>13|0|0|10|0" startTime="1.5" duration="5" startRot="0 0 0" endRot="0 0 90"/> <!-- Small Flap Left -->
<part node="0>5|1|8|0|1|2" startTime="0" duration="0.1" startTrans="-0.643 3.151 1.611" endTrans="-0.637 3.156 1.604"/> <!-- Deck Status Screen -->
</animation>
<animation name="rightSide">
<part node="0>20" startTime="0" duration="1.5" startRot="0 0 0" endRot="0 0 -15"/>
<part node="0>22" startTime="0" duration="1.5" startRot="0 0 0" endRot="-5 0 0"/>
<part componentJointIndex="2" startTime="0" endTime="1.5" endRotLimit="0 0 0" endTransLimit="0 0 0"/>
<part componentJointIndex="3" startTime="0" endTime="1.5" endRotLimit="0 0 0" endTransLimit="0 0 0"/>
<part node="0>20" startTime="1.5" duration="10" startRot="0 0 -15" endRot="0 0 -97"/>
<part node="0>20|0" startTime="1.5" duration="10" startRot="0 0 0" endRot="0 90 0"/>
<part node="0>20|0|0" startTime="1.5" duration="10" startRot="0 0 0" endRot="-7 0 0"/>
<part node="0>13|0|1" startTime="3" duration="10" startRot="0 0 0" endRot="0 -2 -35"/>
<part node="0>22" startTime="3" duration="5" startRot="-5 0 0" endRot="-15 0 0"/>
<part node="0>13|0|1|10|0" startTime="1.5" duration="5" startRot="0 0 0" endRot="0 0 -90"/> <!-- Small Flap Right -->
</animation>
<animation name="foldFlapRight">
<part node="0>19|1|0|1" startTime="0" endTime="1" startRot="0 0 0" endRot="0 0 20" />
</animation>
<animation name="foldFlapLeft">
<part node="0>16|1|0|1" startTime="0" endTime="1" startRot="0 0 0" endRot="0 0 -20" />
</animation>
</animations>

<cylindered>
<movingTools>
<movingTool node="0>13|0|0|10|0">
<dependentPart node="0>13|0|0|6"/>
</movingTool>
<movingTool node="0>13|0|1|10|0">
<dependentPart node="0>13|0|1|6"/>
</movingTool>
<movingTool node="0>13|0|0">
<dependentPart node="0>13|0|0|8"/>
<dependentPart node="0>13|0|11"/>
</movingTool>
<movingTool node="0>13|0|1">
<dependentPart node="0>13|0|1|8"/>
<dependentPart node="0>13|0|13"/>
</movingTool>
<movingTool node="0>20" playSound="true">
<componentJoint index="2"/>
</movingTool>
<movingTool node="0>20|0" playSound="true">
<componentJoint index="2"/>
</movingTool>
<movingTool node="0>20|0|0" playSound="true">
<componentJoint index="2"/>
</movingTool>
<movingTool node="0>17" playSound="true">
<componentJoint index="1"/>
</movingTool>
<movingTool node="0>17|0" playSound="true">
<componentJoint index="1"/>
</movingTool>
<movingTool node="0>17|0|0" playSound="true">
<componentJoint index="1"/>
</movingTool>
<movingTool node="0>22" playSound="true">
<componentJoint index="3"/>
</movingTool>
<movingTool node="0>22|0" playSound="true">
<componentJoint index="3"/>
</movingTool>
</movingTools>
<movingParts>
<movingPart node="0>16" referencePoint="1>0" referenceFrame="0>17" useLocalOffset="true" isActiveDirty="true" limitedAxis="3">
<dependentPart node="0>16|1"/>
<dependentPart node="0>18"/>
</movingPart>
<movingPart node="0>16|1" referencePoint="1>0|0" referenceFrame="0>17|0">
<dependentPart node="0>16|1|0"/>
<dependentPart node="0>16|0"/>
</movingPart>
<movingPart node="0>16|1|0" referenceFrame="1>0|0">
<dependentPart node="0>16|1|0|6"/>
</movingPart>
<movingPart node="0>18" referencePoint="0>16|2" referenceFrame="0>17">
<translatingPart node="0>18|0"/>
</movingPart>
<movingPart node="0>16|0" referencePoint="0>16|1|1" referenceFrame="0>16|0">
<translatingPart node="0>16|0|0"/>
</movingPart>
<movingPart node="0>16|1|0|6" referencePoint="0>16|1|2" referenceFrame="0>16|1|0|6">
<translatingPart node="0>16|1|0|6|0"/>
</movingPart>
<movingPart node="0>19" referencePoint="2>0" referenceFrame="0>20" useLocalOffset="true" isActiveDirty="true" limitedAxis="3">
<dependentPart node="0>19|1"/>
<dependentPart node="0>21"/>
</movingPart>
<movingPart node="0>19|1" referencePoint="2>0|0" referenceFrame="0>20|0">
<dependentPart node="0>19|1|0"/>
<dependentPart node="0>19|0"/>
</movingPart>
<movingPart node="0>19|1|0" referenceFrame="2>0|0">
<dependentPart node="0>19|1|0|6"/>
</movingPart>
<movingPart node="0>21" referencePoint="0>19|2" referenceFrame="0>20">
<translatingPart node="0>21|0"/>
</movingPart>
<movingPart node="0>19|0" referencePoint="0>19|1|1" referenceFrame="0>19|0">
<translatingPart node="0>19|0|0"/>
</movingPart>
<movingPart node="0>19|1|0|6" referencePoint="0>19|1|2" referenceFrame="0>19|1|0|6">
<translatingPart node="0>19|1|0|6|0"/>
</movingPart>
<movingPart node="0>13" referencePoint="3>0" referenceFrame="3>" useLocalOffset="true" isActiveDirty="true" limitedAxis="1">
<dependentPart node="0>13|0"/>
</movingPart>
<movingPart node="0>13|0" referenceFrame="3>">
<dependentPart node="0>15"/>
<dependentPart node="0>25"/>
<dependentPart node="0>26"/>
<dependentPart node="0>27"/>
</movingPart>
<movingPart node="0>15" referencePoint="0>13|0|3" referenceFrame="0>15">
<translatingPart node="0>15|0"/>
</movingPart>
<movingPart node="0>25" referencePoint="0>13|0|6" referenceFrame="0>"/>
<movingPart node="0>26" referencePoint="0>13|0|0|9" referenceFrame="0>13|0|0" scaleZ="true"/>
<movingPart node="0>27" referencePoint="0>13|0|1|9" referenceFrame="0>13|0|1" scaleZ="true"/>
<movingPart node="0>13|0|0|6" referencePoint="0>13|0|0|10|0|0|0" referenceFrame="0>13|0|0|10|0|0|0" limitedAxis="1">
<translatingPart node="0>13|0|0|6|0"/>
</movingPart>
<movingPart node="0>13|0|1|6" referencePoint="0>13|0|1|10|0|0|0" referenceFrame="0>13|0|1|10|0|0|0" limitedAxis="1">
<translatingPart node="0>13|0|1|6|0"/>
</movingPart>
<movingPart node="0>13|0|0|8" referencePoint="0>13|0|10" referenceFrame="0>13|0|10" limitedAxis="1">
<translatingPart node="0>13|0|0|8|0"/>
</movingPart>
<movingPart node="0>13|0|11" referencePoint="0>13|0|0|11" referenceFrame="0>13|0|0|11" limitedAxis="1">
<translatingPart node="0>13|0|11|0"/>
</movingPart>
<movingPart node="0>13|0|1|8" referencePoint="0>13|0|12" referenceFrame="0>13|0|12" limitedAxis="1">
<translatingPart node="0>13|0|1|8|0"/>
</movingPart>
<movingPart node="0>13|0|13" referencePoint="0>13|0|1|11" referenceFrame="0>13|0|1|11" limitedAxis="1">
<translatingPart node="0>13|0|13|0"/>
</movingPart>
</movingParts>
<sounds>
<hydraulic template="DEFAULT_HYDRAULIC_SOUND" />
</sounds>
</cylindered>

<fillUnit>
<fillUnitConfigurations>
<fillUnitConfiguration>
<fillUnits>
<fillUnit unit="$l10n_unit_literShort" showOnHud="false" showInShop="false" fillTypes="diesel" capacity="900" >
<dashboard displayType="NUMBER" valueType="fillLevelPct" numbers="0>12|0|0|4" precision="0" groups="MOTOR_ACTIVE"/>
</fillUnit>
</fillUnits>
</fillUnitConfiguration>
</fillUnitConfigurations>
</fillUnit>

<mower fruitTypeConverter="MOWER">
<animationNodes>
<animationNode node="0>16|1|0|2|0" rotSpeed="-2000"/>
<animationNode node="0>19|1|0|2|0" rotSpeed="2000"/>
<animationNode node="0>13|0|0|4|0" rotSpeed="-2000"/>
<animationNode node="0>13|0|1|4|0" rotSpeed="2000"/>
</animationNodes>
<dropEffects>
<dropEffect workAreaIndex="1" dropAreaIndex="4"/>
<dropEffect workAreaIndex="2" dropAreaIndex="5"/>
<dropEffect workAreaIndex="3" dropAreaIndex="6"/>

</dropEffects>
</mower>

<tedder fillTypeConverter="TEDDER">

<dropEffects>
<dropEffect workAreaIndex="7" dropAreaIndex="10"/>
<dropEffect workAreaIndex="8" dropAreaIndex="11"/>
<dropEffect workAreaIndex="9" dropAreaIndex="12"/>

</dropEffects>
</tedder>

<turnOnVehicle turnOffIfNotAllowed="true">
<sounds>
<start template="DEFAULT_MOWER_START" linkNode="0>" />
<stop template="DEFAULT_MOWER_STOP" linkNode="0>" />
<work template="DEFAULT_MOWER_WORK" linkNode="0>" />
<start template="DEFAULT_TEDDER_START" linkNode="0>" />
<stop template="DEFAULT_TEDDER_STOP" linkNode="0>" />
<work template="DEFAULT_TEDDER_WORK" linkNode="0>" />
</sounds>
</turnOnVehicle>

<dashboard>
<groups>
<group name="MOTOR_STARTING" isMotorStarting="true"/>
<group name="MOTOR_ACTIVE" isMotorStarting="true" isMotorRunning="true"/>
</groups>
</dashboard>

<wearable wearDuration="480" workMultiplier="5" fieldMultiplier="2"/>
<washable dirtDuration="30" washDuration="1" workMultiplier="3" fieldMultiplier="2"/>

<honk>
<sound template="HONK_KRONE_BIGM" />
</honk>

<ai>
<needsLowering value="true"/>
<areaMarkers leftNode="0>13|0|8|0" rightNode="0>13|0|8|1" backNode="0>13|0|8|2"/>
<sizeMarkers leftNode="0>11|0|0" rightNode="0>11|0|1" backNode="0>11|0|2"/>
<collisionTrigger node="0>11|1"/>
</ai>

<foliageBending>
<bendingNode minX="-1.6" maxX="1.6" minZ="-4" maxZ="2.5" yOffset="0.6" />
<bendingNode minX="-1.6" maxX="1.6" minZ="-1" maxZ="1" yOffset="0" node="3>"/>
<bendingNode minX="-1.7" maxX="2.1" minZ="-1.2" maxZ="1.1" yOffset="-0.2" node="1>"/>
<bendingNode minX="-2.1" maxX="1.7" minZ="-1.2" maxZ="1.1" yOffset="-0.2" node="2>"/>
</foliageBending>
<i3dMappings>
<i3dMapping id="trailerAttacherJoint" node="0>8|1|0" />
</i3dMappings>


</vehicle>


Thank you once again Sir, Your Knowledge has proven invaluable, I am Indebted To you sir. Kind regards,


Bilbo Beutlin (BBeutlin) 24.02.2019 14:44
As you can see there's still the "Error: Function 'processDropArea' already registered".
I'm unsure by what it is caused.

You have defined only 6 workareas but you're referencing to 12.
Since the mower has main part and two wings you need 3 workareas each for mower, mower drop, tedder, tedder drop.
Anyway you've still used shared i3d nodes for mower and tedder workareas.
You should add in i3d specific workareas for tedder, perhaps slight shifted back to mower areas.
In XML you must use the same tags and attributes as used in the default vehicles.

I can't promise success - perhaps the combination mower+tedder is only possible by custom script.

Gordo Ismyname (gordoismyname) 21.02.2022 21:30
i gave this a shot as well. could not get it to work either. same type of error.

i really think LUA is going to need to intercept the mow process to append the tedding behavior of dry_grass.


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