How to add Seed types to a planter mod - GIANTS Software (2024)

Post Reply

10 posts

Page 1 of 1

Jltucker
Posts: 42
Joined: Thu Jul 12, 2018 12:06 am

How to add Seed types to a planter mod

  • Quote

Postby 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?

Top

juf.de
Posts: 3816
Joined: Fri Mar 30, 2012 8:04 pm

Re: How to add Seed types to a planter mod

  • Quote

Postby 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

Top

cwattyeso
Posts: 1760
Joined: Tue Nov 27, 2018 3:58 pm
Location: United Kingdom
Contact:

Contact cwattyeso

Re: How to add Seed types to a planter mod

  • Quote

Postby 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 How to add Seed types to a planter mod - GIANTS Software (2)

Also be sure to check out my Kick Channel for my Farming Simulator Live Streams and Multiplayer Server at https://www.kick.com/cwattyeso How to add Seed types to a planter mod - GIANTS Software (3)

GIANTS SOFTWARE Personal Partner Code: CWATTYESO How to add Seed types to a planter mod - GIANTS Software (4)

Top

Jltucker
Posts: 42
Joined: Thu Jul 12, 2018 12:06 am

Re: How to add Seed types to a planter mod

  • Quote

Postby Jltucker »

cwattyeso wrote: Sun Aug 11, 2019 11:16 pmIn 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?

Top

cwattyeso
Posts: 1760
Joined: Tue Nov 27, 2018 3:58 pm
Location: United Kingdom
Contact:

Contact cwattyeso

Re: How to add Seed types to a planter mod

  • Quote

Postby 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 How to add Seed types to a planter mod - GIANTS Software (6)

Also be sure to check out my Kick Channel for my Farming Simulator Live Streams and Multiplayer Server at https://www.kick.com/cwattyeso How to add Seed types to a planter mod - GIANTS Software (7)

GIANTS SOFTWARE Personal Partner Code: CWATTYESO How to add Seed types to a planter mod - GIANTS Software (8)

Top

Jltucker
Posts: 42
Joined: Thu Jul 12, 2018 12:06 am

Re: How to add Seed types to a planter mod

  • Quote

Postby 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!

Top

Mr__Tooty
Posts: 2
Joined: Fri May 28, 2021 12:48 am

Re: How to add Seed types to a planter mod

  • Quote

Postby Mr__Tooty »

cwattyeso wrote: Mon Aug 12, 2019 3:19 pmI 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!

Top

cwattyeso
Posts: 1760
Joined: Tue Nov 27, 2018 3:58 pm
Location: United Kingdom
Contact:

Contact cwattyeso

Re: How to add Seed types to a planter mod

  • Quote

Postby cwattyeso »

Mr__Tooty wrote: Fri May 28, 2021 12:55 am

cwattyeso wrote: Mon Aug 12, 2019 3:19 pmI 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 How to add Seed types to a planter mod - GIANTS Software (10)

Also be sure to check out my Kick Channel for my Farming Simulator Live Streams and Multiplayer Server at https://www.kick.com/cwattyeso How to add Seed types to a planter mod - GIANTS Software (11)

GIANTS SOFTWARE Personal Partner Code: CWATTYESO How to add Seed types to a planter mod - GIANTS Software (12)

Top

Mr__Tooty
Posts: 2
Joined: Fri May 28, 2021 12:48 am

Re: How to add Seed types to a planter mod

  • Quote

Postby 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 pmI 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!

Top

TARogers9087
Posts: 1
Joined: Fri Jul 29, 2022 9:28 pm

Re: How to add Seed types to a planter mod

  • Quote

Postby 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?

Top

10 posts

Page 1 of 1

Post Reply

  • Print view

Return to “[EN] Modding”

How to add Seed types to a planter mod - GIANTS Software (2024)

FAQs

How do you change the seed type in farming simulator? ›

First make sure the seeder is selected, will show you bottom right, a little green icon on the back of the tractor, if not press G, then press Y to select the seed type.

What does the seed planter do? ›

A seed planter is farm equipment attached to the back of a tractor, which helps to sow seeds in a proper row and spread them evenly. It makes a hole in the ground, lays the seed, and covers it with the soil. Seed planter is a farm tool that makes farmers work faster and easier.

Do seeds work in different versions? ›

Seeds are somewhat compatible across editions, with terrain generation and biomes being the same. However, structure locations still remain different between Java Edition and Bedrock Edition.

How do you seed a planter? ›

How to sow seeds indoors in eight simple steps
  1. Fill your seed tray, modular tray or pot. ...
  2. Gently firm the compost. ...
  3. Sow your seeds. ...
  4. Cover the seeds. ...
  5. Water gently. ...
  6. Label your pots and trays. ...
  7. Cover the seeds. ...
  8. Place in a warm, sunny spot to germinate.

How do you fill a planter in Farm Simulator? ›

Step 2: Buy seeds and fill the seeder/planter

You need to buy a bigbag of seeds at the dealership and fill your seeder with it. You just have to position your sowing machine right beside the seeds and press the "refill" button - the seeds will automatically load into the seeder.

How to use a seeder? ›

Fill the hopper up with seeds: After you've filled the hopper with seeds, pick the seeder up and move it to the beginning of the first row. If you push the seeder to the row, you'll drop seeds on the ground. There isn't a way to prevent this, so be careful not to sow seeds where you don't want them!

What's the difference between a planter and a seeder? ›

Planters work much the same as seeders except instead of air to transport the seed, it is common to see a vacuum system where seed is taken from a large hopper to individual hoppers for each row and forced into the ground in neat rows via a short, powerful blast of pressurized air.

How many seeds do you put in a planter? ›

Usually, you want to plant two or three seeds per hole because not every seed will germinate. The packet your seeds came in will also let you know approximately how long it will take for them to germinate. Make sure you label the container with the date and the name of what you planted.

How do you plant seeds in a planter bed? ›

Simply scrape the top inch of garden soil off to the side of your raised bed, sprinkle your seeds in the planting area, and then gently toss the soil back over them. Leafy greens, basil, carrots, radishes, and other small-seeded plants are excellent candidates for broadcast seeding.

How do you plant crops in Farming Simulator 22? ›

Fill up your seeder with the seeds you just bought at the Store, then head to the field. Select the crop you want, lower the seeder, turn it on and seed the cultivated/ploughed field until the entire field is sowed.

Top Articles
Latest Posts
Article information

Author: Ouida Strosin DO

Last Updated:

Views: 5671

Rating: 4.6 / 5 (56 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Ouida Strosin DO

Birthday: 1995-04-27

Address: Suite 927 930 Kilback Radial, Candidaville, TN 87795

Phone: +8561498978366

Job: Legacy Manufacturing Specialist

Hobby: Singing, Mountain biking, Water sports, Water sports, Taxidermy, Polo, Pet

Introduction: My name is Ouida Strosin DO, I am a precious, combative, spotless, modern, spotless, beautiful, precious person who loves writing and wants to share my knowledge and understanding with you.