Jump to content

Recommended Posts

Posted

Look for the radio ID in the arg_int.lua file inside your "DCS World OpenBeta\Mods\aircraft\OH-58D\Cockpit" folder.

I believe it is the RMFD_R5_Button = 82 argument.

On how to use it, you can refer to the Cockpit Triggers Guide on the DCS Manual. It shows how you use them, the arguments you have to add to make it work.

  • Like 1
Posted
6 hours ago, SloppyDog said:

Look for the radio ID in the arg_int.lua file inside your "DCS World OpenBeta\Mods\aircraft\OH-58D\Cockpit" folder.

I believe it is the RMFD_R5_Button = 82 argument.

On how to use it, you can refer to the Cockpit Triggers Guide on the DCS Manual. It shows how you use them, the arguments you have to add to make it work.

Thank you! Actually better for me to know where to look than the actual answer.

Posted

Turns out the RMFD_R5_button doesn't refer to the radio. There's also no mention of the Remote Frequency Display in there... If anyone has an idea, thought it'd be easy to make a trigger based on what frequency a radio is tuned in, not so much...lol

Posted
6 hours ago, JohnMclane said:

Turns out the RMFD_R5_button doesn't refer to the radio. There's also no mention of the Remote Frequency Display in there... If anyone has an idea, thought it'd be easy to make a trigger based on what frequency a radio is tuned in, not so much...lol

If I'm understanding it right, you want to set a trigger once a certain frequency is set on the Radio Frequency Display. There is a Condition for it in the mission editor called X: COCKPIT INDICATION TEXT IS EQUAL TO. However, as stated on the page 166 of the manual, this particular function 'requires console'. Said 'console' is only available to developers, so they can trigger cockpit or model arguments based on text displayed on the various display of an aircraft. But it does not stop you from trying.

Following the instructions laid out in the manual, in the  \Eagle Dynamics\DCS World OpenBeta\Mods\aircraft\OH-58D\Cockpit folder there is a file called device_init.lua. By the manual instructions, the RFD on line 91 should be indicator ID '8'. So, by using this condition, maybe you will be able to trigger the condition you want.

The hard part is to find the string correspondent to the R5 frequency. 

Maybe DCS-BIOS can help you with that.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...