Jakey-Poo Posted May 8, 2021 Posted May 8, 2021 Title. This would be really handy to be able to bind these to your hotas for when you’re about to fly into those beautiful new clouds. there are keybinds for uncage and adjustment, but none to cage/reset. 7
Nealius Posted May 13, 2021 Posted May 13, 2021 Agreed. Every time I have flown into a cloud in the Jug I have gotten Spatial-D and ended up upside down staring at the ground because that ADI is an unreliable piece of junk that goes unhinged even if you're flying straight and level. The Spitfire's ADI is incredibly reliable, only occasionally going whacko after hard maneuvering, but still recalibrates itself after you fly straight and level. Same for the Mustang. The Jug's, on the other hand, will go all over the place for no reason at all within seconds of uncaging. 3
scoobie Posted May 25, 2021 Posted May 25, 2021 Yep, this thing seems to be messed up Your post shouldn't be in "Wish List", but in "Bugs and Problems" (missing control assigment). Maybe some good soul can move it there? Until they fix it... If you want to assign it to a joystick - find below what seems to be working for me. Use at own risk! Backup the original file first! First two lines are for 2 separate buttons for cage and uncage, the third line is for a toggle switch (if you don't need a toggle, you don't have to put it in your file). Add the underneath contents as new lines to .\Mods\aircraft\P-47D-30\Input\P-47D-30\joystick\default.lua, somewhere after "join(res.keyCommands, {" (so that it nicely fits other contents you can see there). {down = device_commands.Button_7, cockpit_device_id = devices.AH, value_down = 1.0, name = _('Horizon Uncage'), category = _('Front Dash')}, -- add, originally missing {down = device_commands.Button_7, cockpit_device_id = devices.AH, value_down = 0.0, name = _('Horizon Cage V2'), category = _('Front Dash')}, -- attempt fix, they have it as Button_8 lower down (doesn't seem to work both ways though) {down = device_commands.Button_7, up = device_commands.Button_7, cockpit_device_id = devices.AH, value_down = 1.0, value_up = 0.0, name = _('Horizon UNCAGE else CAGE'), category = _('Front Dash')}, 1 i7-8700K 32GB 2060(6GB) 27"@1080p TM Hawg HOTAS TPR TIR5 SD-XL 2xSD+ HC Bravo button/pot box
Jakey-Poo Posted May 25, 2021 Author Posted May 25, 2021 1 hour ago, scoobie said: Yep, this thing seems to be messed up Your post shouldn't be in "Wish List", but in "Bugs and Problems" (missing control assigment). Maybe some good soul can move it there? Until they fix it... If you want to assign it to a joystick - find below what seems to be working for me. Use at own risk! Backup the original file first! First two lines are for 2 separate buttons for cage and uncage, the third line is for a toggle switch (if you don't need a toggle, you don't have to put it in your file). Add the underneath contents as new lines to .\Mods\aircraft\P-47D-30\Input\P-47D-30\joystick\default.lua, somewhere after "join(res.keyCommands, {" (so that it nicely fits other contents you can see there). {down = device_commands.Button_7, cockpit_device_id = devices.AH, value_down = 1.0, name = _('Horizon Uncage'), category = _('Front Dash')}, -- add, originally missing {down = device_commands.Button_7, cockpit_device_id = devices.AH, value_down = 0.0, name = _('Horizon Cage V2'), category = _('Front Dash')}, -- attempt fix, they have it as Button_8 lower down (doesn't seem to work both ways though) {down = device_commands.Button_7, up = device_commands.Button_7, cockpit_device_id = devices.AH, value_down = 1.0, value_up = 0.0, name = _('Horizon UNCAGE else CAGE'), category = _('Front Dash')}, Thank you, sir! And I actually already have a post in the bugs/issues area as well about the artificial horizon and vacuum system suction.... issues generally.
Minhal Posted April 24, 2023 Posted April 24, 2023 (edited) +1 Please add asap. Trying to cage/uncage with mouse (in left hand) is really inconvenient. Would be nice to have as: cage uncage cage/uncage (toggle) Cheers! Edited April 24, 2023 by Minhal 1
virgo47 Posted February 28, 2024 Posted February 28, 2024 I also encountered the missing binding and no toggle option. BTW: In P-51D there is also a reset function, is there nothing like it in P-47D? Do I have to cycle it using cage/uncage? 1 L-39, F-4E, F-5E, F-14, F/A-18C, MiG-15, F-86F, AJS-37, C-101, FC2024 Yak-52, P-47, Spitfire, CE2 UH-1H, Mi-8, Ka-50 III, SA342 NTTR, PG, SY, Chnl, Norm2, Kola, DE Supercarrier, NS430, WWII, CA VKB STECS+Gladiator/Kosmosima+TPR DCS Unscripted YouTube "Favourite" bugs: 1) gates not growing regress (FIXED 2025-03 ), 2) L-39 target size cockpit animation regress (FIXED 2025-02), 3) Yak-52 toggles not toggling, 4) all Caucasus ATC bugs
Recommended Posts