Page 1 of 1

[MORE INFO] Weeds do not reduce yield 20 percent

Posted: Mon Jun 10, 2019 1:20 am
by FarmDemAcres
Any news from this original report? I still don't see a 20% reduction in yield with weeds present. Just curious, as a work around I simply don't weed :/

Original Post Tue Dec 04, 2018 10:17 pm

PC/Mac/PS4/XB1: xb1
- Vehicle/Tool/Model/Object: any
- Issue: Crops yields are not reduced when 100% weeds are indicated at harvest
- Single- or Multiplayer: single
- Steps to reproduce: Ravenport lot 21 (.99 ha) as an example. Harvest soybean with 100% fertilizer and lime with 0% weeds is 8890, with 100% weeds is 8882.
- Does it happen on a standard map without mods yes/no yes

Re: Weeds do not reduce yield 20 percent

Posted: Tue Jun 11, 2019 9:04 am
by Eische
Did you turn off weeding in the game options?
I guess weed will still grow, but has no effect.

Re: [READ] Weeds do not reduce yield 20 percent

Posted: Wed Jun 12, 2019 4:18 am
by FarmDemAcres
Weeds are on. Prior to harvest confirmed that field info indicates 100% weeds. Also this occurs with weeds in full flower, not just small growth stage.

Re: [READ] Weeds do not reduce yield 20 percent

Posted: Thu Jun 13, 2019 7:29 pm
by Eische
I just tested this on PC - Steam Version.
Felsbrunn field 21.

100% weed is giving expected yield loss of 20% on the base yield. This ends up in 10% total yield loss compared to a "perfect" field in the end.

Edit:
Test was done for WHEAT.

Re: [READ] Weeds do not reduce yield 20 percent

Posted: Fri Jun 14, 2019 3:42 am
by FarmDemAcres
Perhaps this is a console issue? To confirm I just ran a test on PNW (my current favorite map!)
Lot 22 soy is at last growth stage, 100% weeds and fertilizer, lime and plow are not needed. 100% repair on harvester and header. Save game and wait for harvest time. Afterwards the in-game stats page indicates 1.63 ha of soy harvested, actual yield is 14397 liters. After quit and reload (autosave off) then spraying with small tractor on care wheels. In game stats page reports 1.63 ha "fertilized" and harvested, actual yield 14534 liters. Let's see, at my current market prices that's an increase of 137 liters netting me a whopping $217 additional income. The "perfect" harvest of 14670 is rarely achieved I expect, but even so this amounts to about a 2% decrease with weeds at most.

But oops, I sprayed 511 liters of herbicide, costing me $818.

I think I will still let the pretty flowers grow for now :)

Re: [READ] Weeds do not reduce yield 20 percent

Posted: Fri Jun 14, 2019 10:29 pm
by Eische
Ok, final testing on my end.
PC - Steam Version - 1.3.0.1
No Mods, Felsbrunn, Fresh start on Farm Manager

1. Test fields were fully fertlized and limed. Some needed plowing, see below.
2. I prepared the fields and set up the harvesters (one per each field) and saves the game before weeds coming up.
3. Weeds are removed with sprayer, time accelerated to first harvesting stage
4. All fields harvested, yield documented
5. Game reloaded, weeds not removed, time accelerated to first harvesting stage
6. All fields harvested, yield documented

As the weed influence of 20% (like all other influences) is calculated against the base yield (see maps_fruitTypes.xml), expected yield difference is 10% for a perfect field, while 10.81% for a perfect field needed plowing.

As you can see below, only wheat is behaving as expected when it comes to weed influence.
Image

Re: [READ] Weeds do not reduce yield 20 percent

Posted: Thu Jun 20, 2019 5:32 am
by FarmDemAcres
Thank you for taking the time to confirm. Many of these bugs can take hours of play time to verify. Back to making $$ ( my keyboard does not easily type a euro symbol, my apologies)

Re: [READ] Weeds do not reduce yield 20 percent

Posted: Thu Jun 20, 2019 9:22 am
by Guil
FarmDemAcres wrote: Thu Jun 20, 2019 5:32 am Thank you for taking the time to confirm. Many of these bugs can take hours of play time to verify. Back to making $$ ( my keyboard does not easily type a euro symbol, my apologies)
Just a quick FYI but on mine it's Ctrl, Alt and the number 4 over E and R on the keyboard. € :biggrin2:

Re: [READ] Weeds do not reduce yield 20 percent

Posted: Mon Jun 24, 2019 3:43 pm
by x Lethian x
I forwarded this one to the devs so they can have a look at the code. So to understand this correctly - you're getting a yield decreas of "only" 10% instead of the expected 20%?

Re: [MORE INFO] Weeds do not reduce yield 20 percent

Posted: Tue Jun 25, 2019 5:56 am
by FarmDemAcres
I am experiencing a negligible decrease of less than 2% from the expected 100% when all crop bonuses are provided (2 fertilizer = 50%, lime for 15%, plow for 15%, weed for 20%). Exact yields are posted above to be crystal clear. Eische reports similar 1-2% yields on all crops except wheat, where he reports 10% yield reduction from the expected 100% bonus yield, or a 20% "malus" of the base yield. I have not tested wheat personally but his reports look very well substantiated!

Re: [READ] Weeds do not reduce yield 20 percent

Posted: Tue Jun 25, 2019 11:39 am
by Eische
x Lethian x wrote: Mon Jun 24, 2019 3:43 pm I forwarded this one to the devs so they can have a look at the code. So to understand this correctly - you're getting a yield decreas of "only" 10% instead of the expected 20%?
Hi Lethian,

just have a look to the table I provided above.
All crops have different loss due to weeds. Only wheat is behaving correctly.

I tried to explain it, maybe it was clear enough, sorry.
The total yield is calculated from the base yield. If you have done everything else on the field to increase the yield, the 20% loss influence from weed reduces to only 10% compared to the perfect maximum yield.
Formula looks like this:
total yield = base yield * (fertilizing + fertilizing + plowing + liming + weeding)
So for a perfect field it results in:
max yield = base yield * (0.25 + 0.25 + 0.15 + 0.15 + 0.20) = base yield * 2
If you do no weeding, yield will result in this:
weed yield = base yield * (0.25 + 0.25 + 0.15 + 0.15) = base yield * 1.8
The difference equals to: base yield * 0.2 or 20% of the base yield.
But comparing this to the max yield:
weed difference = (base yield * 0.2) / (base yield * 2) * 100 = 10%

So for wheat it is working as intended. All other crops show a drastically lower difference. In case of soybeans it is only around 1% loss. So something is not working correctly.