January 12, 201115 yr I know my name is probably associated with annoyance in here but i need help, i tried to figure it out on my own i really did but i couldn't...I read a few tutorials and tried to get an add on radio that would do it but i need my radio (I think im using the king air bendix right now) but i can change/use any radio i can get my hands on...what i need the radio to do it tune to 135.91 currently all radios i've encountered only tune to 135.90 and 135.92. In case your wondering this is because those vrs f18 superbugs spawn with that freq and I can't reach them in game via my awac. So could someone please tell me how to make my radios tune to that or maybe direct me to one that will and i'll download it and use it.Thank you so much in advance, I'm sure the advice will be both kind and helpful as I've come to expect from the people here at avsim.... I would willingly promote these forums and have already sent a message to one of the forum big wigs telling him how much I love this forum and how nice everyone is.
January 12, 201115 yr Hi,Not sure, maybe it is a faked frequency number with and L:Var and is pointing to an existing one.Same is true with the XY channels of the Tacan.Try to find out.Jan Jan "Beatus ille qui procul negotiis..."
January 12, 201115 yr Author Hi,Not sure, maybe it is a faked frequency number with and L:Var and is pointing to an existing one.Same is true with the XY channels of the Tacan.Try to find out.Janlol I am so sorry but you lost me, i did read up on editing the xml's but i don't remember it saying anything about being able to change the numbers within the xml
January 12, 201115 yr Hi,If it is xml, show the code and we will see.Jan Jan "Beatus ille qui procul negotiis..."
January 12, 201115 yr Author Hi,If it is xml, show the code and we will see.Jan<Gauge Name="COM 1" Version="1.0"> <Image Name="alpha.bmp" ImageSizes="97,29"/> <Element> <Visible>(A:Circuit general panel on, bool)</Visible> <Element> <Position X="5" Y="2"/> <Text X="87" Y="25" Bright="Yes" Length="20" Font="Quartz" Color="#FFF000" Adjust="Center" VerticalAdjust="Center" Multiline="No" Fixed="No"> <String>%((A:COM1 ACTIVE FREQUENCY, Megahertz) abs)%!6.2f!</String> </Text> </Element> </Element></Gauge>
January 12, 201115 yr Hi,With this code you will get 135.91 in your Com1 radio.Click on your Comm display to get it and again to change it to normal.Don't know if you can contact your awac this way.....<Gauge Name="COM 1 AWAC" Version="1.0"><Image Name="alpha.bmp"/><Element><Visible>(A:Circuit general panel on, bool)</Visible><Element><Position X="5" Y="2"/><Text X="87" Y="25" Bright="Yes" Length="20" Font="Quartz" Color="#FFF000" Adjust="Center" VerticalAdjust="Center" Multiline="No" Fixed="No"><String>%((A:COM1 ACTIVE FREQUENCY, Megahertz) abs)%!6.2f!</String></Text></Element></Element><Mouse><Macro Name="awacfreq">100 * 10000 % int d 10 % r 10 / int d 10 % r 10 / int d 10 % r 10 / int 16 * + 16 * + 16 * + (>K:COM_RADIO_SET)</Macro><Area><Tooltip>AWAC on 135.91</Tooltip><Cursor Type="Hand"/><Click>(L:AWAC,bool) ! if{ 1 (>L:AWAC,bool) 135.91 @awacfreq } els{ 0 (>L:AWAC,bool) 135.90 @awacfreq }</Click></Area><Mouse></Gauge>Hope it helps,Jan Jan "Beatus ille qui procul negotiis..."
January 13, 201115 yr Should I make a whole new XML? or add it to my current radio.xml? I'm sorry im a complete newb when it comes to opening up and modifying guages Hi,With this code you will get 135.91 in your Com1 radio.Click on your Comm display to get it and again to change it to normal.Don't know if you can contact your awac this way.....<Gauge Name="COM 1 AWAC" Version="1.0"><Image Name="alpha.bmp"/><Element><Visible>(A:Circuit general panel on, bool)</Visible><Element><Position X="5" Y="2"/><Text X="87" Y="25" Bright="Yes" Length="20" Font="Quartz" Color="#FFF000" Adjust="Center" VerticalAdjust="Center" Multiline="No" Fixed="No"><String>%((A:COM1 ACTIVE FREQUENCY, Megahertz) abs)%!6.2f!</String></Text></Element></Element><Mouse><Macro Name="awacfreq">100 * 10000 % int d 10 % r 10 / int d 10 % r 10 / int d 10 % r 10 / int 16 * + 16 * + 16 * + (>K:COM_RADIO_SET)</Macro><Area><Tooltip>AWAC on 135.91</Tooltip><Cursor Type="Hand"/><Click>(L:AWAC,bool) ! if{ 1 (>L:AWAC,bool) 135.91 @awacfreq } els{ 0 (>L:AWAC,bool) 135.90 @awacfreq }</Click></Area><Mouse></Gauge>Hope it helps,Jan
January 13, 201115 yr Hi,Just replace your first code.JanI did but it failed :( it just shows a black rectangle box now :( but maybe i can put it in another radio
January 13, 201115 yr Hi,Is that the only xml gauge?Did you save it as xml!, not as text file?In that case make a copy of an existing real xml file, delete the contents and paste my code in it and save the copy.Now you can rename the copy in what you want.Can you click on it?Jan Jan "Beatus ille qui procul negotiis..."
January 13, 201115 yr Hi,Is that the only xml gauge?Did you save it as xml!, not as text file?In that case make a copy of an existing real xml file, delete the contents and paste my code in it and save the copy.Now you can rename the copy in what you want.Can you click on it?JanI figured it out on my own when i went to open it it sayd this End tag 'Gauge' does not match the start tag 'Mouse'. Error so i looked and the second mouse command thingy was missing the "/" and now it works YAY thank you so much
Create an account or sign in to comment