Jump to content

Bonzh

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Bonzh

  1. Hey guys, I've tried completing the 2nd mission of the Republic Campaign 20 times now - every time enemy Ka50s hunt me down, and just simply guns me... No matter what i do, i cant seem to hurt them? They seems to be immune to my IGLAs and Guns. Is this intended? Are these enemy helos suppose to be invulnerable? And if so, do any of you have a suggestion on how to complete the mission? Thanks.
  2. Hi, thanks for you reply! Can you confirm this includes editing the location of where the kneeboard opens on the screen(s)?
  3. Hello all, This issues is in the OPEN BETA version. I am running a triple monitor setup, a large center screen and two small screens for MFDs. This has been working perfectly fine for the last 6 months - however, i now get a tainted client when joining multiplayer servers. Concretely, i have adapted my monitorsetup .lua to export the screens. Also, i am i have been exporting the DED, EHSI and RWR of the F16 Viper. This is done by adding this snippet into the DED_int and RWR_ALR56_init and has been working perfectly fine until now: dofile(LockOn_Options.common_script_path.."ViewportHandling.lua") update_screenspace_diplacement(1, true, 0) try_find_assigned_viewport("DED") Not only that, i also had to reconfigure my monitorsetup .lua. It seems as if this does no longer accept negative values: My usual setup: center x,y = 0,0, left_mfd x,y=-768,0, right_mfd x,y=1920,0 My current setup: center x,y = 0,0, left_mfd x,y=1920,0, right_mfd x,y=1920+768,0 Note: I also had to change the setup in windows for this to work. I believe this was introduced in the new patch (date: 09/19/2021) Can anyone confirm this is an actual bug? are we no longer allowed to export the DED and RWR of the Viper?
×
×
  • Create New...