Search the archive:
YaBB - Yet another Bulletin Board
 
   
 
Page Index Toggle Pages: 1
Send Topic Print
how to set light hotkeys? (Read 489 times)
Apr 28th, 2012 at 7:28am

smeely   Offline
Colonel

Gender: male
Posts: 63
*****
 
Is there anyway of setting a hotkey for the aircraft lights? The strobes and landing lights are easy, but what about taxi, nav, bcn. I have never been able to find something that will allow me to set them.
 

You never know what other places/countries are like untill you travel there. More people should get out of their home contries, just so they can understand/know more of/about the world
IP Logged
 
Reply #1 - Apr 28th, 2012 at 10:18am

BlackAce   Offline
Colonel
If it's not Boeing, I'm
not going.
KBOI; Boise, Idaho

Gender: male
Posts: 1203
*****
 
Press L.  Or you can turn them on in the aircraft
 

Lenovo Y570: Intel Core i7-2670QM Processor( 2.2GHz 1333MHz 6MB) Nvidia 555M graphics, 8GB Memory/RAM 1TB of space
...
IP Logged
 
Reply #2 - Apr 29th, 2012 at 2:13am

smeely   Offline
Colonel

Gender: male
Posts: 63
*****
 
so there isn't a way to get just things like taxi lights to come on when i push a button or a key?
 

You never know what other places/countries are like untill you travel there. More people should get out of their home contries, just so they can understand/know more of/about the world
IP Logged
 
Reply #3 - Apr 29th, 2012 at 9:44am

BlackAce   Offline
Colonel
If it's not Boeing, I'm
not going.
KBOI; Boise, Idaho

Gender: male
Posts: 1203
*****
 
Go to your settings>controls>and you should see a list of there where the buttons and controls are. Mind the taxi light switch and make a keyboard or joystick assignment.
 

Lenovo Y570: Intel Core i7-2670QM Processor( 2.2GHz 1333MHz 6MB) Nvidia 555M graphics, 8GB Memory/RAM 1TB of space
...
IP Logged
 
Reply #4 - Apr 29th, 2012 at 10:05am

dave3cu   Offline
Colonel
Procrastinate now, don't
put it off.
3CU, Northern Wisconsin, USA

Gender: male
Posts: 3077
*****
 
Blackace, the problem is not all individual light types are available in the control assignment list.

Smeely,

For those events that do not show up for assignment in the Settings>Controls window......

..I have by manually editing the 'standard.xml' file that stores the key/button/axis assignments. The file is stored in the same location as your fsx.cfg file, in the Controls sub-folder. Back up the file before editing so you don't lose your current assignments should your editing efforts 'go south'.

I have assigned my electrical and light switches to the numpad keys, as I don't use them otherwise in 'normal mode'.  As an example, I assigned beacon to num 7 by locating the current assignment for num 7.....

        <Entry>
            <Key>Num_7</Key>
            <Down>ELEV_TRIM_DN</Down>
        </Entry>

I replaced the event string, ELEV_TRIM_DN, with the one that toggles the beacon switch, TOGGLE_BEACON_LIGHTS.

        <Entry>
            <Key>Num_7</Key>
            <Down>TOGGLE_BEACON_LIGHTS</Down>
        </Entry>

The event strings for those lights not listed in the Controls assignment window...

TOGGLE_BEACON_LIGHTS
TOGGLE_TAXI_LIGHTS
TOGGLE_NAV_LIGHTS
TOGGLE_LOGO_LIGHTS
TOGGLE_CABIN_LIGHTS

There are several <SimControls.Map> sections so make sure your editing entries under the <Name>KEYBOARD_MAIN</Name> section and not the <Name>KEYBOARD_SLEW</Name> section.

If you have the SDK installed you can find other events strings the 'fsxsdk.chm' document, Core Utilities>Variables>Event IDs.

Edit the xml file in a plain text editor like Notepad. Be careful editing as missing or extra characters will cause problems.

Backup your edits often so you can fall back if something goes awry.

Use this information at your own risk...   Cool

Dave

Note: The other option I can think of is using the registered (payware) version of FSUIPC. Though I don't have it, I believe (though I'm not sure) that it allows you to map buttons/keys/axis to events not available in the sims Control assignment window.
« Last Edit: Apr 29th, 2012 at 1:22pm by dave3cu »  

At that time [1909] the chief engineer was almost always the chief test pilot as well. That had the fortunate result of eliminating poor engineering early in aviation.          Igor Sikorsky

I intend to live forever....so far, so good.         Steven Wright

You know....you can just rip up a to-do list.
IP Logged
 
Reply #5 - Apr 30th, 2012 at 3:42am

smeely   Offline
Colonel

Gender: male
Posts: 63
*****
 
Thankyou dave3cu

This is what I was looking for... now to find those files... not quite sure where I have them stored on my system, but I will find them sometime
 

You never know what other places/countries are like untill you travel there. More people should get out of their home contries, just so they can understand/know more of/about the world
IP Logged
 
Page Index Toggle Pages: 1
Send Topic Print