Case IH 1455xl gearbox

User avatar
yumi
Posts: 243
Joined: Sun Jun 19, 2016 5:48 pm
Contact:

Case IH 1455xl gearbox

Post by yumi »

Hello,

Please find the gearbox config I use on Case IH 1455xl that is close to IRL (i used same config on previous FS version also).
It's the 40km/h gearbox with 3 ranges L (Low) H (High) and R (Rear) respectively (A, S, R in german) and 6 gears per ranges. As you can notice ranges are "interlaced", meaning that if you want to use all speeds in ascending order you would set
1L 1H 2L 2H 3L 3H 4L 4H 5L 5H 6L 6H
It's useful to know that when you drive a loaded trailer, you might only need to downshift from 6H to 6L instead of 6H to 5H.

Code: Select all

                <transmission autoGearChangeTime="0" gearChangeTime="0" name="$l10n_info_transmission_manual">
                    <directionChange useGear="false" useGroup="true" changeTime="0.5"/>
                    <groups type="DEFAULT" changeTime="1.2">
                        <group ratio="-1.308" name="R" />
                        <group ratio="0.797"  name="L" />
                        <group ratio="1.000"  name="H" />
                    </groups>

                    <forwardGear maxSpeed="3.9" name="1"/>
                    <forwardGear maxSpeed="6.2" name="2"/>
                    <forwardGear maxSpeed="9.7" name="3"/>
                    <forwardGear maxSpeed="14.7" name="4"/>
                    <forwardGear maxSpeed="22.8" name="5"/>
                    <forwardGear maxSpeed="40" name="6"/>
                </transmission>
I was very disappointed of the one delivered in the mod that, in my opinion, has nothing to do with the real, but anyway, I share my config with you.
Image
moreRealistic fan !
FS19 "mr" on Old Farm Coutryside and Champs de France.
Give a try to ContractorMod!
Contractor Mod Beta version for FS22
All released mods source code is on Github
norfolk farmer
Posts: 2320
Joined: Sat Oct 13, 2018 3:36 pm
Location: United Kingdom

Re: Case IH 1455xl gearbox

Post by norfolk farmer »

Thanks for sharing that I will be changing it over *thumbsup*
bojanh66
Posts: 583
Joined: Thu Dec 08, 2016 4:08 pm

Re: Case IH 1455xl gearbox

Post by bojanh66 »

I changed this in xml, but now my 1455 goes only 23km/h ?
User avatar
yumi
Posts: 243
Joined: Sun Jun 19, 2016 5:48 pm
Contact:

Re: Case IH 1455xl gearbox

Post by yumi »

Hello
23km/h is max speed in 5th speed. Either you or automatic gearbox should put the 6th speed. Can you please give more details/screenshot?
moreRealistic fan !
FS19 "mr" on Old Farm Coutryside and Champs de France.
Give a try to ContractorMod!
Contractor Mod Beta version for FS22
All released mods source code is on Github
bojanh66
Posts: 583
Joined: Thu Dec 08, 2016 4:08 pm

Re: Case IH 1455xl gearbox

Post by bojanh66 »

I drive all my tractors with automatic, i play with keyboard + mouse.
Before i edit xml file, i could go to 6th gear 43km/h, after edit it is only 22km/h 5th gear...it wont change to 6th gear.

here is the video:
https://youtu.be/dkE-z8Uzwns

and here is the xml file of 1455xl:
https://easyupload.io/7zkd3v
User avatar
yumi
Posts: 243
Joined: Sun Jun 19, 2016 5:48 pm
Contact:

Re: Case IH 1455xl gearbox

Post by yumi »

Thanks for the feedback, i'll check in automatic. Maybe this mode is not able to switch to from 5H to 6L and then 6H to avoid too much gap between speeds even if it's ok when used manually.
moreRealistic fan !
FS19 "mr" on Old Farm Coutryside and Champs de France.
Give a try to ContractorMod!
Contractor Mod Beta version for FS22
All released mods source code is on Github
Post Reply