Jump to content

karaco39

Members
  • Posts

    16
  • Joined

  • Last visited

  1. Hi, still have a problem with JIT even with new release of your mod, win 10 64, any suggestions?
  2. Hi, can you please help me with mission Hotel 5? Can't reache more than 50 points even when I destroy HMG and BTR and return to base safely. Mission is not completed. Strange is that I send a message to Sabre that area is safe and then to engage the enemies. What do I have to do? Thanks Daniel
  3. ok solved i try this and it semms to work local default_viewport = find_viewport("JF17_RIGHT_MFCD", "RIGHT_MFCD") if default_viewport then dedicated_viewport = {default_viewport.x, default_viewport.y, default_viewport.width, default_viewport.height} dedicated_viewport_arcade = {default_viewport.x, default_viewport.y, default_viewport.width, default_viewport.height} purposes = {render_purpose.GENERAL, render_purpose.SCREENSPACE_INSIDE_COCKPIT, render_purpose.HUD_ONLY_VIEW} render_target_always = true end try_find_assigned_viewport("RIGHT_MFCD")
  4. hi, I just added try_find_assigned_viewport("RIGHT_MFCD") in the end of script and it works, you have to do that with all 3 MFCDs so it will look like this: local default_viewport = find_viewport("JF17_RIGHT_MFCD", "RIGHT_MFCD") if default_viewport then dedicated_viewport = {default_viewport.x, default_viewport.y, default_viewport.width, default_viewport.height} dedicated_viewport_arcade = {default_viewport.x, default_viewport.y, default_viewport.width, default_viewport.height} purposes = {render_purpose.GENERAL, render_purpose.SCREENSPACE_INSIDE_COCKPIT, render_purpose.HUD_ONLY_VIEW} render_target_always = true end try_find_assigned_viewport("RIGHT_MFCD")
  5. I don't what happened, but before the patch I had MFCDs on second screen, after the patch I don't. Hornet still working, but JF MFCD are missing. Any idea?
  6. No AMRAAMS on display, just No 9, but they ure back under tha wing
  7. While using unlimited ammo, amraams, 6 pcs under the wings, I can seem them on the display. When fired, they are back under the wings, but not recognized by the plane. When you fire all of them, just no 9 is still visible on the display a the only one that can be fired. If you go to inventory, you can see Amraams, but you can't add them to pylons. If you unmark no 9, than you can't fire even a missile and what's worse, AC can't be controlled, it just fly, surfaces are moving, trust is working, but the AC is not moving just forward.
  8. Mission, hit by ZSU, cone damaged and sight went off. I landed, AC cold, repair requested and repaired. I did normal start up as usually but sight not available.
  9. This is exactly my problem, mostly overflying target... But target locked, everything according tutorial etc.
  10. Solved, just need to move to RIO, lock target again, latch again... Otherwise not hitting the target.
  11. OK, I found out that if I set Jester off, prepare attack with all kinds of GBUs, dropp them and switch to RIO, lock target again and press latch, I hit the target 100%. Hope it will help somebody
  12. Well I am sure I tried 10 and maybe 24, so I will try another type.
  13. Hi, I have a targeting problem. Even following Lantirn tuturial bombs are falling close to locked target but time to time far away. Seems to me bombs are not following laser beam. After bombing target lock does not holt the target. Strange is that yesterday it was following the target, but still bombs were far far away. A/G mode, point lock, time to release ok, correct bomb, trying CPP and CPM modes of drop, not helping. Any suggestions? Thanks
×
×
  • Create New...