OHM WaypointMFD beta 3

OrbitHangar

Addon Comments
Joined
Apr 9, 2008
Messages
3,832
Reaction score
18
Points
0

Author: topper0710

For usage, read the included document in the ".\Doc\wpmfd.pdf" of the zip archive first!

Waypoint MFD is a MFD- mode which  can show a route of waypoints in an Orbiter MFD. It's also possible to use this MFD to navigate inside a base to the next landing PAD or to navigate from one base to another.

Changes in beta 3:
- One bug that causes CTD while loading a route removed

Changes in beta 2.1:
- Documentation updatd


DOWNLOAD
 
Great ! I'm trying to make a route file, but this code gives me a runtime error:
Code:
# This file was generated by KML to WayPointMFD, created by SolarLiner.
# Please do not remove this.
BEGIN_POINTS
	-80.8177 28.2438
	-80.812 28.2503
	-80.8021 28.2616
	-80.7923 28.2729
	-80.7821 28.2845
	-80.7742 28.2935
	-80.7627 28.3065
	-80.753 28.3176
	-80.7439 28.3278
	-80.7344 28.3386
	-80.724 28.3503
	-80.7136 28.362
	-80.7027 28.3742
	-80.6947 28.3833
	-80.6835 28.3958
	-80.6741 28.4063
	-80.6633 28.4183
	-80.6537 28.429
	-80.6436 28.4412
	-80.634 28.4568
	-80.6351 28.5193
	-80.6463 28.5396
	-80.6553 28.5542
	-80.6654 28.5704
	-80.675 28.5852
	-80.6855 28.6014
	-80.6951 28.616
END_POINTS


BEGIN_WAYPOINTS
	# TASK RANGE ALT SPEED "DESCRIPTION"
	POINT 0 TURN 500 16293 500 "Alt diff=16293,1"
	POINT 1 TURN 500 15890 500 "Alt diff=-402,8"
	POINT 2 TURN 500 15197 500 "Alt diff=-693,7"
	POINT 3 TURN 500 14565 500 "Alt diff=-631,5"
	POINT 4 TURN 500 13962 500 "Alt diff=-603"
	POINT 5 TURN 500 13502 500 "Alt diff=-459,8"
	POINT 6 TURN 500 12833 500 "Alt diff=-669,7"
	POINT 7 TURN 500 12264 500 "Alt diff=-568,6"
	POINT 8 TURN 500 11733 500 "Alt diff=-531,4"
	POINT 9 TURN 500 11171 500 "Alt diff=-561,3"
	POINT 10 TURN 500 10574 500 "Alt diff=-597,7"
	POINT 11 TURN 500 9964 500 "Alt diff=-609,58"
	POINT 12 TURN 500 9332 500 "Alt diff=-632,49"
	POINT 13 TURN 500 8864 500 "Alt diff=-467,94"
	POINT 14 TURN 500 8213 500 "Alt diff=-650,48"
	POINT 15 TURN 500 7668 500 "Alt diff=-545,55"
	POINT 16 TURN 500 7037 500 "Alt diff=-630,58"
	POINT 17 TURN 500 6483 500 "Alt diff=-553,53"
	POINT 18 TURN 500 5877 500 "Alt diff=-606,1"
	POINT 19 TURN 500 5160 500 "Alt diff=-717,3"
	POINT 20 TURN 500 2568 500 "Alt diff=-2591,82"
	POINT 21 TURN 500 1659 500 "Alt diff=-909,04"
	POINT 22 TURN 500 1076 500 "Alt diff=-583,14"
	POINT 23 TURN 500 529 500 "Alt diff=-547,433"
	POINT 24 TURN 500 163 500 "Alt diff=-365,312"
	POINT 25 TURN 500 6 500 "Alt diff=-157,052"
	POINT 26 TURN 500 5 500 "Alt diff=-1,014"
END_WAYPOINTS
# Generated 28 points for 'Atlantis'. Ready to use in Orbiter. To use with Waypoint MFD: http://www.orbithangar.com/searchid.php?ID=5831

And the same without the comments gives me a CTD. Both tries writes in the Orbiter.log :
Code:
Waypoint MFD: Start parsing file...
Parsing Points...
.1..
..
..
..
..
 
Great ! I'm trying to make a route file, but this code gives me a runtime error:

Hi SolarLiner,

yes it's not corect the parser looks for a runway but can't find anyone.

I will corect this in the next beta that a runway is not reqired.
Does it work if you add the following lines:

Code:
BEGIN_RUNWAYS
0 1
END_RUNWAYS
?

Best regards
Topper
 
Hi SolarLiner,
can you check if this file is working?
I can load this in the MFD...
Best regards
Topper
 

Attachments

Hi SolarLiner

Thank you for testing!
Can you check if this verison can load the file "test.route" i've attached?
[edit]
attachment removed and updated at orbit-hanga...
 
Last edited:
Does someone can explain why this add on was voted with "1 / 5" at orbithangar? Does something is not correct with this add on? I do not take that personally, I want to know why? If there are Bugs i want to fix them...

Thanks

Topper
 
I've just rated it 5 out of 5. Editing the route file is a little fiddly but I've got a simple HAC for Ascension now. I'll be testing it out in a T-38 over the next few days and will let you know how it goes.

topper - Any objections if I upload HAC type route files for Ascension?
 
Back
Top