-
Posts
42 -
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.
-
hello and happy new year. Any news or feedback on this request? Thanks in advance.
-
Hello, I'm reiterating my request for LUA data export for eHSI and RWR. So that owners of cockpit instruments can use them with DCS. Thank you in advance.
-
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.
-
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.
-
Some news for lua export with the new RWR?
-
DCS F-16C MOD, how find export datas for eHSI and RWR?
Sharknoir replied to Sharknoir's topic in Home Cockpits
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? -
DCS F-16C MOD, how find export datas for eHSI and RWR?
Sharknoir replied to Sharknoir's topic in Home Cockpits
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 -
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.
-
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.
-
Some news about that?
-
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.
-
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.
-
yes I'm interested I'm concerned for real instruments
-
DCS F-16C MOD, how find export datas for eHSI and RWR?
Sharknoir replied to Sharknoir's topic in Home Cockpits
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? -
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