Hi, i just find Vcom this week, and install it on my Demo server. Great job !! Everything works fine, except track rotation. I have read this post and try all tips (reinstallation, syntax verification, vcom in is own directory, etc...)
But i allways hav this obvious message :
Admin called track rotation....
FAILED
Any idea ?
Vcom 0.473 with LFS 0.5 Y
Hers is the rotate section of config file :
// track rotator
rotate{
races_per_track=2; // races before changing track
//races_per_track=2-5; // min 2 and max 5
randomize=0; // 0=in order, 1=randomize, 2=randomize, not same track(entry) twice
// NOTE: 6000 is enough for offline, online put atleast 15000
wait=15000; // millisecs (1000..30000) - how long to wait track changes etc
track{
id=BL1;
qual=0; // minutes before the first race
laps=5; // race laps
bias=0; // bias used in randomizing new track (0=not used)
wind=0; // 0=no wind, 1=light wind, 2=strong wind
weather=1-3; // 1=day/brigh clear, 2=evening/cloudy, 3=dusk (usually)
cars=XFG+XRG+FBM;
mustpit=1;
}
track{
id=BL1R;
qual=0; // minutes before the first race
laps=5; // race laps
bias=0; // bias used in randomizing new track (0=not used)
wind=0; // 0=no wind, 1=light wind, 2=strong wind
weather=1-3; // 1=day/brigh clear, 2=evening/cloudy, 3=dusk (usually)
cars=XFG+XRG+FBM;
mustpit=1;
}
track{
id=BL2;
qual=0; // minutes before the first race
laps=5; // race laps
bias=0; // bias used in randomizing new track (0=not used)
wind=0; // 0=no wind, 1=light wind, 2=strong wind
weather=1-3; // 1=day/brigh clear, 2=evening/cloudy, 3=dusk (usually)
cars=XFG+XRG;
mustpit=1;
}
track{
id=BL2R;
qual=0; // minutes before the first race
laps=5; // race laps
bias=0; // bias used in randomizing new track (0=not used)
wind=0; // 0=no wind, 1=light wind, 2=strong wind
weather=1-3; // 1=day/brigh clear, 2=evening/cloudy, 3=dusk (usually)
cars=XFG+XRG;
mustpit=1;
}
}