tehnerd Posted October 9, 2022 Posted October 9, 2022 What is the name of this knob in control menu? Having trouble to find (tried both RNI and ADI but these two seems something else) https://ibb.co/qk9g0Bk 1
JohnW71 Posted October 16, 2022 Posted October 16, 2022 (edited) It's not available (unless added recently), I use a custom binding to create it. In PATH\DCS World OpenBeta\Mods\aircraft\Mi-24P\Input\Mi_24P_pilot\joystick\default.lua I add these lines: -- Course setter {cockpit_device_id = devices.GREBEN, pressed = greben_commands.ZK, value_pressed = -0.025, name = _('Course Setter - Left (Slow)'), category = {_('Instrument Panel'), _('Custom')}}, {cockpit_device_id = devices.GREBEN, pressed = greben_commands.ZK, value_pressed = 0.025, name = _('Course Setter - Right (Slow)'), category = {_('Instrument Panel'), _('Custom')}}, {cockpit_device_id = devices.GREBEN, pressed = greben_commands.ZK, value_pressed = -0.05, name = _('Course Setter - Left'), category = {_('Instrument Panel'), _('Custom')}}, {cockpit_device_id = devices.GREBEN, pressed = greben_commands.ZK, value_pressed = 0.05, name = _('Course Setter - Right'), category = {_('Instrument Panel'), _('Custom')}}, {cockpit_device_id = devices.GREBEN, pressed = greben_commands.ZK, value_pressed = -0.1, name = _('Course Setter - Left (Fast)'), category = {_('Instrument Panel'), _('Custom')}}, {cockpit_device_id = devices.GREBEN, pressed = greben_commands.ZK, value_pressed = 0.1, name = _('Course Setter - Right (Fast)'), category = {_('Instrument Panel'), _('Custom')}}, IIRC I borrowed them from this project: https://github.com/Munkwolf/dcs-community-keybinds Edited October 16, 2022 by JohnW71 1 1
Jakey-Poo Posted October 16, 2022 Posted October 16, 2022 9 hours ago, JohnW71 said: It's not available (unless added recently), I use a custom binding to create it. In PATH\DCS World OpenBeta\Mods\aircraft\Mi-24P\Input\Mi_24P_pilot\joystick\default.lua I add these lines: -- Course setter {cockpit_device_id = devices.GREBEN, pressed = greben_commands.ZK, value_pressed = -0.025, name = _('Course Setter - Left (Slow)'), category = {_('Instrument Panel'), _('Custom')}}, {cockpit_device_id = devices.GREBEN, pressed = greben_commands.ZK, value_pressed = 0.025, name = _('Course Setter - Right (Slow)'), category = {_('Instrument Panel'), _('Custom')}}, {cockpit_device_id = devices.GREBEN, pressed = greben_commands.ZK, value_pressed = -0.05, name = _('Course Setter - Left'), category = {_('Instrument Panel'), _('Custom')}}, {cockpit_device_id = devices.GREBEN, pressed = greben_commands.ZK, value_pressed = 0.05, name = _('Course Setter - Right'), category = {_('Instrument Panel'), _('Custom')}}, {cockpit_device_id = devices.GREBEN, pressed = greben_commands.ZK, value_pressed = -0.1, name = _('Course Setter - Left (Fast)'), category = {_('Instrument Panel'), _('Custom')}}, {cockpit_device_id = devices.GREBEN, pressed = greben_commands.ZK, value_pressed = 0.1, name = _('Course Setter - Right (Fast)'), category = {_('Instrument Panel'), _('Custom')}}, IIRC I borrowed them from this project: https://github.com/Munkwolf/dcs-community-keybinds Does it matter where in the .lua this is added? I copy/pasted this into the bottom of the text and I can't find the binds.
JohnW71 Posted October 17, 2022 Posted October 17, 2022 7 hours ago, Jakey-Poo said: Does it matter where in the .lua this is added? I copy/pasted this into the bottom of the text and I can't find the binds. There are probably sections where it will work, maybe you're outside that. I paste these at about line 600 just before CLOCK section. Don't remember why now, but it works
YoYo Posted September 14, 2023 Posted September 14, 2023 Hi ED Team, pls to add it. In fact, I'm a bit surprised that the settings don't include such an important knob as setting of course on the RMI/HSI. Pretty please! 1 Webmaster of http://www.yoyosims.pl Win 10 64, i9-13900 KF, RTX 5090 32Gb OC, RAM 64Gb Corsair Vengeance LED OC@3600MHz,, 3xSSD+3xSSD M.2 NVMe, Predator XB271HU res.2560x1440 27'' G-sync, Sound Blaster Z + 5.1, TiR5, [MSFS, P3Dv5, DCS, RoF, Condor2, IL-2 CoD/BoX] VR fly only: Meta Quest Pro
YoYo Posted November 10, 2023 Posted November 10, 2023 On 11/8/2023 at 12:12 AM, Flappie said: Request made. Great! Thank you. Webmaster of http://www.yoyosims.pl Win 10 64, i9-13900 KF, RTX 5090 32Gb OC, RAM 64Gb Corsair Vengeance LED OC@3600MHz,, 3xSSD+3xSSD M.2 NVMe, Predator XB271HU res.2560x1440 27'' G-sync, Sound Blaster Z + 5.1, TiR5, [MSFS, P3Dv5, DCS, RoF, Condor2, IL-2 CoD/BoX] VR fly only: Meta Quest Pro
Flappie Posted February 22, 2024 Posted February 22, 2024 Implemented with today's update (2.9.3.51704). 1 ---
martin.kloubek Posted February 22, 2024 Posted February 22, 2024 nice if this was 1st asked October 9, 2022, its a....unnecesary speed 1
WildBillKelsoe Posted February 24, 2024 Posted February 24, 2024 On 2/22/2024 at 9:50 PM, martin.kloubek said: nice if this was 1st asked October 9, 2022, its a....unnecesary speed Its the typical half life of Vodka old Stolichnaya decay.. thread Stolich... AWAITING ED NEW DAMAGE MODEL IMPLEMENTATION FOR WW2 BIRDS Fat T is above, thin T is below. Long T is faster, Short T is slower. Open triangle is AWACS, closed triangle is your own sensors. Double dash is friendly, Single dash is enemy. Circle is friendly. Strobe is jammer. Strobe to dash is under 35 km. HDD is 7 times range key. Radar to 160 km, IRST to 10 km. Stay low, but never slow.
Recommended Posts