Jump to content

kirrasdad

Members
  • Posts

    125
  • Joined

  • Last visited

  1. looking to spend about 1K, no VR just high res with all the options turned up, currently running a widescreen at 3440 x 1440 res. I want to stick with Intel and the LGA 1700 chip format
  2. Hello All, 5 year mark is coming up on my current build. going to upgrade and would appreciate input! Where is the greatest performance potential? Thanks all!
  3. I'll bet you have a controller double mapping issue, check and clear out the conflict.
  4. I believe in CPG/TEDAC LHG first detent will fire if within constraints, second detent will force override and fire even if not within constraints. RHG first detent is a one second laser range finder, and second detent is laser on as long as trigger is held in
  5. Under GPG controls, LHG needs trigger mapped, RHG needs trigger mapped also, I believe LHG fires weapon and RHG fires laser
  6. I can confirm, if I'm CPG and ask George to slow to 0 IAS. He pulls up, stops then we proceed to lose altitude and slam/bounce onto the deck. then we bounce back up and all is well, albeit some damage
  7. Changed my video setting to fullscreen and now can't access the "apply" button to change. I seem to remember a way to go into the game folder and manually change a configuration file but can't remember. Anybody else?
  8. I have both the Warthog and the new X-56. My preference for the X56 is the ability to twist the rotor without footpedals. Anyone come up with a profile yet?
  9. I knew when Wags completed his last quickstart video, it was going to drop!
  10. got it working by going to windowed mode and lining up all monitors side by side in windows. Thanks to all!
  11. Hello All! I have a frustrating amount of time trying to edit my LUA files to allow my new Cougar LCDs to display my MFDs for A10C, can anyone point me in some direction? Thanks! _ = function(p) return p; end; name = _('my practice'); Description = '3 monitors'; Viewports = { Center = { x = 0; y = 0; width = 3440; height = 1440; viewDx = 0; viewDy = 0; aspect = 2.38; } } LEFT_MFCD = { x = 0; y = 840; width = 500; height = 500; } RIGHT_MFCD = { x = 800; y = 840; width = 500; height = 500; } UIMainView = Viewports.Center LEFT_MFCD = Viewports.LEFT_MFCD RIGHT_MFCD = Viewports.RIGHT_MFCD
  12. question: I have a main monitor (I think that makes it the "center viewport) that is 3440x1440 and two 800x600 LCDs in cougar MFDs positioned below and to the left in windows. here is the LUA I created: _ = function(p) return p; end; name = _('my practice'); Description = '3 monitors'; Viewports = { Center = { x = 0; y = 0; width = 3440; height = 1440; viewDx = 0; viewDy = 0; aspect = 3440/2040; } } LEFT_MFCD = { x = 0; y = 1440; width = 500; height = 500; } RIGHT_MFCD = { x = 800; y = 1440; width = 500; height = 500; } UIMainView = Viewports.Center LEFT_MFCD = Viewports.LEFT_MFCD RIGHT_MFCD = Viewports.RIGHT_MFCD its not working and I don't know why, Do you?
  13. Done! My two small LCDs are both 800x600 and my main monitor is 3440x1440, thanks for the help, it's driving me bonkers!
×
×
  • Create New...