Jump to content
The simFlight Network Forums

Recommended Posts

Posted

Hello guys,

Are there numbers corresponding to the worded idents like:

OVERHEAD_PANEL

THROTTLE_PANEL

CDU

and some others?

I need this for Panel ID Toggle facility in FSUIPC.

Thanks,

Dirk.

Posted

Hello guys,

Are there numbers corresponding to the worded idents like:

OVERHEAD_PANEL

THROTTLE_PANEL

CDU

and some others?

I need this for Panel ID Toggle facility in FSUIPC.

Thanks,

Dirk.

For those panels you can use the "PANEL_1", "PANEL_2", "PANEL_3" commands based on their Window position

in the panel.cfg file.

Looking in the Simicons1024 folder and examining the icon xml code I see:

Overhead panel ident = 250

Pedestal = 150

ECU = 10

GPS = 225

If there is an icon for a particular panel in the panel.cfg just find it

and examine the xml code. You should see something like this:

<Click>200 (>K:PANEL_ID_TOGGLE)</Click>

The number (200) is the ident for that particular panel.

As an alternative, for a specific aircraft, you could just replace the noun names in the ident= line with

a numerical value of your choice in the range of 10000 and 19999 according to the SDK.

I have used numbers in the range of 1000 and up when I needed a special ident.

Paul

Posted

I knew I could rename titles to numbers but I was cautious as I thought that could side effect something else in the panel.

Looking in the Simicons1024 folder and examining the icon xml code I see:

Overhead panel ident = 250

Pedestal = 150

ECU = 10

GPS = 225

This looks more safe.

Thanks, Baron!

Dirk.

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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.