Jump to content

horstweihrauch

Members
  • Posts

    178
  • Joined

  • Last visited

Everything posted by horstweihrauch

  1. Hi @ShaunX, thanks for sharing your hard work Is it possible to import pdf documents to the KB Quick?
  2. Bei den Kontrolleinstellungen sollte ein Knopf mit “Werkseinstellungen” sein (weiß nicht, wie er genau heißt im deutschen DCS)
  3. Thank you very muchI will try it later on
  4. Yes, I did Well, i could try to email him.
  5. Hi @Draken35, thanks for your effort, i just installed it:) Is the "DCS-Military Asset Pack https://gumroad.com/l/VTreS" requiered? I know you are not the author, but i don't know how to install that package.
  6. Hi @baltic_dragonis there a chance that you update the training missions with the new upgrades the harrier recieved lately?
  7. I tend to use it in a similar way, still it's not quite the same like a real boat or china
  8. Just went through your Takeoff Video, great stuff
  9. WOOOHOOO, togother with the gain adjustment it's a-ok now for me
  10. Hello, i am new to the harrier and really like it so far. My one big problem is the readability of the MPCD in VR, especially the map. Even if i kiss the virtual display its hard to read any text. I play in open beta with HP reverb G2 with VR optician lenses.
  11. The MCG ultimate is a true masterpiece for the price. Feels so good
  12. I always click trust for the dcs related installers.
  13. Just curious, but why would you want to shut it off mid combat?
  14. Seems like AMD cards perform better in this case
  15. Pendular rudder bro fist I switched from the warthog setup to the GFIII with MCG and the Virpil CM3 throttle. Both feels like a major upgrade. If this helps for justify:D
  16. the cool guys seem to play beta
  17. I want to thank you too and became a member of your youtube channel:)
  18. Howdy, Can someone help me how to get the MiG21's radar window clean on a second screen? I use the standard export of the A10C and the radar is also displayed, but unfortunately it also overlaps with the mirrored screen. In the A10 and I think the Harrier it works. Actually just a cosmetic problem, but it bothers me a little now. My export lua: _ = function(p) return p; end; name = _('lalalala'); Description = '3 Screens and L-R MultiMFD' Viewports = { Center = { x = 0; y = 0; width = 3840; height = 2160; viewDx = 0; viewDy = 0; aspect = 16/9; }, LEFT_MFCD = { x = 3920; y = 1320; width = 390; height = 390; }, RIGHT_MFCD = { x = 4530; y = 1300; width = 390; height = 390; }, } UIMainView = Viewports.Center LEFT_MFCD = Viewports.LEFT_MFCD RIGHT_MFCD = Viewports.RIGHT_MFCD Thanks in advance
  19. Is it correct that are six buttons per MFD row? The thrustmaster MFDs only have 5 buttons
  20. But when we‘ll be able to cross the internet border and fly through MSFS world with DCS planes
  21. I‘d go vkb on the stick and virpil for the throttle
  22. Why not let Magnitude 3LLC make the mig23? Their MiG21 is top notch
  23. Howdy, Kann mir jemand helfen, wie ich das Radarfenster der MiG21 sauber auf einen zweiten Bildschirm bekomme? Ich benutze den standardexport der A10C und der Radar wird auch dargestellt, aber leider eben auch mit dem gespiegelten Bildschirm überlappend. In der A10 und ich glaube dem Harrier funktioniert es. Eigentlich nur ein kosmetisches Problem, aber es stört mich inzwischen doch etwas. Vielen Dank schonmal. Meine export lua: _ = function(p) return p; end; name = _('lalalala'); Description = '3 Screens and L-R MultiMFD' Viewports = { Center = { x = 0; y = 0; width = 3840; height = 2160; viewDx = 0; viewDy = 0; aspect = 16/9; }, LEFT_MFCD = { x = 3920; y = 1320; width = 390; height = 390; }, RIGHT_MFCD = { x = 4530; y = 1300; width = 390; height = 390; }, } UIMainView = Viewports.Center LEFT_MFCD = Viewports.LEFT_MFCD RIGHT_MFCD = Viewports.RIGHT_MFCD
×
×
  • Create New...