SOLVED [AIW Issue] Lap count works in DevMode, not when packaged.

FRMracing

Registered
So the AI works fine in DevMode but when everything is put into a package the AIW appears broken.
When AI gets to the third sector of the track (Hockenheim '66 btw) the lap counter resets from ~0.7 (or whatever it was) to 0.0 and resumes from 0.0 after crossing the start/finish line. The lap-times are also not being counted for the AI (in SP/MP).
How do I fix this? I created a fresh AIW & did the process correctly but ran into this after packaging...
 
look in the aiw for these entries . . . a few lines below end of garage and pit entries . . .

lap_length=
sector_1_length=
sector_2_length=

what are the values ?
 
so that looks fine and it should work . . .

the issue you describe would have made sense if there was no value for sector 2 length . . .

you made no changes apart from aiw and it worked before ?
 
no but now i see something is defo not right there . . . lap length - s1 + s2 = s3 . . .

as you see in yours s1 + s2 = more than lap length value so something not right there . . .

check the sector meshes are facing the right way . . . textured on the side you drive towards . . .
 
check the sector meshes are facing the right way . . . textured on the side you drive towards . . .
Sector meshes? (No idea what or how to check...)
Side you drive towards? (The inside of the track?)
Sorry, I guess I'm still fairly new to AIW creation (not really but I keep finding new issues (every dang time))
 
I have had this problem before. Not sure if its the fix but worked for me.
Lap timer didn't work without the WET file for some reason. Have no idea why it wouldn't work without it.
 
I have had this problem before. Not sure if its the fix but worked for me.
Lap timer didn't work without the WET file for some reason. Have no idea why it wouldn't work without it.
I have a .wet file that I renamed but I'm not sure if it's referenced in any other files. It's currently got the same name as the .scn .aiw .gdb etc... If it's referenced somewhere lmk.
 
is there a possibility you have mixed up xsector files from short layout ?
I don't think I'm using the incorrect xsector files / layout. I'm using the files from Hocke_F3GP67.mas not Hocke_F3CT67.mas as I assume GP is Grand Prix as in F1 and CT being something else...
 
that seems right . . .

only thing i can think is to develop the aiw a little more . . .

add aux positions . . . teleport pos . . . right and left paths . . . etc . . .
 
that seems right . . .

only thing i can think is to develop the aiw a little more . . .

add aux positions . . . teleport pos . . . right and left paths . . . etc . . .
Haven't had to add aux/teleport pos to the last 3 AIWs I did... I think I'm just gonna redo the entire AIW again from the mainline & on -_-
 
Back
Top