FS19 How can I stop seeder from direct seeding?

Your forum for all discussions around Modding.
User avatar
blue_painted
Posts: 1688
Joined: Wed Jan 31, 2018 3:50 pm
Location: UK

FS19 How can I stop seeder from direct seeding?

Post by blue_painted »

I'm doing a bit of an edit on a planter/seeder and I want to stop it from direct seeding -- i.e. sowing when the ground isn't cultivated. I'm only editing the XML at the moment (no access to GE on this laptop) and it seemed to me that this bit is the important bit:

Code: Select all

    
    <sowingMachine fillUnitIndex="1">
        <seedFruitTypeCategories>planter sowingMachine</seedFruitTypeCategories>
        <needsActivation value="true"/>       
         <useDirectPlanting value="true"/> 
        <sounds>
			<work template="DEFAULT_SOWING_WORK" linkNode="0>" />
        </sounds>
    </sowingMachine>
I've tried setting the <useDirectPlanting value="true"/> to false but it still sows seeds in harvested ground.

What might I be missing? Any suggestions much appreciated.
Playing new "Beest" Intel i7-11700F with GeForce GTX 3060 and XBOX controller
also £600 laptop - AMD Ryzen 5600H with GeForce GTX 3050 XBOX controller

Dairydeere's A Guide to Finding Farming Simulator Mods - Please give this a read and help spread awareness for respectful mod downloads
holsch27
Posts: 1
Joined: Mon Mar 02, 2020 6:26 pm

Re: FS19 How can I stop seeder from direct seeding?

Post by holsch27 »

try this instad of setting it to "false":

Code: Select all

<!-- <useDirectPlanting value="true" /> -->
that make it work for me

Thank`s your idea helped me alot
Post Reply