F factorcry factorcry Aug 17, 2021 #1 I want to do a reverse layout of a track, things went okay till the ai line Is there any quick way to reverse the whole existing ai line or i have to drive again to make a new line?
I want to do a reverse layout of a track, things went okay till the ai line Is there any quick way to reverse the whole existing ai line or i have to drive again to make a new line?
Fat-Alfie Fat-Alfie Aug 17, 2021 #2 You will have to record a new AI line. This will make track cams, ai_hints, sections and Time Attack all useless, though.
You will have to record a new AI line. This will make track cams, ai_hints, sections and Time Attack all useless, though.
S Sim_Misg Sim_Misg Oct 15, 2021 #3 Import the AI line into Blender, export to CSV, then generate a new AI file using tools in this post. You can reverse the AI line using the -r flag: Code: acai_csv_to_line.py input.csv output.ai -r Note that an AI file created this way is incomplete. You need to import it into ksEditor and re-save it. If that process is too slow, try this trick.
Import the AI line into Blender, export to CSV, then generate a new AI file using tools in this post. You can reverse the AI line using the -r flag: Code: acai_csv_to_line.py input.csv output.ai -r Note that an AI file created this way is incomplete. You need to import it into ksEditor and re-save it. If that process is too slow, try this trick.