Community Forum

Multifruit map mission problems.

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created02.02.2020 09:48


Jānis Strautiņš (strauts6) 02.02.2020 09:48
So I'm making a map and added new fruits/crops to it. All goes well, they show up in editor and game, selling points. Enabled them in missions, but newer tested that far. Now while playing, I came across a mission to harvest tobacco, but it gives me a combine with grain header instead of corn.
[code]<fruitTypeCategories>
<fruitTypeCategory name="DIRECTCUTTER" >LUCERNE GRASS WHEAT BARLEY OAT CANOLA SOYBEAN HOPS TOBACCO RYE SPELT MILLET POPPY SORGHUM TRITICALE</fruitTypeCategory>
<fruitTypeCategory name="PICKUP" >LUCERNE DRYLUCERNE</fruitTypeCategory>
<fruitTypeCategory name="SOWINGMACHINE" >LUCERNE WHEAT BARLEY OAT CANOLA SOYBEAN OILSEEDRADISH GRASS HOPS TOBACCO RYE SPELT MILLET POPPY TRITICALE</fruitTypeCategory>
<fruitTypeCategory name="WEEDER" >LUCERNE OILSEEDRADISH GRASS</fruitTypeCategory>
<fruitTypeCategory name="GRAINHEADER" >WHEAT BARLEY OAT CANOLA SOYBEAN RYE SPELT MILLET POPPY SORGHUM TRITICALE</fruitTypeCategory>
<fruitTypeCategory name="MAIZEHEADER" >MAIZE SUNFLOWER HOPS TOBACCO</fruitTypeCategory>
<fruitTypeCategory name="MAIZECUTTER" >MAIZE HOPS TOBACCO</fruitTypeCategory>
<fruitTypeCategory name="PLANTER" >MAIZE SUNFLOWER SOYBEAN SUGARBEET COTTON CARROT ONION HOPS TOBACCO SORGHUM CABBAGE REDCABBAGE</fruitTypeCategory>
<fruitTypeCategory name="SUGARCANE_PLANTER" >SUGARCANE</fruitTypeCategory>
</fruitTypeCategories>[/code]

Bilbo Beutlin (BBeutlin) 02.02.2020 11:09
The missionManager takes the infos from map.xml <missionVehicles> which points usually to "$dataS/missionVehicles.xml".
Of course there are no added fruitTypes specified and so by default a grain header is assumed.

If you don't have an adapted "missionVehicles.xml", better don't use non-standard fruits for field jobs.

Jānis Strautiņš (strauts6) 02.02.2020 12:39
Thank you wery much! Now i know where the problem was, and can get on with fixing it!
Only I cant find that xml, I remember seeing it some where.

Jānis Strautiņš (strauts6) 03.02.2020 18:07
Well i found missionVehicles.xml in other mod map, but it has been edited to use mods for potatoes. Could anyone share unedited version of it?


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