Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
it seems the shift range upper value for the low gear range is a little high at 1500 and weirdly actually lower at 1400 for high gear range. This might be why your unloaded behaviour is a little strange with the upshifts. I don't use automatic shift modes myself so I can't say for sure, however tweaking those upper values might get better results here.
The power range seems to be ok though so the issue with loaded up and pedal to the floor must be entirely with the adaptive mode itself, which is hardcoded.
--
[NOTE: I'm going off memory here and it's been a long while since I last checked these definitions off the modding wiki]
The way these RPM ranges work is: The first (low) values in each set represent the downshift RPM, the second (high) values represent the upshift RPM. The 'rpm_range_low_gear' set represents the gearbox's low-range gears while the 'rpm_range_high_gear' set represents the gearbox's high-range gears.
The 'rpm_range_power' set represents the respective down/upshift RPM for when the autoshift system detects a high engine-load condition (eg. loaded up and/or hard on the accelerator).
--
This is my own engine definition that I use for my own C15-625 engine:
file: catc15_625.sii
You could use this, if you wish, to add an extra C15-625 engine for tweaking those rpm ranges. I've already tweaked them a little myself but as I said above I don't actually use the automatic modes so it's been a long while since these values have been tested at all.
To use it, create a directory tree in the ATS mod directory as per:
If you use the in-game console, you can edit the file on the fly by making your edits, then entering the command 'game' into the console to reload the profile and propagate the new values into the game. If you're not using the console then you'll just have to quit out to the profile manager and reload the profile manually for the changes to appear in-game (you can make the edits at any time though, even while still in-game).
--
As I noted above however, the actual adaptive shift behaviour is hardcoded into the mode, so as room217au notes things won't ever be quite as per real-life without changes from SCS's end. I can't guarantee that you'll achieve anything better than you have, but it's available in case you might want to try and Trucker-71's suggestion is a pretty effective workaround given the above.
I have buttons on my gamepad bound to shift hint up/down, which works mostly ok without needing an additional button for switching shift modes.
I'll try editing the engine file here in a minute. Just to be clear, I would have to turn adaptive automatic OFF to have any changes I make take effect, yes?
My kingdom for a wheel and shifter. I'm only using real auto mode because I don't have one. Soon as I get one I'll be jamming gears in the ol Pete and shifting when and how I like.
Not necessarily. You'd have to experiment for yourself which behaviour you prefer, as I said I don't use the automatic modes so my experience with them is well and truly out-dated.
rpm_range_low_gear: (900, 1350)
rpm_range_high_gear: (1200, 1500)
rpm_range_power: (1350, 1750)
I did a quick test and it definitely works and feels better to use. There are a few notes I'd like to add though, in case this thread pops up on anyone else's radar in the future:
1) Adaptive automatic seems to act like a modifier to shift behavior. My changes work with adaptive automatic, but the 3 modes, seemingly including eco mode, always rev slightly higher than the .sii file values. Power mode revs much higher and also seems to raise the downshift values.
2) rpm_range_power only comes into effect while both towing and accelerating up hill. 100% accelerator, loaded or bobtail, on level ground has no effect. 100% accelerator bobtail uphill has no effect. It will only rev over the normal shift points for low or high range when towing uphill with high percentage of throttle applied.
Thank you very much, fury6, for helping me make my first mod. Cheers.
Edit: rpm_range_power also disengages as soon as you reach level ground. If you're revving 1,600 on the hill and reach the top, it will immediately upshift as many gears as possible regardless of throttle position.