-
Posts
1802 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Bailey
-
Thanks to @bones1014 and @Bearmat, we have some new exports! https://github.com/asherao/DCS-ExportScripts/blob/master/Scripts/DCS-ExportScript/ExportsModules/F-4E-45MC.lua (Use the download raw file button near the top of the code) PILOT_GEAR_IND = 10060, PILOT_ALTIMETER = 10061, MISSILE_LIGHTS = 10062, PILOT_RADAR_ALTITUDE = 10063, PILOT_HSI_BEARING_POINTER = 10064, -- WIP LEFT_ENGINE_RPM = 10065, RIGHT_ENGINE_RPM = 10066, VSI_INDICATION = 10067, AOA_INDEXER = 10068, Thank you! Excellent works to the both of them! (Bearmat, can you put leading 0's on the HSI?) (bones1014, are you able to show if a heater is loaded and unfired?)
-
If I see something that may look funny concerning radio navigation, i hop in a comparable module to see if it happens there too. It's helped me understand how this module behaves.
-
Agreed. I was just saying what I observed in dcs.
-
The deviation bar seems to lock out when you are in FROM mode, vice what would be TO mode.
-
Bailey's VoiceAttack Profiles (Added OH-58D Kiowa!)
Bailey replied to Bailey's topic in PC Hardware and Related Software
Thank you! -
This one works in practice. I think it may need some fine tuning due to the bounciness of the cockpit gear indicators. There are times where ingame both left and right gears show as in transit with the hash marks, but on the SD one icon is red and the other is yellow. I removed the float calculation on the thousands argument. Can you see if that works for you too?
-
There seems to be an issue when there is the digit 7 in the second window spot, from the left, the Thousands slot. When it displays 7 ingame, SD shows 6. When it shows 6 the SD shows 6. When it shows 8, the SD shows 8. Hmm, it shows 7 when the needle is about between 9 and 0. Otherwise it shows 6. Do you see this too? This can be tested around 7k ft.
-
Can I make Jester to report speed?
Bailey replied to VR Flight Guy in PJ Pants's topic in DCS: F-4E Phantom
Yes. There is an example in the manual. I don't think Heatblur has unlocked those types of user addons and mods yet. -
Bailey's VoiceAttack Profiles (Added OH-58D Kiowa!)
Bailey replied to Bailey's topic in PC Hardware and Related Software
VoiceAttack for the F-4E Phantom II has been released: https://www.digitalcombatsimulator.com/en/files/3338091/ Enjoy! -
Bailey's VoiceAttack Profiles (Added OH-58D Kiowa!)
Bailey replied to Bailey's topic in PC Hardware and Related Software
Thank you! -
I am glad that it worked "to your shock", haha. Pilot true airspeed (TAS) starts at arg 109. While the pilots seat look at the Radar Altitude guage and look one inch to the upper left. That is the pilot TAS readout, not the spinny dial. If you want to do the radar altitude it will be a challenge. The marks on the dial are not equal, so you will have to do some math and interpolation if you want it accurately represented in all scenarios. Good luck! There is at least one aircraft where I have done this... unfortunately I cannot remember which one it was.... The radar dial for the F4 is [73] = "%.1f", -- Radar_Alt_Needle I have updated the lua to include WSO speed tumblers: https://github.com/asherao/DCS-ExportScripts/commit/2738479f4e40640f18e554fd92cf22e04c6c15ce
-
Just a note: while the HSI provides correct lateral deviation from the ILS course despite an incorrect course input into the window (for the most part), the ADI steering bars require the correct magnetic course in the window for correct guidance.