Automatic Gearbox Script

Hello,

I've copied Skybh's gearbox script from Scenic to BMW M5 (F10) but it didn't work.

Can you help me about this?

NOTE:

I've copied ''scripts'' folder from Scenic to M5 folder.

What's wrong?

Regards,
John.
 
Where are they? Maybe i can make sth with them...
You have to make them, there are some cars that have them, one of the Aviva cars I believe has them already. Basically the horizontal goes from 0 to 1, and the vertical goes from 0 to whatever speed in meters per second (my converter tool I made is actually quite handy for converting kmh to m/s).
Also you'll have to add into the car.ini under engine.shifting, this the specific example is for a 3 speed automatic, so you'd have to add in more variables (ie gear3_4=).
Code:
        shift_curves
        {
            gear1_2=crv/gear1_2.crv
            gear2_3=crv/gear2_3.crv
            gear3_2=crv/gear3_2.crv
            gear2_1=crv/gear2_1.crv
        }
 
You have to make them, there are some cars that have them, one of the Aviva cars I believe has them already. Basically the horizontal goes from 0 to 1, and the vertical goes from 0 to whatever speed in meters per second (my converter tool I made is actually quite handy for converting kmh to m/s).
Also you'll have to add into the car.ini under engine.shifting, this the specific example is for a 3 speed automatic, so you'd have to add in more variables (ie gear3_4=).
Code:
        shift_curves
        {
            gear1_2=crv/gear1_2.crv
            gear2_3=crv/gear2_3.crv
            gear3_2=crv/gear3_2.crv
            gear2_1=crv/gear2_1.crv
        }
Thanks. But i've achieved to make a auto gearbox from skybh's script.

Everything is fine but just it can't shift into 7th gear :( (BMW M5 F10)
 
"known" bug, just att a 8th "ghost" gear.
The script shift from gear0...(n-1) (n is the number of gears).
So just add a 8th gear with the same ratios as the 7th (to avoid a mistake in manual mode) and the script will shift to the 7th
 
"known" bug, just att a 8th "ghost" gear.
The script shift from gear0...(n-1) (n is the number of gears).
So just add a 8th gear with the same ratios as the 7th (to avoid a mistake in manual mode) and the script will shift to the 7th
Done it;

Now it shifts smoothly and perfectly...
 

Latest News

To join the OverTake Racing Club races I want them to be: (multiple choice)

  • Free to access

    Votes: 145 86.3%
  • Better structured events

    Votes: 27 16.1%
  • Better structured racing club forum

    Votes: 25 14.9%
  • More use of default game content

    Votes: 21 12.5%
  • More use of fixed setups

    Votes: 50 29.8%
  • No 3rd party registration pages

    Votes: 59 35.1%
  • Less casual events

    Votes: 15 8.9%
  • More casual events

    Votes: 55 32.7%
  • Other, specify in thread

    Votes: 10 6.0%
Back
Top