Jump to content

Kelevra9987

Members
  • Posts

    573
  • Joined

  • Last visited

About Kelevra9987

  • Birthday 04/29/1993

Personal Information

  • Flight Simulators
    Digital Combat Simulator
    FalconBMS
  • Location
    Germany
  • Interests
    Sims everywhere, everytime!
  • Occupation
    Salesman

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Start a command line in DCS\bin and start the Updater using ".\DCS_updater.exe install HEATBLUR_F-4E" That worked for me!
  2. 11 Years and counting but this never happend before. No turkey for me either
  3. Doing the same right now and almost done. Will report ASAP
  4. No Phantom in the Modulemanager for me either. PS: Bought from the ED Store
  5. Would be way cooler if you'd just used to the other Thread that you have that bug too. https://forums.eagle.ru/showthread.php?t=222098
  6. 1. Should be a Bug. 2. That page appears if you slew the TDC on the Range-Thingie and disappears as soon as you select a range like you'd lock a target AFAIK. 3. That's the Ghost Flight Path Marker. It's not bound to the A/A Mode but to the caged HUD. The HUD automatically cages with A/A Mode selected. EDIT: Damn. Sniped by backspace 340 :D
  7. Sure you can patch back and forth between Beta and Release. Been doing this for years now. I'm currently on my phone, so I can't give you a link but there is a Patcher Tool from NineLine (I think) that can do this for you. I do it the oldschool way with commandline. In "/DCS/bin/DCS_updater.exe update @openbeta" or if you want a specific Version you can put the Version number after the @-Sign
  8. But if you do that, everything is showing on all three monitors. So comms menu is on the right monitor, comm messages get shown on left monitor. I mean, yes it works but it's just inconvenient, especially after it worked for Months, even Years with the Old Setting of: UIMainView = { x = 1920; y = 0; width = 1920; height = 1080; aspect = 1920/1080; }
  9. No, it's not different. If you would look on page 2 of the other post, you'd notice that.
  10. Maybe a Dev could chime in on this. Is it known, that it's still bugged? Will it be fixed tomorrow?
  11. Go to your MonitorSetup Folder found here: /DCS/Config/MonitorSetup and open 1Camera.lua and change it till it looks like this: _ = function(p) return p; end; name = _('1 Screen'); Description = 'One monitor configuration' Viewports = { Center = { x = 0; y = 0; width = screen.width; height = screen.height; viewDx = 0; viewDy = 0; aspect = screen.aspect; } } -- UIMainView = Viewports.Center UIMainView = { x = 1920; y = 0; width = 1920; height = 1080; aspect = 1920/1080; } Ofc. if you are allready using a custom Monitor Setup .lua then you have to change it accordingly. Also since you have a different Resolution than I have, you have to change out the UIMainView resolutions to yours. Greetings Kelevra
  12. And I thought I am too stupid for the LMAV but no, I have the same issue starting cold and dark from the boat.
×
×
  • Create New...