Community Forum

Specialization prerequisites for cultivator

Forum Overview >> Scripting

CategoryScripting
Created23.02.2015 16:24


Tomas Bet (Unknown) 23.02.2015 16:26
Hello,

I keep getting following error:
"Error: Not all prerequisites of specialization cultivator are fulfilled".
What are new prerequisites in FS15, because there from FS13 are no longer sufficient?

Regards,
Tomas


Emil Drefers (Unknown) 24.02.2015 09:17
Hi,

the Cultivator Specialization now needs the WorkArea Specialization to be loaded before.

e.g.:
<type name="cultivator" className="Vehicle" filename="$dataS/scripts/vehicles/Vehicle.lua">
<specialization name="workArea" />
<specialization name="workParticles" />
<specialization name="attachable" />
<specialization name="powerConsumer" />
<specialization name="cultivator" />
<specialization name="foldable" />
<specialization name="washable" />
<specialization name="mountable" />
</type>


Cheers,
Emil


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