American Truck Simulator

American Truck Simulator

View Stats:
d.steeves Mar 16, 2017 @ 1:35pm
Transmison
would like a 15 speed Trans The last real truck I owned had a 15 speed and i loved it
< >
Showing 1-11 of 11 comments
metpei Mar 16, 2017 @ 2:50pm 
Last edited by metpei; Mar 16, 2017 @ 2:50pm
Stoneslinger76 Mar 16, 2017 @ 6:24pm 
Originally posted by d.steeves:
would like a 15 speed Trans The last real truck I owned had a 15 speed and i loved it

You may want to try Smarty's, Scott A2HD truck, it has a few 15 speeds.
http://steamcommunity.com/sharedfiles/filedetails/?id=661658019
He also has nice "wheel pack" and some other mod's.
Last edited by Stoneslinger76; Mar 16, 2017 @ 6:25pm
d.steeves Mar 17, 2017 @ 6:33am 
Is there some way to setup the 15 speed with Hshifter G27 wheel?
Fury6 Mar 18, 2017 @ 12:22am 
Originally posted by d.steeves:
Is there some way to setup the 15 speed with Hshifter G27 wheel?

If you're looking for an accurate 15 speed shift pattern then no, not with the 15 speed transmissions as defined in most mods that supply 15 speed transmissions. These are usually configured with the ratios progressing in ratio sequence (ie, the gears are just sequentially shifted up and down the pattern like a 13 or 18 speed).

You'd need a transmission configured to follow the correct numerical gear sequence from deep-reduction up through to the top of the box.

THEN, you'd need to configure a 'gearbox_range_splitter.sii' file to provide the correct gear pattern and splitter button (which then becomes a deep-reduction button) function.

Examples follow: To use the following transmission definition in practice, you'd need to change the 'xxxx' string in the transmission accessory label to match the truck you're going to use it with and save the file in the '/def/vehicle/truck/<truckname>/transmission' folder. Suggested filename: rto_915_320.sii

If you use an existing 'gearbox_range_splitter.sii' configuration file be sure to back it up someplace before overwriting with this one.
--

Example RTO-xx915 transmission definition 'rto_915_320.sii':
SiiNunit { # Eaton Fuller Versatile 15 speed road ranger transmission full gear set definition (3 reverse, 5 deep-reduction & 10 highway forward speeds) # -fury6 accessory_transmission_data: rto915-320.xxxx.transmission { name: "Eaton Fuller RTO xx915" price: 8500 unlock: 0 icon: "transmission_generic" transmission_names: .names # Transmission ratios: (RTO-xx915) # Reverse: 13.14, 7.73, 2.17 # Deep Reduction: 13.3, 10.2, 7.88, 6.07, 4.77 # Highway Low: 7.83, 6.00, 4.64, 3.57, 2.81 # Highway High: 2.19, 1.68, 1.30, 1.00, 0.79 # Final Drive Ratio: differential_ratio: 3.20 # Reverse ratios_reverse[]: -13.14 ratios_reverse[]: -7.73 ratios_reverse[]: -2.17 # Forward - Deep Reduction ratios_forward[]: 13.3 ratios_forward[]: 10.2 ratios_forward[]: 7.88 ratios_forward[]: 6.07 ratios_forward[]: 4.77 # Forward - Low Range Highway ratios_forward[]: 7.83 ratios_forward[]: 6.00 ratios_forward[]: 4.64 ratios_forward[]: 3.57 ratios_forward[]: 2.81 # Forward - High Range Highway ratios_forward[]: 2.19 ratios_forward[]: 1.68 ratios_forward[]: 1.30 ratios_forward[]: 1.00 ratios_forward[]: 0.79 } transmission_names: .names { neutral: "N" # Deep Reduction gears forward[]: "DR-1" forward[]: "DR-2" forward[]: "DR-3" forward[]: "DR-4" forward[]: "DR-5" # Highway gears # Low Range forward[]: "1" forward[]: "2" forward[]: "3" forward[]: "4" forward[]: "5" # High Range forward[]: "6" forward[]: "7" forward[]: "8" forward[]: "9" forward[]: "10" # Reverse reverse[]: "DR-R" reverse[]: "L-R" reverse[]: "H-R" } }


Example 'gearbox_range_splitter.sii' file for RTO-xx915 gearbox pattern:
SiiNunit { /* Eaton Fuller pattern configuration for 15 speed Road Ranger gearbox. -fury6 */ direct_gearbox_config: .EatonFuller.15speed { name: "Eaton Fuller 15 speed" clutch_mode: analog gears[]: .neutral. gears[]: .reverse.dr. gears[]: .reverse.l. gears[]: .reverse.h. gears[]: .forward.dr1. gears[]: .forward.dr2. gears[]: .forward.dr3. gears[]: .forward.dr4. gears[]: .forward.dr5. gears[]: .forward.1. gears[]: .forward.2. gears[]: .forward.3. gears[]: .forward.4. gears[]: .forward.5. gears[]: .forward.6. gears[]: .forward.7. gears[]: .forward.8. gears[]: .forward.9. gears[]: .forward.10. } direct_gearbox_gear: .neutral. { gear_impulse_index: 0 selector_1: -1 # Range (0 = low; 1 = high) selector_2: -1 # Deep-Reduction (0 = DR; 1 = highway) gear: 0 # name: "N" } direct_gearbox_gear: .reverse.dr. { gear_impulse_index: 2 selector_1: 0 # Range selector_2: 0 # Deep-Reduction gear: -1 # name: "DR-R" } direct_gearbox_gear: .reverse.l. { gear_impulse_index: 2 selector_1: 0 # Range (0 = low; 1 = high) selector_2: 1 # Deep-Reduction (0 = DR; 1 = highway) gear: -2 # name: "L-R" } direct_gearbox_gear: .reverse.h. { gear_impulse_index: 2 selector_1: 1 # Range (0 = low; 1 = high) selector_2: 1 # Deep-Reduction (0 = DR; 1 = highway) gear: -3 # name: "H-R" } direct_gearbox_gear: .forward.dr1. { gear_impulse_index: 3 selector_1: 0 # Range (0 = low; 1 = high) selector_2: 0 # Deep-Reduction (0 = DR; 1 = highway) gear: 1 # name: "DR-1" } direct_gearbox_gear: .forward.dr2. { gear_impulse_index: 4 selector_1: 0 # Range (0 = low; 1 = high) selector_2: 0 # Deep-Reduction (0 = DR; 1 = highway) gear: 2 # name: "DR-2" } direct_gearbox_gear: .forward.dr3. { gear_impulse_index: 5 selector_1: 0 # Range (0 = low; 1 = high) selector_2: 0 # Deep-Reduction (0 = DR; 1 = highway) gear: 3 # name: "DR-3" } direct_gearbox_gear: .forward.dr4. { gear_impulse_index: 6 selector_1: 0 # Range (0 = low; 1 = high) selector_2: 0 # Deep-Reduction (0 = DR; 1 = highway) gear: 4 # name: "DR-4" } direct_gearbox_gear: .forward.dr5. { gear_impulse_index: 7 selector_1: 0 # Range (0 = low; 1 = high) selector_2: 0 # Deep-Reduction (0 = DR; 1 = highway) gear: 5 # name: "DR-5" } direct_gearbox_gear: .forward.1. { gear_impulse_index: 3 selector_1: 0 # Range (0 = low; 1 = high) selector_2: 1 # Deep-Reduction (0 = DR; 1 = highway) gear: 6 # name: "1" } direct_gearbox_gear: .forward.2. { gear_impulse_index: 4 selector_1: 0 # Range (0 = low; 1 = high) selector_2: 1 # Deep-Reduction (0 = DR; 1 = highway) gear: 7 # name: "2" } direct_gearbox_gear: .forward.3. { gear_impulse_index: 5 selector_1: 0 # Range (0 = low; 1 = high) selector_2: 1 # Deep-Reduction (0 = DR; 1 = highway) gear: 8 # name: "3" } direct_gearbox_gear: .forward.4. { gear_impulse_index: 6 selector_1: 0 # Range (0 = low; 1 = high) selector_2: 1 # Deep-Reduction (0 = DR; 1 = highway) gear: 9 # name: "4" } direct_gearbox_gear: .forward.5. { gear_impulse_index: 7 selector_1: 0 # Range (0 = low; 1 = high) selector_2: 1 # Deep-Reduction (0 = DR; 1 = highway) gear: 10 # name: "5" } direct_gearbox_gear: .forward.6. { gear_impulse_index: 3 selector_1: 1 # Range (0 = low; 1 = high) selector_2: 1 # Deep-Reduction (0 = DR; 1 = highway) gear: 11 # name: "6" } direct_gearbox_gear: .forward.7. { gear_impulse_index: 4 selector_1: 1 # Range (0 = low; 1 = high) selector_2: 1 # Deep-Reduction (0 = DR; 1 = highway) gear: 12 # name: "7" } direct_gearbox_gear: .forward.8. { gear_impulse_index: 5 selector_1: 1 # Range (0 = low; 1 = high) selector_2: 1 # Deep-Reduction (0 = DR; 1 = highway) gear: 13 # name: "8" } direct_gearbox_gear: .forward.9. { gear_impulse_index: 6 selector_1: 1 # Range (0 = low; 1 = high) selector_2: 1 # Deep-Reduction (0 = DR; 1 = highway) gear: 14 # name: "9" } direct_gearbox_gear: .forward.10. { gear_impulse_index: 7 selector_1: 1 # Range (0 = low; 1 = high) selector_2: 1 # Deep-Reduction (0 = DR; 1 = highway) gear: 15 # name: "10" } }
--

These are examples only - untested in-game.

[edit]
corrected serialised unit token name
Last edited by Fury6; Mar 19, 2017 @ 5:35am
Fury6 Mar 18, 2017 @ 7:10pm 
BTW, if you're interested I could put a mod together for the transmission for whatever truck you'd like.

You'd still have to install the gear pattern configuration (the second one in the above post) manually though as that's a profile configuration and not touchable via mod.
is that the wrap around shift pattern?
Fury6 Mar 18, 2017 @ 9:26pm 
The one I posted above is the straight through pattern - Reverse is left and up, 1st is left and down, then the gears run sequentially up to 5th in the right and down hole.

It would also be trivial to do the other 15 speed pattern I'm familiar with where the 4th and 5th gears are transposed (4th is right and down, 5th is right and up).
Coal_Bucket_Outlaw Mar 18, 2017 @ 10:15pm 
If you don't care, could you post that mod and include the gear pattern? It took me ages to make my 15 speed (mine has the same gear ratios), but my reverse gears are are switched and your sii file looks alot better than mine :P. I like the 15 speeds, good transmissions in real life, works good in game also.
Fury6 Mar 19, 2017 @ 4:11am 
The file you need for the gear pattern is posted above... or did you mean you wanted the top-reversed style pattern (4th & 5th transposed)? That's pretty easily achieved by reversing the gear impulse index for all values 6 & 7.

eg:

direct_gearbox_gear: <gearname> { gear_impulse_index: 7 selector_1: <selector value> selector_2: <selector value> gear: <gearnumber> } direct_gearbox_gear: <gearname> { gear_impulse_index: 6 selector_1: <selector value> selector_2: <selector value> gear: <gearnumber> }

all the way through the file.
--

I can put the mod together but as noted in my previous post there's no way to include the gear-set configuration (the 'gearbox_range_splitter.sii') file as part of the mod since it's a profile configuration, not a moddable truck accessory. It really *SHOULD* be a part of the transmission definition, but for some unfathomable (well to me, anyway) reason SCS didn't see it that way.
--

[edit]
I've uploaded both the gear-set pattern configurations to my google drive, access via this shared link[drive.google.com].

Copy one or both of the contained files to your ATS profile directory, located at:

<driveID>:\users\<userID>\documents\American Truck Simulator\profiles\<profileID>\

then rename one (or both) to one (or two) of:

gearbox_range.sii
gearbox_splitter.sii
gearbox_range_splitter.sii
--

In-game, open the 'Options-->Controls' menu and near the bottom under 'H-Shifter setup' select the appropriate "Eaton Fuller 15 Speed" gear-set from the 'Shifter layout' drop-down list.
--

[edit]

Initial work-up of the mod is up: http://steamcommunity.com/sharedfiles/filedetails/?id=886801039
Last edited by Fury6; Mar 19, 2017 @ 9:04am
Thanks man :P great transmission but I did have problem with the shift pattern, splitter button was backwards, easy fix though
Fury6 Mar 19, 2017 @ 9:15pm 
It will depend on your controller hardware, it was the right way around for mine :P
--

[edit]
Oh and BTW, I should be thanking *you* guys. I'd been thinking off and on about a 15 speed over a long while now. Your posts gave me enough inspiration to consider it on the level of a practical mod and set me to action. Now, thanks to you, I have a working 15 speed gearbox I can use in my own trucks too :D.
Last edited by Fury6; Mar 19, 2017 @ 10:56pm
< >
Showing 1-11 of 11 comments
Per page: 1530 50

Date Posted: Mar 16, 2017 @ 1:35pm
Posts: 11