Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

making selections "saved"

Featured Replies

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

  • 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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.