Jump to content
Sign in to follow this  
bliksimpie

making selections "saved"

Recommended Posts

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

Share this post


Link to post
Share on other sites

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>

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...