Jump to content

bones1014

Members
  • Posts

    648
  • Joined

  • Last visited

Everything posted by bones1014

  1. I don't know other than that's how it's been done in the past. I've just emulated the work of others to get what I want somethings to display. I don't even know what Ikarus vs DACC is. Did it work? I can't test it because I don't have the F5.
  2. Use the knobs with regular inputs in the game controls. You can create stacks of controls you can cycle through. Sent from my SM-G781U using Tapatalk
  3. I have both working at the same time. [emoji848] Sent from my SM-G781U using Tapatalk
  4. You can try to create your own readout. Something like this. function ExportScript.Trim_ind(mainPanelDevice) --exports elevator trim value local indicator_value = ExportScript.Tools.round(mainPanelDevice:get_argurment_value(52) * 10 ) ExportScript.Tools.SendData(5000, indicator_value) end Then look for the heading below and add the second line you see here below it. function ExportScript.ProcessIkarusDCSConfigLowImportance(mainPanelDevice) ExportScript.Trim_ind(mainPanelDevice) Then on a button use the value 5000 for the x10 trim indicator value. I don't have any way to test it as I don't have the F5.
  5. I also saw it was reported after posting this. Hope they can quick fix it Sent from my SM-G781U using Tapatalk
  6. I'm exporting MFDs to a 2nd display. On single thread it still works fine. In multi thread the images seem to smear. null
  7. I just have a display for item 209 with the title text change at 0.0000=MX,0.1667=BER,0.3333=NAV,0.5000=ANF,0.6667=SPA,0.8333=LNDG NAV,1.0000=LNDG P/O
  8. Yes, it's great!
  9. The game doesn't load everything immediately. When you load into a server and pick a plane it'll finish loading in assets and if some of them violate the IC it'll kick you.
  10. I think that's how they're going to make multiple models of the F1 work. Yes it's kinda tough to work with. You really have to dig around.
  11. Try this one here. It's from the DCS World OpenBeta\Mods\aircraft\Mirage-F1\Cockpit\Common\clickabledata_common_F1EE_M.lua It should be the "Mode Selector Switch" null
  12. I can take a look this evening and see if I can help Sent from my SM-G781U using Tapatalk
  13. I hope my crude explanation helps you. Good luck.
  14. you can use the model viewer to find control ID's. It's a bit tedious because it lists all the thousands of IDs in each plane. You can also look through the Luas that contain the controls for the different versions. The EE specific controls are in this file Program Files\DCS World OpenBeta\Mods\aircraft\Mirage-F1\Cockpit\Mirage-F1\Mirage-F1EE\clickabledata.lua The button ID is the number 3 followed by the numbers in the Cmd statement. For the Mode Selector it would be 3681. The Device ID is usually 1. The DCS ID is the number after the Cmdxxx, statement. For the Mode Selector that would be 666. To get the right readout from the HSI mode use DCS ID 1256.
  15. My question has nothing to do with ground attack. There is already VIP and VRP for that. What I'm asking must not be possible if the conversation keeps migrating to ground attack.
  16. I didn't set that up because I'm using a rotary on the Stream Deck + for that control so it's a keyboard bind.
  17. I'm thinking high altitude interception. You have bullseye and target intercept or CAP area could be called bearing and range from bulls.
  18. looks sharp!
  19. You can use waypoint and TACAN offset in other planes. Just want to know if it's possible. Another tool. Sent from my SM-G781U using Tapatalk
  20. Are you ensuring that you're attempting the lock while the target is visible in the scan pattern. I've found that once the radar moves to another bar and the target isn't visible in that bar it won't lock.
  21. It depends on if they're following some kind of fuel conservation plan. I know tankers don't fly with a full load all the time and that's to save fuel. If it's just a short training flight they'll burn way more fuel than they need to just to get the plane in the air.
  22. Can it be changed so that the pilot can adjust the back seat radios? It's so hard to keep this thing trim and level that moving to the other seat to adjust those radios is not possible.
  23. that's just inputting and editing steer points. Not offset.
  24. I'm talking straight navigation, not VIP or VRP for ground attack.
×
×
  • Create New...