June 12, 201114 yr Hi,I have the following problem:VC is displayed behind the 2D copilot view (the window pylons). Is there a way to disable the VC behind the 2D view?
June 12, 201114 yr 2 options: 1) Remove VC from model - search "hex editor" in forums 2) Use this xml gauge: <Gauge Name="VCViewSkip" Version="1.0">- <Keys> <On Event="VIEW_MODE">1 (>G:Var1)</On> <On Event="VIEW_MODE_REV">0 (>G:Var1)</On> </Keys>- <Element>- <Select> <Value>(P:ACTIVE VIEW MODE,enum) 2 == if{ (G:Var1) if{ (>K:VIEW_MODE) } els{ (>K:VIEW_MODE_REV) } }</Value> </Select> </Element> </Gauge>
June 12, 201114 yr Author Thanks, but neither of those is what I'm looking for. I don't want to remove VC completely from the model (or skip it), but "hide" it when using 2D panels. There are plenty of other addons that do have copilot panel etc. additional panels but the VC isn't visible behind them. The problem only appears in various subpanels such as copilot or overhead panel. The main pilot view is okay. I wonder how it's done right?
June 13, 201114 yr Author What I'm looking after is how to edit the panel.cfg to get it work as in some payware aircrafts.
June 16, 201114 yr It might be as simple as; right click the view window and go to "cockpit" vs "virtual cockpit" mode...Don
June 16, 201114 yr Moderator The problem only appears in various subpanels such as copilot or overhead panel. The main pilot view is okay. I wonder how it's done right?It's done by hiding the main panel and displaying the copilot's panel. You are switching to the VC view and then displaying the copilot's panel. This is WRONG.Shift-1 is the keyboard command to show/hide the main panel in 2d viewport.Shift-x is whatever number you've assigned to the copilot's 2d panel. Fr. Bill AOPA Member: 07141481 AARP Member: 3209010556 Avsim Board of Directors | Avsim Forums Moderator
Create an account or sign in to comment