Dirk98 Posted March 7, 2011 Report 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.
Gypsy Baron Posted March 8, 2011 Report 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
Dirk98 Posted March 8, 2011 Author Report 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now