July 9, 20205 yr I have integrated the Reality XP GTN 650 into the VC of the Carenado V35 Bonanza. Everything works fine including pop ups, but there are two knobs left over from the default Carenado GNS 430 which I can't get rid of. I have tried to look for the textures and I found them but not the underlying 3D object. I tried commenting out everything that I couldn't identify in the panel.cfg file but the are still there. Any ideas of where to look so I can get rid of them?
July 9, 20205 yr As best I recall, you can turn off the "3d knobs" in the shift+4 popup window.. Edited July 9, 20205 yr by Bert Pieke Bert
July 10, 20205 yr Author 8 hours ago, Bert Pieke said: As best I recall, you can turn off the "3d knobs" in the shift+4 popup window.. That worked! Thanks
July 10, 20205 yr Author @Bert Pieke Do you know if there is a way to make the change permanent? Seems like every time I load the plane goes back to 3D Knobs On. Thanks
July 10, 20205 yr If you add this xml gauge, it will turn it off for you.. <Gauge Name="Control_init" Version="1.0"> <!-- No 3d Knobs --> <Element> <Select> <Value> (L:Init,bool) 1 != if{ 1 (>L:3DKNOBSBOOL,bool) 1 (>L:Init,bool) } </Value> </Select> </Element> </Gauge> Bert
July 10, 20205 yr Author @Bert Pieke saved it in a file called no3DKnb.xml in the gauges directory. Then called it //-------------------------------------------------------- [Vcockpit04] Background_color=0,0,0 size_mm=512,512 visible=0 pixel_size=1024,1024 texture=$Panel_bon_4 gauge00=rxpGTN!GTN_650_1, 6,125,500,266 gauge01=BVT5!vs, 262,394,236,106 gauge02=BVT5!DME_screen, 3,396,256,100 gauge03=BVT5!Panel_annuanciator, 266,37,243,90 //gauge04=BVT5!Toggle_GPS, 116,160,275,169 gauge05=BVT5!Auto_taxi_onoff, 0,0,30,24 gauge06=no3DKnb,0,0,1,1 What am I missing?
July 10, 20205 yr 1. Add a new folder to your gauges directory and give it a name... CustomV35 2. Move the xml file to the CustomV35 folder 3. Call it: gauge06=CustomV35!no3DKnb,0,0,1,1 Bert
Archived
This topic is now archived and is closed to further replies.