Jump to content
Sign in to follow this  
noktrum666

360 degrease MFD radar

Recommended Posts

Hi people

I'm currently working on a functional Aircraft mfd class based radar for my addon, and I'm not sure how to change this

class RadarTargets

{

type = "radar";

pos0[] = {0.485, 0.4};

pos10[] = {1.225, 1.1};

points[] = {{{-0.05, -0.0472973}, 1}, {{0.05, - 0.0472973}, 1}, {{0.05, 0.0472973}, 1},

{{-0.05, 0.0472973}, 1}, {{-0.05, -0.0472973}, 1}};

};

to give me a 360 degrease perception on it(just like the radar thingy u got in the top left corner) . As u can see that's the standard radar definition from A-10 config file. Any idea how to change the above script???

Btw, why on earth I want to create a static in cockpit 360 degree radar if I already got one on my in game HUD? That's because I fly my planes with clear HUD addon:bounce3:

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×