Jump to content

Sharknoir

Members
  • Posts

    40
  • Joined

  • Last visited

About Sharknoir

  • Birthday 08/16/1971

Personal Information

  • Flight Simulators
    DCS
    Falcon 4 BMS
    Star Citizen
  • Location
    France
  • Interests
    Simulation and Star Citizen 'Space)

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello and happy new year. Is it possible to expect script export of eHSI components like ADI in 2024? So that those who have a real HSI can interface it with DCS like other F-16 simulator? And the icing on the cake, the same for the RWR? Thanks in advance.
  2. Hello and happy new year. Is it possible to expect script export of eHSI components like ADI in 2024? So that those who have a real HSI can interface it with DCS like other F-16 simulator? And the icing on the cake, the same for the RWR? Thanks in advance.
  3. Some news for lua export with the new RWR?
  4. Hello again, If data is not available... A question about the LUA: Is it possible to determine the values by "reading" the position of the blue arrow and the white cursor on the instrument in LUA?
  5. Good morning, I go back to this post, someone would know how to read in the lua export for the HSI (for the F-16 but the data may be common?): - Bearing to Beacon (tacan,nav) - Desired heading i hope someone can help me Thanks
  6. Hello, With the redesign of the RWR, can we expect LUA extraction for it so we can use the RWR devices we already have? On BMS we have these variables to allow us to use real RWR instruments or others (USB, LAN, Arduino, etc.). If it can help... Bearing, float[], Bearing of the symbols CurrentSymbolCount, int, Number of symbols in the array Info, char[], New RWR Info Lethality, float[], Lethality of the symbols MaxSymbolCount, spec, Max. number of symbols in the simulator for F-16. MissileActivity, long[], Missile activity of the symbols MissileLaunch, long[], Missile launch of the symbols NewDetection, long[], New detection flag of the symbols Selected, long[], Selected flag of the symbols Symbols, int[], Type of the symbols. Name of symbol. For the eHSI we would need these variables to be able to use the real instruments or others: BearingToBeacon, float, Bearing to the beacon CourseDeviation, float, Actual course deviation CurrentHeading, float, Actual heading DesiredCourse, float, Desired course DesiredHeading, float, Desired heading DistanceToBeacon, float, Distance to the beacon HSIBits, int, HSI Flags NavMode, byte, Current mode selected for HSI/eHSI The LUA extraction of these variables would be a real plus for the compatibility of F-16 cockpits already existing before this module. Thanks in advance.
  7. Hello, any information if there is provision for lua extraction from eHSI and RWR? Anyone who has built an F-16 cockpit, with more or less real parts, is stuck enjoying DCS instead of BMS. Thanks in advance for your response. especially since the eHSI is somewhat essential for radionavigation.
  8. DCS-BIOS cannot provide the data for the RWR and the HSI precisely. Currently, the lua extraction provided by DCS does not include these 2 instruments for the F-16. This is what is requested here.
  9. Hello, thank you for wanting to help us. I cannot extract via the lua script the HSI and RWR data of the F-16. I get there on the F-18, A-10, etc. but not on the F-16. I tried with: "LoGetControlPanel_HSI()" but nothing. I looked if others like DCS-BIOS, Helios, etc. but they don't have anything either. So I thought that the F-16 had a problem on the extraction on these 2 instruments, but you tell us that no. Great news, it would be nice to help us to extract these 2 instruments in lua scripts. that would be cool. Because there we dry.
  10. yes I'm interested I'm concerned for real instruments
  11. Hello, I'm still looking for a heading to the F-16's NAV / TACAN point. the small blue arrow on the HSI. I tried "LoGetControlPanel_HSI ()" but it didn't work. I tried "LoGetControlPanel_eHSI ()" same. Someone would have any idea?
  12. It is a pity that some planes have all the variables for export and for others ... I am wondering if the variable naming of "LoGetControlPanel_HSI" would not be different on the F-16. Anyone know how to find them? I saw that sometimes it is ADF or ADF_RAW etc ... for other planes
  13. Thanks for reply, but i am not trying to visually export the eHSI or the RWR. I have had copies of real instruments for a long time that i use on other simulators. I don't want to change themt. I'm looking for the variables that will allow me to reuse them. I found someone but i miss others. For eHSI i would find : - HSI_VAL_DISTANCE_TO_BEACON - HSI_VAL_BEARING_TO_BEACON - HSI_VAL_DESIRED_HEADING But for F-16 DCS, I am afraid that some variables do not work : LoGetControlPanel_HSI. For information, I use them for my cockpit : Thank you for taking the time to answer me
  14. Hello, I am lucky to have created my cockpit with more or less real instruments most of the time. With the DCS export, I was able to recover almost all the variables except for the RWR and the eHSI. For the RWR, i found how to export the symbols, but i can’t find how to export the position of these on the RWR. For the eHSI, I'm looking for the 'desired heading', the 'bearing to beacon', etc. i tried "LoGetControlPanel_HSI" but it doesn't work How to recover this data or make it available ? Thanks
×
×
  • Create New...