- Messages
- 205
- Country
 
Dear all,
I'm still experimenting with the FS9GPS:MAP functions in FSX to max what is possible. I was wondering whether it is possible to have a "transparent' background draw within a fs9gps map section whenever you make use of the Customdraw function.
I read the excellent MAP guidebook and took notice off the several map overlay possibilities. But to be specific I want to use a mask within a Customdraw section as part of the gauge layers to mask part of the terrain map in the gauge but Not the waypoints info. I don't want the whole map in the background like the default FS GPS, but only part of it but at same time all the gps information on top. I don't see how I can do that with custom draw. OfCourse I can draw the terrain-map and overlay the gps-waypoints and stuff on top and do the mask declaration after the Customdraw section, but then it will mask also part of my waypoints, VORS, intersections etc etc that are behind the aircraft symbol (which of course I do not want).
I have also tried drawing the terrain map first (with customdraw), then mask it using a mask layer, and then afterwards draw another (separate) custom draw section with the gps- waypoints info. However I noticed that the terrain map will be completely overlaid by a black background whenever I draw the latter, which is the GPS and waypoint info. I know this has been done a thousand times but I'm still not getting it right or doesnt know how to do it with XML, (or is this only possible with C++?). Is there a way to turn off the "black map background or at least make it transparent (0,0,0,)?
Anybody can guide me into the right direction of how to mask only the map without masking the waypoint information or vice versa?
this is an example of what I want to achieve:
		
		
	
	
		 
	
thnx,
Adino
				
			I'm still experimenting with the FS9GPS:MAP functions in FSX to max what is possible. I was wondering whether it is possible to have a "transparent' background draw within a fs9gps map section whenever you make use of the Customdraw function.
I read the excellent MAP guidebook and took notice off the several map overlay possibilities. But to be specific I want to use a mask within a Customdraw section as part of the gauge layers to mask part of the terrain map in the gauge but Not the waypoints info. I don't want the whole map in the background like the default FS GPS, but only part of it but at same time all the gps information on top. I don't see how I can do that with custom draw. OfCourse I can draw the terrain-map and overlay the gps-waypoints and stuff on top and do the mask declaration after the Customdraw section, but then it will mask also part of my waypoints, VORS, intersections etc etc that are behind the aircraft symbol (which of course I do not want).
I have also tried drawing the terrain map first (with customdraw), then mask it using a mask layer, and then afterwards draw another (separate) custom draw section with the gps- waypoints info. However I noticed that the terrain map will be completely overlaid by a black background whenever I draw the latter, which is the GPS and waypoint info. I know this has been done a thousand times but I'm still not getting it right or doesnt know how to do it with XML, (or is this only possible with C++?). Is there a way to turn off the "black map background or at least make it transparent (0,0,0,)?
Anybody can guide me into the right direction of how to mask only the map without masking the waypoint information or vice versa?
this is an example of what I want to achieve:
thnx,
Adino
 
	 
 
		 
 
		
 
 
		
 
 
		
 
 
		
 
 
		
