Jump to content

Bailey

Members
  • Posts

    1802
  • Joined

  • Last visited

Everything posted by Bailey

  1. 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?)
  2. Update: Reduced F5 CPU load by commenting out unnecessary exports
  3. Update: Reduced F5 CPU load by commenting out unnecessary exports
  4. It is possible. Example: https://github.com/asherao/DCS-ExportScripts/blob/efbdbe4320500f8c3038316258e0c8abea979c53/Scripts/DCS-ExportScript/ExportsModules/UH-1H.lua#L1046 For F4 I assume? Looking forward to checking this out!
  5. put it in your git (if it isnt already) and I'll grab it from there.
  6. Updated P-51D - breakout instrument panel values individually for better visibility (thanks jdshkolnik)
  7. Awesome. I'll update the git when I can. Thank you! Looking forward to checking this out.
  8. Remove "math.floor(" and the last ")" from altitude value2. Oops, if I said float I meant floor. Sorry.
  9. Thank you! The luas have been added to the Library. The profile and button art itself is so nice! Sorry for taking so long. Link to your profile: https://www.digitalcombatsimulator.com/en/files/3322439/
  10. 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.
  11. Bailey

    ILS

    Agreed. I was just saying what I observed in dcs.
  12. Bailey

    ILS

    The deviation bar seems to lock out when you are in FROM mode, vice what would be TO mode.
  13. same. posting the function here was perfectly fine. keep doing what you are doin'!
  14. 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?
  15. 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.
  16. Checking these out today. I noticed that you are pushing updates to your git, not the community library. That is fine, just wanted to make sure you knew.
  17. I didn't see a pull request. I have seen your fork updated with what you were talking about. Hmmm, I may have accidently canceled yours while I was having trouble with mine thinking that I was canceling my own. Oops! Submit again and I'll take a look.
  18. Yes. There is an example in the manual. I don't think Heatblur has unlocked those types of user addons and mods yet.
  19. VoiceAttack for the F-4E Phantom II has been released: https://www.digitalcombatsimulator.com/en/files/3338091/ Enjoy!
  20. 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
  21. 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.
  22. F4 Update - added WSO Laser tumbler export - added all WSO WRCS tumbler exports https://github.com/asherao/DCS-ExportScripts/blob/a35bba4dcfde34af2e1302673daa81035ccc3dbf/Scripts/DCS-ExportScript/ExportsModules/F-4E-45MC.lua
×
×
  • Create New...