Community Forum

WorkAreaConfiguration

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created21.01.2021 15:26


Emincan YaĞiz (Emincan) 21.01.2021 15:26
Hello,
How can i add WorkArea Configurations in a xml file?
Should the following work?

<workAreas>
<workAreaConfigurations>
<workAreaConfiguration name="workareaone" price="0">
<workAreas>
..........................................
............................................
............................................
</workAreas>
</workAreaConfiguration>

<workAreaConfiguration name="workareatwo" price="0">
<workAreas>
..........................................
............................................
............................................
</workAreas>
</workAreaConfiguration>
</workAreaConfigurations>
</workAreas>

Bilbo Beutlin (BBeutlin) 21.01.2021 21:39
No - work areas are not configurable. See LUADOC WorkArea.lua
https://gdn.giants-software.com/documentation_scripting_fs19.php?version=script&category=32&class=417

If the specialization.lua doesn't have a function with addConfigurationType() it is not supported by default.


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