How to add Seed types to a planter mod

Your forum for all discussions around Modding.
Jltucker
Posts: 42
Joined: Thu Jul 12, 2018 12:06 am

How to add Seed types to a planter mod

Post by Jltucker »

Hey I have a john deer planter DB60 that only plants Corn, Beats, potato, etc. I would like to make it so it can plant wheat, oat, barley and all other fruit types. Is there a way i can edit the mod todo so? Will there be a-lot of coding involved or is there something I can Paste in the mod file?
juf.de
Posts: 3816
Joined: Fri Mar 30, 2012 8:04 pm

Re: How to add Seed types to a planter mod

Post by juf.de »

i can't help you directly, but you could just download some multi-fruit planter/seeder and compare it to that one and add whats missing, shouldn't be that much.
Tutorials: log.txt, Giants Bilderhoster, erweiterter Texteditor, Konsole (PC)    /    Direktlink Giants Imagehoster
[PC] [Mac] [XB1] [PS4] in the thread title keeps the Forum clean / im Threadtitel hält das Forum übersichtlich
Playing on PC
User avatar
cwattyeso
Posts: 1760
Joined: Tue Nov 27, 2018 3:58 pm
Location: United Kingdom
Contact:

Re: How to add Seed types to a planter mod

Post by cwattyeso »

In the xml for the DB60 (though must admit the one I download weeks ago already has this in it.) check to make sure there is a line that reads:

<seedFruitTypeCategories>sowingMachine planter</seedFruitTypeCategories>

If not and it has a line that maybe instead lists individual fruits like this:

<seedFruitTypes>wheat barley potato sugarBeet maize canola oat sugarCane sunflower soybean oilseedRadish cotton grass</seedFruitTypes>

That will allow you to plant all the crop types shown above. However I would recommend using the seedFruitTypeCategories code instead of the seedFruitTypes that way should you play on a map that has extra fruits added by the map author, you'll be able to plant those as well with the modded seeder. However if you stick with the FruitTypes approach you'll be limited on future maps with new crops to only being able to plant base game fruits.

Generally most seeders or planters will only have the one category, however when Giants updated the Great Plains Planter an update or two ago, they allowed machines to have duel specialisation. So making your seeder or plater have both the sowingMachine specialisation and planter specialisation will let you sow and plant everything except for potatoes. Because Potatoes have their own category, and to add them to a sowingMachine or Planter you need to edit a completely different file within the actual map your playing. So if you are not too fussed about planting potatoes, just use the first line of code above.
Check out my YouTube Channel for Farming Simulator and other Gaming Let's Plays and Videos at https://www.youtube.com/c/CwattyesoGamingforFun :D

Also be sure to check out my Kick Channel for my Farming Simulator Live Streams and Multiplayer Server at https://www.kick.com/cwattyeso :gamer:

GIANTS SOFTWARE Personal Partner Code: CWATTYESO *thumbsup*
Jltucker
Posts: 42
Joined: Thu Jul 12, 2018 12:06 am

Re: How to add Seed types to a planter mod

Post by Jltucker »

cwattyeso wrote: Sun Aug 11, 2019 11:16 pm In the xml for the DB60 (though must admit the one I download weeks ago already has this in it.) check to make sure there is a line that reads:

<seedFruitTypeCategories>sowingMachine planter</seedFruitTypeCategories>

If not and it has a line that maybe instead lists individual fruits like this:

<seedFruitTypes>wheat barley potato sugarBeet maize canola oat sugarCane sunflower soybean oilseedRadish cotton grass</seedFruitTypes>

That will allow you to plant all the crop types shown above. However I would recommend using the seedFruitTypeCategories code instead of the seedFruitTypes that way should you play on a map that has extra fruits added by the map author, you'll be able to plant those as well with the modded seeder. However if you stick with the FruitTypes approach you'll be limited on future maps with new crops to only being able to plant base game fruits.

Generally most seeders or planters will only have the one category, however when Giants updated the Great Plains Planter an update or two ago, they allowed machines to have duel specialisation. So making your seeder or plater have both the sowingMachine specialisation and planter specialisation will let you sow and plant everything except for potatoes. Because Potatoes have their own category, and to add them to a sowingMachine or Planter you need to edit a completely different file within the actual map your playing. So if you are not too fussed about planting potatoes, just use the first line of code above.

Do you have the link to the one you have?
User avatar
cwattyeso
Posts: 1760
Joined: Tue Nov 27, 2018 3:58 pm
Location: United Kingdom
Contact:

Re: How to add Seed types to a planter mod

Post by cwattyeso »

I think the one I downloaded was from here: http://www.mediafire.com/file/amzn7z7ak ... PCXM6pv53A

Same author is also working on DB90 and DB120 versions to the same standard and quality. So hopefully they should be out soon as well.
Check out my YouTube Channel for Farming Simulator and other Gaming Let's Plays and Videos at https://www.youtube.com/c/CwattyesoGamingforFun :D

Also be sure to check out my Kick Channel for my Farming Simulator Live Streams and Multiplayer Server at https://www.kick.com/cwattyeso :gamer:

GIANTS SOFTWARE Personal Partner Code: CWATTYESO *thumbsup*
Jltucker
Posts: 42
Joined: Thu Jul 12, 2018 12:06 am

Re: How to add Seed types to a planter mod

Post by Jltucker »

that code worked perfectly. I had the same seeder installed so i just added all the fruit types I needed and it works perfectly! Thanks for your help!
Mr__Tooty
Posts: 2
Joined: Fri May 28, 2021 12:48 am

Re: How to add Seed types to a planter mod

Post by Mr__Tooty »

cwattyeso wrote: Mon Aug 12, 2019 3:19 pm I think the one I downloaded was from here: http://www.mediafire.com/file/amzn7z7ak ... PCXM6pv53A

Same author is also working on DB90 and DB120 versions to the same standard and quality. So hopefully they should be out soon as well.
the link is down, could you relink please? I have been trying to a nice seeder for forever!
User avatar
cwattyeso
Posts: 1760
Joined: Tue Nov 27, 2018 3:58 pm
Location: United Kingdom
Contact:

Re: How to add Seed types to a planter mod

Post by cwattyeso »

Mr__Tooty wrote: Fri May 28, 2021 12:55 am
cwattyeso wrote: Mon Aug 12, 2019 3:19 pm I think the one I downloaded was from here: http://www.mediafire.com/file/amzn7z7ak ... PCXM6pv53A

Same author is also working on DB90 and DB120 versions to the same standard and quality. So hopefully they should be out soon as well.
the link is down, could you relink please? I have been trying to a nice seeder for forever!
Mod Author changed the link and moved all his mods over to Uploaded for distribution, or the in Game ModHub for the ones he did submit to Giants. Link to the DB60 is now at: http://uploaded.net/file/vrmkdssq
Check out my YouTube Channel for Farming Simulator and other Gaming Let's Plays and Videos at https://www.youtube.com/c/CwattyesoGamingforFun :D

Also be sure to check out my Kick Channel for my Farming Simulator Live Streams and Multiplayer Server at https://www.kick.com/cwattyeso :gamer:

GIANTS SOFTWARE Personal Partner Code: CWATTYESO *thumbsup*
Mr__Tooty
Posts: 2
Joined: Fri May 28, 2021 12:48 am

Re: How to add Seed types to a planter mod

Post by Mr__Tooty »

cwattyeso wrote: Sun May 30, 2021 5:54 pm
Mr__Tooty wrote: Fri May 28, 2021 12:55 am
cwattyeso wrote: Mon Aug 12, 2019 3:19 pm I think the one I downloaded was from here: http://www.mediafire.com/file/amzn7z7ak ... PCXM6pv53A

Same author is also working on DB90 and DB120 versions to the same standard and quality. So hopefully they should be out soon as well.
the link is down, could you relink please? I have been trying to a nice seeder for forever!
Mod Author changed the link and moved all his mods over to Uploaded for distribution, or the in Game ModHub for the ones he did submit to Giants. Link to the DB60 is now at: http://uploaded.net/file/vrmkdssq
Thanks so much! my days of using horribly made mods are over!
TARogers9087
Posts: 1
Joined: Fri Jul 29, 2022 9:28 pm

Re: How to add Seed types to a planter mod

Post by TARogers9087 »

I tried both of the methods to add extra seed types to the case early riser for FS22 but does not seem to work the same, just can change it between sowingMachine and planter so far, any ideas?
Post Reply