rge75 Posted August 1, 2024 Posted August 1, 2024 (edited) I've searched a lot on the net but I simply didn't manage to get the needed result. I'm looking for the correct parameters for the Mi-24P to open the side doors (I think emeregency doors?) According to some forum posts, I should be able to see the tooltips by adding OPTIONS_ADD_COMMAND_CODES_TO_TOOLTIP = true to the MissionEditor.lua. Well, in fact it's set that it's false by default, but the line was not in the file at all. Adding it didn't work though. Thus, I was checking the cliabledata.lua of the Hind. IMO it would be 621 and 622? elements["CB-RIGHT-EMERGENCY-DOOR-DETACH-PILOT-PTR"] = default_2_position_tumb(_("CB Jettison Pilot´s Door, ON/OFF"), devices.ELEC_INTERFACE, elec_commands.CB_RIGHT_EMERGENCY_DOOR_DETACH_PILOT, 621) elements["CB-RIGHT-EMERGENCY-DOOR-DETACH-OP-PTR"] = default_2_position_tumb(_("CB Jettision Gunners Door, ON/OFF"), devices.ELEC_INTERFACE, elec_commands.CB_RIGHT_EMERGENCY_DOOR_DETACH_OP, 622) (simply those doors being controlled by LSHIFT-LCTR-C and RSHIFT-RCTRL-C by default). However, no matter what cockpit device I chose, I can't set it to 621 or 622. Looks like only values above 3000 are working. Would be nice if somebody could help me to get it working in the ME. Edited August 1, 2024 by rge75 My DCS videos https://www.youtube.com/channel/UCJX2av4UE4xqWto3y8EZWMw [sIGPIC][/sIGPIC]
Solution Rudel_chw Posted August 1, 2024 Solution Posted August 1, 2024 10 minutes ago, rge75 said: I've searched a lot on the net but I simply didn't manage to get the needed result. I'm looking for the correct parameters for the Mi-24P to open the side doors (I think emeregency doors?) According to some forum posts, I should be able to see the tooltips by adding OPTIONS_ADD_COMMAND_CODES_TO_TOOLTIP = true to the MissionEditor.lua. Well, in fact it's set that it's false by default, but the line was not in the file at all. Adding it didn't work though. Starting on DCS 2.9.6 that way to show the tooltips got obsolete. Now it can be enabled this other way: 10 minutes ago, rge75 said: Thus, I was checking the cliabledata.lua of the Hind. IMO it would be 621 and 622? elements["CB-RIGHT-EMERGENCY-DOOR-DETACH-PILOT-PTR"] = default_2_position_tumb(_("CB Jettison Pilot´s Door, ON/OFF"), devices.ELEC_INTERFACE, elec_commands.CB_RIGHT_EMERGENCY_DOOR_DETACH_PILOT, 621) elements["CB-RIGHT-EMERGENCY-DOOR-DETACH-OP-PTR"] = default_2_position_tumb(_("CB Jettision Gunners Door, ON/OFF"), devices.ELEC_INTERFACE, elec_commands.CB_RIGHT_EMERGENCY_DOOR_DETACH_OP, 622) (simply those doors being controlled by LSHIFT-LCTR-C and RSHIFT-RCTRL-C by default). However, no matter what cockpit device I chose, I can't set it to 621 or 622. Looks like only values above 3000 are working. Would be nice if somebody could help me to get it working in the ME. I haven't flown the Mi-24 on a while, but my notes tell me the doors can be set with commands 3022, 3023 and 3033, of device 11. Give those a try. For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar Mobile: iPad Pro 12.9" of 256 GB
Rudel_chw Posted August 1, 2024 Posted August 1, 2024 Had the chance of checking the commands above and they do work, here is a sample short mission: Mi-24P - Test Doors (by Rudel_chw).miz 1 For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar Mobile: iPad Pro 12.9" of 256 GB
rge75 Posted August 2, 2024 Author Posted August 2, 2024 Thank you very much for this very helpful information as well as for testing it. Very appreciated. 1 My DCS videos https://www.youtube.com/channel/UCJX2av4UE4xqWto3y8EZWMw [sIGPIC][/sIGPIC]
Recommended Posts