July 2, 201114 yr for those looking for a bit more permanent solution to "saving" selections(well my selections is not saved from session to another session - maybe I am doing something wrong)Download the file "CCTCb.cab"http://www.mediafire.com/file/lyjt7b37r5obm5b/CCTCb.cabDo not extract. Just take the cab file and add it to the panel folder of the 210.Now add two lines to VC1 section of panel.cfg file. (open panel.cfg with notepad)Scroll down till you get to section below//--------------------------------------------------------[Vcockpit01]Background_color=0,0,0 size_mm=256,256visible=0pixel_size=1024,1024texture=$C340_GPSgauge00=gps_530_3D_210!gps_500, 0,0,256,186gauge01=CarenadoG430_3D_210a!GNS430_nc2, 0,186,134,71gauge02=CCTC!Toggle_GPS, 143,188,101,65gauge03=CCTCb!Control_init_R, 1,1,1,1gauge04=CCTCb!Control_init_T, 1,1,1,1 now add the two lines above in redthis mean you will not have instrument reflections (Control_init_R) and neither any window tint (Control_init_T) if you want reflections and window tint back just add // in front of line//--------------------------------------------------------[Vcockpit01]Background_color=0,0,0 size_mm=256,256visible=0pixel_size=1024,1024texture=$C340_GPSgauge00=gps_530_3D_210!gps_500, 0,0,256,186gauge01=CarenadoG430_3D_210a!GNS430_nc2, 0,186,134,71gauge02=CCTC!Toggle_GPS, 143,188,101,65//gauge03=CCTCb!Control_init_R, 1,1,1,1//gauge04=CCTCb!Control_init_T, 1,1,1,1if you want reflections and but not window tint back just add // in front of gauge03//--------------------------------------------------------[Vcockpit01]Background_color=0,0,0 size_mm=256,256visible=0pixel_size=1024,1024texture=$C340_GPSgauge00=gps_530_3D_210!gps_500, 0,0,256,186gauge01=CarenadoG430_3D_210a!GNS430_nc2, 0,186,134,71gauge02=CCTC!Toggle_GPS, 143,188,101,65//gauge03=CCTCb!Control_init_R, 1,1,1,1gauge04=CCTCb!Control_init_T, 1,1,1,1if you want dont want reflections and but still window tint back just add // in front of gauge04//--------------------------------------------------------[Vcockpit01]Background_color=0,0,0 size_mm=256,256visible=0pixel_size=1024,1024texture=$C340_GPSgauge00=gps_530_3D_210!gps_500, 0,0,256,186gauge01=CarenadoG430_3D_210a!GNS430_nc2, 0,186,134,71gauge02=CCTC!Toggle_GPS, 143,188,101,65gauge03=CCTCb!Control_init_R, 1,1,1,1//gauge04=CCTCb!Control_init_T, 1,1,1,1
July 2, 201114 yr Author for the more adventurous that want to create the gauges themselves. here is the codeNo VC reflections <Gauge Name="No VC reflections" Version="1.0"><!-- No VC reflections --> <Element> <Select> <Value> (L:InitblikA,bool) 1 != if{ 1 (>L:WINDOWSTINTBOOL2,bool) 1 (>L:InitblikA,bool) } </Value> </Select> </Element></Gauge> No Window tint <Gauge Name="No Window tint" Version="1.0"><!-- No Window tint --> <Element> <Select> <Value> (L:InitblikB,bool) 1 != if{ 1 (>L:WINDOWSTINTBOOL,bool) 1 (>L:InitblikB,bool) } </Value> </Select> </Element></Gauge>
Create an account or sign in to comment