Jump to content

Riven

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Riven

  1. could you please explain the fix...

     

    I ran a repair on 2.5 earlier for other issues. And once i jumped back in the eagle I no longer had the radar exported to my second screen..

     

     

    Below is my monitor setup lua. I have two screens one on top of the other. The bottom screen is only used for MFD / radar video.

     

    _  = function(p) return p; end;
    name = _('Camera + LMFCD');
    Description = 'Left MFCD on the left and camera on the center'
    Viewports =
    {
        Center =
        {
             x = 0;
             y = 0;
             width  = 1920;
             height = 1080;
             viewDx = 0;
             viewDy = 0;
             aspect = 1920 / 1080;
        }
    }
    
    LEFT_MFCD =
    {
        x = 54;
        y = 1133;
        width = 445;
        height = 445;
    }
    
    RIGHT_MFCD =
    {
        x = 1425;
        y = 1133;
        width = 445;
        height = 445;
    }
    
    UIMainView = Viewports.Center

     

    The 2nd line,

    name = _('Camera + LMFCD');

    Replace Camera + LMFCD with a more unique name.

     

    The reason is it might be conflicting with the one already existing, if you've made a copy.

    Also don't forget to select it in the settings when you launch the game. I've forgotten to do that once or twice and thinking it was borked.

  2. Ok so one guy fixes it by setting max performance, another guy fixes with core affinity, another with enabling 16x pcie bus, and now monitor clocks.

     

    What the heck is going on? Every other game performs fine, but DCS seems to require the Perfect computer. And by perfect I mean the exact computer that the developer is using. Not just the same make and model, but literally the one sitting on his desk.

    • Like 1
  3. Just for testing to see if there was any software/driver conflicts, I temporarily installed a clean Windows 10. +nvidia drivers + ms visual c++ to get the game to work.

     

    Still stuttering. This time with fps drops to half the usual rate after 5 minutes or so of flying AND with micro-stutters along with the usual larger stuttering.

  4. I'm having stuttering no matter the settings.

    High, med, or low. VR or without VR. msaa on or off. High or balanced power performance. It all stutters. This while getting 150 - 180 fps.

     

    I'm testing it on only 1 monitor with a gtx 1080ti. Installed on SSD. Even tested it on my other computer with a gtx1070 still stutters. Tried nvidia drivers 388.71 as well as 390.77.

     

    Did everything suggested on this forum. Deleted shader cache, turned off C1e halt state... I give up.

×
×
  • Create New...