1.8 roundbale ual

jtaylor338
Posts: 3
Joined: Tue Jan 09, 2018 3:22 pm

1.8 roundbale ual

Post by jtaylor338 »

hey guys

Does anyone know where i can find a autoload trailer for 1.8 round bales

cheers
User avatar
da-hoffi
Posts: 519
Joined: Fri Aug 15, 2014 8:47 am
Contact:

Re: 1.8 roundbale ual

Post by da-hoffi »

Not as far as I know. But this can be changed in UAL.lua.

search for the line

Code: Select all

(self.state == 4 and isRoundbale and baleDiameter > 1.4 and baleDiameter <= 1.55) or
and change it to

Code: Select all

(self.state == 4 and isRoundbale and baleDiameter > 1.4  or
this will then let you load bales 1.4m or bigger with the 3rd bale mode (think this was called "Ultima 1.5")
User avatar
Azfoor
Posts: 635
Joined: Mon Jul 31, 2017 1:05 am
Location: Sweden

Re: 1.8 roundbale ual

Post by Azfoor »

I don't think it works like that.! If you just change the bale size in the xml the bales will be cramed on the trailer..!
BullFarmer
Posts: 891
Joined: Thu May 21, 2015 11:57 pm

Re: 1.8 roundbale ual

Post by BullFarmer »

I use a Fliegl UAL trailer that does 1.8m bales.
I’m sure it was from the in game modhub.
Playing on PS4 and PC.
I7 3.5Ghz, 8GB RAM, GTX960 2Gb graphics.

Farmer/tractor driver in real life.
User avatar
da-hoffi
Posts: 519
Joined: Fri Aug 15, 2014 8:47 am
Contact:

Re: 1.8 roundbale ual

Post by da-hoffi »

Azfoor wrote: Fri Feb 16, 2018 8:41 pm I don't think it works like that.! If you just change the bale size in the xml the bales will be cramed on the trailer..!
Yes, sure but otherwise you would have to adapt the whole script (add additional loading-points, etc).

My proposal was only a quick and dirty workaround.
Post Reply