Search found 22 matches

by kwadrat530
Sun Aug 14, 2022 4:09 pm
Forum: [EN] General Discussion
Topic: Combine XPerience
Replies: 115
Views: 33340

Re: Combine XPerience

Hey Yumi! Thanks for the New Combine XP! But i have something what i dont like. Playing realistic and the Power usage is always up to 120-150% (whats way to high) and im just driving around 3km/h. In FS 19 i changed it by myself so its always around 100% at a speed around 4 to 5 and the speed chang...
by kwadrat530
Mon Jan 03, 2022 10:41 pm
Forum: [EN] General Discussion
Topic: Combine XPerience
Replies: 115
Views: 33340

Re: Combine XPerience

I think that an activated chopper could take away about 10% of the combine's power and emptying the tank about 5%
by kwadrat530
Mon Dec 06, 2021 7:52 pm
Forum: [EN] General Discussion
Topic: Combine XPerience
Replies: 115
Views: 33340

Re: Combine XPerience

Okay, probably solved problem, I use your variable "mrCombineLimiter.loadMultiplier" to calculate the variable "maxAvgArea" which directly affects the performance of the combine. I'll post on GitHub Now, according to combineXP.xml, at 6 o'clock the mowing performance of maize sho...
by kwadrat530
Mon Dec 06, 2021 6:16 pm
Forum: [EN] General Discussion
Topic: Combine XPerience
Replies: 115
Views: 33340

Re: Combine XPerience

The point is that in bad hours the combine does not bother with it, it has the same speed and the load reaches unrealistic values

Image
by kwadrat530
Mon Dec 06, 2021 5:07 pm
Forum: [EN] General Discussion
Topic: Combine XPerience
Replies: 115
Views: 33340

Re: Combine XPerience

It seems to me that in FS22 the crops have a different weight and you have to adjust the "coef" all over again. I sent you on GitHub suggestions for changes so that the time of the day affects the load on the combine, I don't know if it's written correctly because I'm not a programmer but ...
by kwadrat530
Sun Dec 05, 2021 1:32 am
Forum: [EN] General Discussion
Topic: Combine XPerience
Replies: 115
Views: 33340

Re: Combine XPerience

I tested the version from GitHub in wheat and I think that the "coef" in FS22 must be 1 because at 1.5 the combines achieve unrealistic performance (Lexion 8900 significantly exceeds 150 t/h). As a benchmark, you can take the X9 1100 which, according to John Deer, reaches 100 t/h and with ...
by kwadrat530
Mon Nov 29, 2021 6:17 pm
Forum: [EN] General Discussion
Topic: Combine XPerience
Replies: 115
Views: 33340

Re: Combine XPerience

This is something that has always been missing from FS. For example: why buy a Claas Trion 750 as you can 720, it is cheaper and will do exactly the same amount of work, no sense. I'm trying to understand the Giants, maybe they just don't want to favor any manufacturer or model of combine. I also th...
by kwadrat530
Mon Nov 29, 2021 12:33 am
Forum: [EN]WIP_Mods
Topic: Added realism for vehicles
Replies: 318
Views: 77180

Re: Added realism for vehicles

Hi 900hasse
Is there a chance to see this mod in FS 22?
by kwadrat530
Sun Nov 28, 2021 11:37 pm
Forum: [EN] General Discussion
Topic: Combine XPerience
Replies: 115
Views: 33340

Re: Combine XPerience

Hi yumi
Is there a chance to see this mod in FS 22?
by kwadrat530
Sun May 09, 2021 5:42 pm
Forum: [EN]WIP_Mods
Topic: Added realism for vehicles
Replies: 318
Views: 77180

Re: Added realism for vehicles

Hello There i wanted to hear if anyone else have tried their tracked tractors sliding sideways? THE RX in this one https://www.farming-simulator.com/mod.php?lang=en&country=us&mod_id=178278&title=fs2019 And the Quadtrack in this one is sliding sideways with REA active https://www.farmin...
by kwadrat530
Fri Jan 15, 2021 5:46 pm
Forum: [EN] General Discussion
Topic: Combine XPerience
Replies: 115
Views: 33340

Re: Combine XPerience

Hi Yumi, I sent you a proposal for a little code change on GitHub
I have been testing this modification for several days and the harvesters have no problem to achieve maximum power and speed
by kwadrat530
Tue Jan 12, 2021 9:06 pm
Forum: [EN] General Discussion
Topic: Combine XPerience
Replies: 115
Views: 33340

Re: Combine XPerience

i like this idea and the to/ha indicator very much but i have this issues: My combine (john deere 9610 + 843 corn header) goes with 1 KMH and the engine indicator goes constantly from 90% to 300% and back. Also sometimes the combine stops and go like it has a hiccup. Is this how is supposed to work...
by kwadrat530
Sat Jan 09, 2021 12:57 am
Forum: [EN] General Discussion
Topic: Combine XPerience
Replies: 115
Views: 33340

Re: Combine XPerience

Hello Yumi I analyzed the script and by removing a small fragment I made the harvesters aim for 120% power Old increase speedlimit: if not predictLimitSet then if avgArea>(1.05*maxAvgArea) then --reduce speedlimit spec.speedLimit = math.max(2, math.min(spec.speedLimit, avgSpeed*3.6) - 10 * (1 - avgA...
by kwadrat530
Sun Dec 13, 2020 3:45 pm
Forum: [EN] General Discussion
Topic: Combine XPerience
Replies: 115
Views: 33340

Re: Combine XPerience

I think it would be nice if trailed harvesters used the power of the tractor
by kwadrat530
Sat Dec 05, 2020 10:07 pm
Forum: [EN] General Discussion
Topic: Combine XPerience
Replies: 115
Views: 33340

Re: Combine XPerience

A little suggestion from me: if basePerf <= 0 then -- Then motorConfiguration hp local coef = 1.5 local keyCategory = "vehicle.storeData.category" if getXMLString(self.xmlFile, keyCategory) == "forageHarvesters" then coef = 6. elseif getXMLString(self.xmlFile, keyCategory) == &qu...