Jump to content

Kiseki_Yu

Members
  • Posts

    142
  • Joined

  • Last visited

Everything posted by Kiseki_Yu

  1. Recently, I was playing Operation Sandworm Campaign by Sandman Simulations, and the engine suddenly shut down twice during the flight. I had enough fuel, and I wasn't attacked or pressed the wrong button. Is this a BUG? Has anyone encountered a similar situation?
  2. In M4, when I was allowed to RTB, I once again experienced a sudden engine shutdown. I have absolutely no idea why this is happening. Is it possible to restart the engine in the air?
  3. Sorry, I do not understand what you mean. I want to output the ICL channel number by using your suggestion mentioned above. i.e. the following codes: channel = Round(mainPanelDevice:get_argument_value(912)/0.052) + 1 function Round(num) -- Rounds UP/Down to Nearest Whole Number return num % 1 >= 0.5 and math.ceil(num) or math.floor(num) end
  4. Thank you so much! I attached the file. F-14B.lua
  5. I am so sorry that I don't know anything about editing LUA. I copied two lines of code into F14B. lua, but nothing works. Could you please kindly tell me exactly where I should copy them?
  6. Thank you for replying! Anyway, the M3 completed successfully.
  7. I tied mission 2 again, it's not happen! On the other hand, in mission 3, I returned to the carrier in Case III at the required time. That's when the music started (of a successful mission) and at the same time, the wingman (?) also landed on the carrier to crash me. Is this an AI bug? I'm glad the mission completion was not affected.
  8. Thank you so much! I will try to add the code to F14B.lua tonight!
  9. Could you please kindly explain this in more detail?
  10. Thank you for replying. I've bound different keys to turn off the left and right engines. I was having both engines shut down at the same time and my throttle was not in the off position. By the way, I have about 8400 of fuel left.
  11. In the second mission, after I drove off the MIG and was about to go back to CAP, suddenly the engine shut down automatically. I don't know what happened, has anyone else experienced the same thing?
  12. At present, it works fine for me.
  13. So it's a visor skin?
  14. Maybe you can change the names of the MFDs of the backseat (Bake_RCLI_init and Bake_RCRI_init in \Mods\aircraft\F-15E\Cockpit\Bake\MFDG)
  15. Add =========== dofile(LockOn_Options.common_script_path.."ViewportHandling.lua") try_find_assigned_viewport("XXX") =========== to the file UFC_Front_init. Here, "XXX" is the new name of UFC. Then by using the new name, you can only extend the UFC of the front seat.
  16. I think you extended both the front seat and the back seat UFC. You can choose to extend only the front seat.
  17. Thank you so much! "OUTER_LEFT_MFCD" and "OUTER_RIGHT_MFCD", you solved my problem!
  18. Thank RB so much for adding MFD/MFCD Exports in the new version of OB. There are questions about the MFCDs of WSO. What are the exported names of the left and right MFCD of WSO? If the MFCDs of WSO can be exported, can we see MFCDs of the front seat and WSO at the same time? The answer of the first question is here:
  19. I certainly know it's because of the data bandwidth limitations of the hardware. What I'm wondering is if it's possible to disable some of the buttons via software, like disabling 57, 58, and 59, then we have enough data bandwidth to enable 50 and 56.
  20. Winwing posed the details concerning F15E grips, in particular, they explain the compatibility with previous products. https://wwsimstore.com/view/goods-details.html?id=471 It seems that they will lose 6 key bindings (!!!) except Orion 2. Is it possible that we can change the key bindings that lost functions by using their software? For example, in Winwing's announcement, they said that 50, 51, 52 will lose functions. Can we change those to, for example, 57, 58, 59?
  21. This is definitely odd for the F15e, as we don't need (and don't have) helmet visors for other airplanes.
  22. Is it possible to adjust the brightness of the latitude and longitude circle in the HSI interface? The default setting is very dark and hard to see. On the other hand, why the TEWS has a clear and bright latitude-longitude circle?For F18 and F16 RWR, we do not need it.
      • 1
      • Like
  23. I did the same with you except I set the target to be the waypoint 8A. I will try it again. Thank you very much for creating a video! Thank you for sharing the information. I will try it again!
×
×
  • Create New...