Jump to content

andrewd251

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by andrewd251

  1. is there any way to fix the way some user skins are displayed, there seems to be an issue with a lot of them not showing correctly. a similar issue with the Huey and mi 8 skins can be solved by changing some of the file names, is this possible with the sabre.
  2. thank you for your hard work heatblur. I cant wait to finish work today.
  3. Thanks, looking forward to the 13th.
  4. Today is a good day, after a loooonnnnnngggg time trying, failing and trying again i finally managed to refuel from a tanker in one go. I thought this day would never come. :)
  5. After many, many months of trying to get to grips with DCS, some things are starting to come together.:) Air to air refueling on the other hand can kiss my @#?, i've murdered around 100 tankers so far in frustration :lol:
  6. +1
  7. keep up the good work guys.
  8. Thanks will give it a try.
  9. evening all As the title suggests i'm looking for some help exporting the hornets MPCD. I have managed to get the top left and right screens to work, however the MPCD wont move from my main monitor no matter what values i put in the x & y sections of the monitor .lua file. Below is my monitor.lua file. _ = function(p) return p; end; name = _('1 Screen + 3 MFD on second screen'); Description = 'One monitor with 3 MFD on second screen configuration' Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1920/1080; } } Gui = { x = 0; y = 0; width = 1920; height = 1080; } LEFT_MFCD = { x = 1920 + 73; y = 5; width = 530; height = 530; } RIGHT_MFCD = { x = 1920 + 676; y = 5; width = 530; height = 530; } F18_AMPCD = { x = 1920 + 275; y = 540; width = 530; height = 530; } UIMainView = Gui Any help would be appreciated.
×
×
  • Create New...