Results 1 to 2 of 2

Thread: FSX Panel Background

  1. #1
    Join Date
    Feb 2009
    Location
    Mason City, IA
    Posts
    3

    Default FSX Panel Background

    Fairly new to FSX, I figured out how to move and/or replace some of the gauges. On the 2D panel I noticed something remained where a guage used to be. Looking at XXXPanel_Background I discovered the designer did not blank out the instrument area but left in whatever was there from the aircraft panel used orginally. Using PaintNET I blacked these areas out and the unwanted background was history.

    Now going to the virtual panel I find the same thing going on. The background panel looks like the XXXPanel_Background before I changed it, however, I don't seem to be able to find any bitmap to change. I'm thinking maybe it is a complied something using the original bitmap but I'm wildly guessing.

    Can someone explain how I can find where the virtual panel background comes from? Thanks in advance.

    Dave

  2. #2

    Default

    Unless a bitmap has been declared in the panel.cfg, there is no "background" for a virtual panel...

    In this example, the panel background is declared in the file= entry, and is a 24bit .bmp file located in the ..\panel folder (not the ..\texture folder!)

    Code:
    //--------------------------------------------------------
    [Vcockpit01]
    file=VC_DA42_01.bmp 
    size_mm=1024,1024
    visible=0
    pixel_size=1024,1024
    texture=$vc_DA42_01
    Bill Leaming
    Gauge Programming - 3d Modeling Eaglesoft & Military Visualizations
    Flightsim.com Panels & Gauges Forum Moderator
    Flightsim Rig: Intel Core i7-2600K - 8GB DDR3 1333 - GeForce GTX550Ti 1GB - Win7 64bit Home Premium
    Development Rig1: Intel Core i7-3770k - 16GB DDR3 - Dual Radeon HD7770 SLI 1GB - Win7 64bit Professional
    Development Rig2: Intel Core i7-860 - 8GB DDR3 Corsair - GeForce GTS240 1GB - Win7 64bit Home Premium
    NOTE: Unless explicitly stated in the post, everything written by my hand is MY opinion. I do NOT speak for any company, real or imagined...

Similar Threads

  1. My Carenado C210 Panel Background is transparent
    By OvS in forum Panel & Gauge Design
    Replies: 7
    Last Post: 04-06-2009, 04:58 PM
  2. What should i use as my new background?
    By Mikeboy in forum MSFS Screen Shot Forum
    Replies: 5
    Last Post: 03-18-2005, 08:57 AM
  3. Background Map in SGX
    By scott967 in forum Airport for Windows Support
    Replies: 6
    Last Post: 02-04-2005, 12:51 AM
  4. FE Panel Background Lightning
    By TobiEDDH in forum DreamFleet 727 Support Forum
    Replies: 4
    Last Post: 12-15-2004, 01:17 PM
  5. Background map once again
    By Vlada in forum Airport for Windows Support
    Replies: 2
    Last Post: 11-11-2003, 07:26 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •