| CAPTAIN SIM FORUM | |
|
757 Captain III >> 757 Captain III - General >> SDK, LVAR, custom key mapping etc
https://www.captainsim.org/forum/csf.pl?num=1522250884 Message started by zulukilo on Mar 28th, 2018 at 3:28pm |
|
|
Title: Request event ID's for some buttons/levers Post by Scholli04 on Nov 12th, 2018 at 11:25pm
Hi guys,
I'd like to map some of the 757's buttons and switches to my thrust lever quadrant. Could you tell me the event ID's for the following please? TOGA Button A/T Instinctive Disconnect button (not the default FS command, the one on the actual thrust lever) L/R Fuel Control Switches RUN/CUTOFF I've tried LINDA, but can not really figure out how to develop my own preset. This is what I put in, but whenever I try to save an assignment with this it simply deletes it again (I guess I screwed up the code): function CS_ATDISC_TOGGLE () ipc.writeLvar("P05_008_BUT",1) end function CS_FUELCTLR_OFF() ipc.writeLvar("P05_019_SW2",0) end function CS_FUELCTLR_ON() ipc.writeLvar("P05_019_SW2",1) end function CS_FUELCTLL_ON() ipc.writeLvar("P05_018_SW2",1) end function CS_FUELCTLL_OFF() ipc.writeLvar("P05_018_SW2",0) end Any help on how to get these assignments done? It would of course be much easier if you could simply tell me the event ID's for the initially mentioned switches, so that I can do a simple assignment via FSUIPC rather than having to fiddle with LINDA (which I am completly new to). |
|
CAPTAIN SIM FORUM » Powered by YaBB 2.6.0! YaBB Forum Software © 2000-2025. All Rights Reserved. |