another problem in the rotator i put 2 races per lap but when the rotator is on AS3 or BL1 after 2 races , the rotator changes for as3 or bl1 again.
I don't know why. here is what i've put in setup.dat :
// track rotator
rotate{
races_per_track=2; // races before changing track
randomize=0; // 0=in order, 1=randomize, 2=randomize, not same track(entry) twice
wait=10000; // millisecs (1000..10000) - how long to wait track changes etc
track{
id=FE2; //
qual=15; // minutes before the first race
laps=6; // race laps
bias=2; // bias used in randomizing new track (0=not used)
wind=0-1; // 0=no wind, 1=light wind, 2=strong wind
weather=1-3; // 1=day/brigh clear, 2=evening/cloudy, 3=dusk (usually)
cars=GTR;
mustpit=1;
}
track{
id=WE1; //
qual=15; // minutes before the first race
laps=6; // race laps
bias=2; // bias used in randomizing new track (0=not used)
wind=0-1; // 0=no wind, 1=light wind, 2=strong wind
weather=1-2; // 1=day/brigh clear, 2=evening/cloudy, 3=dusk (usually)
cars=GTR;
mustpit=1;
}
track{
id=KY2; //
qual=15; // minutes before the first race
laps=6; // race laps
bias=2; // bias used in randomizing new track (0=not used)
wind=0-1; // 0=no wind, 1=light wind, 2=strong wind
weather=1-2; // 1=day/brigh clear, 2=evening/cloudy, 3=dusk (usually)
cars=GTR;
mustpit=1;
}
track{
id=AS3; //
qual=15; // minutes before the first race
laps=6; // race laps
bias=2; // bias used in randomizing new track (0=not used)
wind=0-1; // 0=no wind, 1=light wind, 2=strong wind
weather=1-2; // 1=day/brigh clear, 2=evening/cloudy, 3=dusk (usually)
cars=GTR;
mustpit=1;
}
track{
id=BL1; //
qual=15; // minutes before the first race
laps=6; // race laps
bias=2; // bias used in randomizing new track (0=not used)
wind=0-1; // 0=no wind, 1=light wind, 2=strong wind
weather=1-3; // 1=day/brigh clear, 2=evening/cloudy, 3=dusk (usually)
cars=GTR;
mustpit=1;
}