Direct drill configuration

GRamerDim
Posts: 3
Joined: Fri Jun 11, 2021 1:31 pm

Direct drill configuration

Post by GRamerDim »

How to add the direct drill function to a non direct drill in terms of xml and giants editor?
Eische
Posts: 3805
Joined: Thu Oct 18, 2018 5:17 pm

Re: Direct drill configuration

Post by Eische »

No need for giants editor.
Below the existing function line just add this line for the correct description:

Code: Select all

<function>$l10n_function_sowingMachineDirect</function>
In the sowing machine block, you need to add the line <useDirectPlanting value="true" />.

Code: Select all

    <sowingMachine fillUnitIndex="1">
        <seedFruitTypeCategories>sowingMachine</seedFruitTypeCategories>
        <needsActivation value="true"/>
        <useDirectPlanting value="true" />
        <sounds>
            <work template="DEFAULT_SOWING_WORK" linkNode="rapid600S_main_component1" />
        </sounds>
    </sowingMachine>
Playing on PC - Win10
Ryzen 3600
RX 5500XT
16GB Ram
How to post log file
How to upload pictures
Please report bugs for FS22 using the bugtracker
Post Reply