Weird bug and a question about GDB

Just finished our weekly cup in my track. And to my embarrasment, there were numbers of bugs.

- One driver started 100 meters from he's supposed grid position. He was thew last to come to the track.
- Qualification stopped after 3 laps
- Race didn't stop at all

Here are the lines for grid postion in AIW, grid #5 was the buggy one. I can't notice anything wrong:

Code:
GridIndex=3
Pos=(-141.8022,8.8689,-1360.032)
Ori=(-0.0009,0.6171,-0.0253)
GridIndex=4
Pos=(-142.9804,8.7439,-1352.956)
Ori=(-0.0019,0.6496,-0.0253)
[B][SIZE=3][COLOR=red]GridIndex=5[/COLOR][/SIZE]
[SIZE=3][COLOR=red]Pos=(-135.8497,8.6208,-1352.182)
Ori=(-0.0009,0.6766,-0.0244)[/COLOR][/SIZE][/B]
GridIndex=6
Pos=(-136.6158,8.5046,-1345.044)
Ori=(-0.0009,0.7041,-0.0234)
I found the problem with the last two bugs in GDB file. Now i need to know what to put for the values or should i delete these lines alltogether:

Code:
  QualifyDuration = 60
  QualifyLaps = 3
Code:
 RaceLaps = 6
  RaceTime = 120
 
QualifyDuration is in minutes, set it to what you want.
QualifyLaps is obvious - 3 laps is equal to the F1 2005 quali rules ie 1 out lap, 1 flying lap and 1 in lap = 3. This needs to take into account out laps and in laps.

Not sure about the other 2.
 
Code:
GridIndex=3
Pos=(-141.8022,8.8689,-1360.032)
Ori=(-0.0009,0.6171,-0.0253)
GridIndex=4
Pos=(-142.9804,8.7439,-1352.956)
Ori=(-[B][SIZE=3][COLOR=magenta]0.0019[/COLOR][/SIZE][/B],0.6496,-0.0253)
[B][SIZE=3][COLOR=red]GridIndex=5[/COLOR][/SIZE]
[SIZE=3][COLOR=red]Pos=(-135.8497,8.6208,-1352.182)
Ori=(-0.0009,0.6766,-0.0244)[/COLOR][/SIZE][/B]
GridIndex=6
Pos=(-136.6158,8.5046,-1345.044)
Ori=(-0.0009,0.7041,-0.0234)

I`ve highlighted in pink what i think is the problem.

If your looking at these trying to find the 5th grid spot, then its #4 your after, as it starts at 0. All the rest are '0009' and grid #4 is '0019'.

Try changing it to match the others and see what happens :)
 
It's unusual to see the Race length problem - this is normally set in the dedi.

My thoughts excactly, time was set in the server to be 20 minutes. I'll try and just delete those lines as those settings are made in the server or by the game.

I'll take a look at the AIW thingy, allthough it still doesn't explain why it was full 100 meters in the wrong place. Orientation is the way the car is heading (right?) and the same orientation appears multiple times thru out the grid.


EDIT: Deleting those lines fixed it, at least offline works. I'll test this one out thoroughly before i offer my track to racing again.. The grid bug was i guess a one-off thing, hard to reproduce the exact same conditions.

EDIT: Works online too and that grid bug won't show it's ugly face again so i could beat it to the pulp. It did happen the one driver that seems to always get the short end, must be witchcraft or something.
 

Latest News

Are you buying car setups?

  • Yes

  • No


Results are only viewable after voting.
Back
Top