You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could not find these bindings for the F-14, but they are really convenient.
For the AP engage and the X/Y tacan mode, these bindings exist with a rotary encoder instead of a switch.
Here is the code I added in the F-14.lua file. Also, I removed this original line :
defineFixedStepTumb("PLT_TACAN_CHANNEL", 47, 3336, 2043, 2, {-1, 1}, {-1, 1}, nil, "TACAN PILOT", "PILOT TACAN Channel XY")
It works for me. Hope this helps, thanks.
JAR
-- Carrier "Tomcat on the Ball"
definePushButton("ON_THE_BALL", 2, 3749, nil, "Communications", "Tomcat on the Ball")
Jar72ok
changed the title
F-14 new bindings for AP, tacan mode, Salut, Call the ball, jester...
F-14 new bindings for AP, tacan mode, Salute, Call the ball, canopy
Feb 22, 2025
Hey @Jar72ok, I tested out these controls, and while the toggle switch may work, the existing fixed step inputs do not seem to work, so as I mentioned in #1017 I think more proper control handling may be required. I'll investigate as I have time.
Version
Aircraft
F-14
Control
AP, tacan mode, Salute, Call the ball, canopy
Description
Hello,
I could not find these bindings for the F-14, but they are really convenient.
For the AP engage and the X/Y tacan mode, these bindings exist with a rotary encoder instead of a switch.
Here is the code I added in the F-14.lua file. Also, I removed this original line :
defineFixedStepTumb("PLT_TACAN_CHANNEL", 47, 3336, 2043, 2, {-1, 1}, {-1, 1}, nil, "TACAN PILOT", "PILOT TACAN Channel XY")
It works for me. Hope this helps, thanks.
JAR
-- Carrier "Tomcat on the Ball"
definePushButton("ON_THE_BALL", 2, 3749, nil, "Communications", "Tomcat on the Ball")
-- Carrier departure "Salute"
definePushButton("SALUTE", 18, 3023, nil, "Communications", "Salute")
-- Cockpit open canopy
definePushButton("CANOPY_OPEN", 12, 3183, nil, "Cockpit", "Open Canopy")
-- Autopilot Engage
defineToggleSwitch("PLT_AUTOPLT_ENGAGE", 22, 3041, 2112, "Autopilot", "Engage autopilot")
-- Tacan X_Y
defineToggleSwitch("PLT_TACAN_CHANNEL", 47, 3336, 2043, "Tacan", "Mode X_Y")
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: