Menu

#91 Car floats off track when out of fuel and in pits.

closed
5
2012-07-03
2008-04-11
Derek Kaye
No

When the car is out of fuel, in some circumstances you can coast your way into the designated pit stop for your player.

However as soon as you stop there to refuel you are floated off the track.

Perhaps there should be an exception of this rule for if you're in the pit.

Discussion

  • Bernhard Wymann

    Bernhard Wymann - 2008-09-04

    Logged In: YES
    user_id=318462
    Originator: NO

    Should work, I cannot reproduce this

     
  • Eugen Treise

    Eugen Treise - 2008-09-22

    Happened 2 times to Olethros driver during a champioship. Car is out of fuel but reaches the pit. After pitting is done, car is taken out of race.
    In raceengine.cpp function ReOneStep() the call ReInfo->_reSimItf.update() (check for fuel == 0) is done before the call ReManage(s->cars[i]) (refuel after pitting).
    This may be the cause.

     
  • Bernhard Wymann

    Bernhard Wymann - 2012-01-02

    Hmm, I was not yet able to reproduce this (tried several times with empty fuel). I set up a robot with initial fuel for less than a lap and fiddled it till it almost missed the pit. Was you car near enough the pit center (maybe I could increase the "landing zone", but this could hinder opponents from pitting, hmm...?

     
  • Bernhard Wymann

    Bernhard Wymann - 2012-01-02

    So, 20 tries later I could finally reproduce the effect, I will look into it. Good catch:-)

     
  • Bernhard Wymann

    Bernhard Wymann - 2012-01-02

    Ok, the thing I discovered was no bug: If you forget to refuel with an empty tank, you are out of race right after the release of the pit. Maybe this happened to you?