+DoctorQuest Posted April 9, 2010 Posted April 9, 2010 (edited) I am building some missions just for grins and am struggling with how to define a waypoint to work with the ALT-N command. No matter what I do I always end up ALT-Ning to the APPROACH waypoint. I am not using a mission editor just mucking about with a text editor. I have tried set OBJECTIVE=TRUE on a couple of waypoints but not sure if that's the trick. Any ideas?? PS. Yes, I tried the knowledge base......... Edited April 9, 2010 by DoctorQuest Quote
+Wrench Posted April 9, 2010 Posted April 9, 2010 Moved to a more appropriate Forum wrench kevin stein Quote
+Crusader Posted April 10, 2010 Posted April 10, 2010 (edited) You must set initial points for each flight e.g.: ... Waypoint[04].Command=INITIAL_POINT <------------------------------ Waypoint[04].Speed=299.906769 Waypoint[05].Position=355000.000000,511000.000000,6096.000000 Waypoint[05].Size=1500.000000 Waypoint[05].Objective=TRUE Waypoint[05].Command=OBJECTIVE_POINT ... Edited April 10, 2010 by Crusader Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.