Dirk98 Posted March 7, 2011 Report Share Posted March 7, 2011 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. Quote Link to comment Share on other sites More sharing options...
Gypsy Baron Posted March 8, 2011 Report Share Posted March 8, 2011 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 Quote Link to comment Share on other sites More sharing options...
Dirk98 Posted March 8, 2011 Author Report Share Posted March 8, 2011 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.