I cannot activate Triple buffering, or any other option for that matter

LemontoLemonto Join Date: 2012-09-18 Member: 159881Members
Whenever I set it to triple buff and press apply it doesn't work. The only option I can change is the resolution. I have tried turning it on in the Nvidia control panel and when I start the game it still is off and won't let me change it. Does anyone know whats up or have an ideas? I can't change anything

Comments

  • SecuritySecurity Join Date: 2005-01-07 Member: 33133Members, Constellation, Squad Five Blue
    I just force Vertical sync & Triple buffering through the Nvidia Control Panel.

    Has always worked for me & should overwrite any ingame settings, no matter what they say.
  • ArrowheadArrowhead Join Date: 2005-03-04 Member: 43198Members
    I have the same problem with the interface. I cannot get it accept my settings when I hit apply in graphics options. Nothing happens.
  • CamronCamron Join Date: 2011-01-06 Member: 76356Members
    Is this a bug? If you look at <i>GUIMainMenu:SaveOptions(mainMenu)</i>, the new buffer setting doesn't appear to be getting saved.

    I added this to GUIMainMenu.lua:1192 and it seems to have fixed it.
    <!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->Client.SetOptionInteger("graphics/display/display-buffering", displayBuffering)<!--c2--></div><!--ec2-->

    This is strange though. I could have sworn I had successfully changed this setting yesterday.
  • LudiKalellLudiKalell Join Date: 2003-12-14 Member: 24376Members
    edited September 2012
    For me, too. Also, forcing Triple Buffering via NVidia Control panel doesn't seem to work anymore. I can force VSync, but since build 220 I get 30 > 60 >30 FPS jumps, never something in between, seem the engine now overrides the drivers Triple buffering?

    P.S.: I can set any option.. only the new VSync option doesn't seem to save, it's always "off" when I get back to the menu, and no reaction whatsoever in the menu (not that I would expect it, as with any other option besides resolution).
  • Neil79Neil79 Join Date: 2012-07-06 Member: 153950Members
    edited September 2012
    <!--quoteo(post=1980060:date=Sep 19 2012, 07:32 AM:name=Security)--><div class='quotetop'>QUOTE (Security @ Sep 19 2012, 07:32 AM) <a href="index.php?act=findpost&pid=1980060"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->I just force Vertical sync & Triple buffering through the Nvidia Control Panel.

    Has always worked for me & should overwrite any ingame settings, no matter what they say.<!--QuoteEnd--></div><!--QuoteEEnd-->

    Sigh :(, triple buffering is ONLY for Opengl in the display control panel as microsoft would not certify the drivers otherwise.... I really wish people would read into this as so many fall into the but the control panel already has triple buffering trap. It has to be forced either through DXoverrider or other such D3D triple buffering force app if the game does not have such settings. Not only that the nvidia developers and ati developers have said this themselves aswell!

    But anyway none of the graphical settings are being applied!, Can't apply triple buffering :( :(

    Gah you look forward to a setting after requesting it for months and it doesn't bloody work :P, the apply button is broken
  • LudiKalellLudiKalell Join Date: 2003-12-14 Member: 24376Members
    edited September 2012
    "triple buffering is ONLY for Opengl in the display control panel as microsoft would not certify the drivers otherwise"

    Interesting. I could have SWORN Vertical sync worked with FPS ~40-50 for me in 219. Global Triple buffering in NVIDIA control panel was always on (I deactivated it with 220). I have a 60Hz TFT. Now I have 30/60FPS, as expected w/o Triple buffering. And yes, VSync was (and is) on, very easy for me to see if it is with FPS drops to < 30.
  • Neil79Neil79 Join Date: 2012-07-06 Member: 153950Members
    FIXED

    Latest patch build released
Sign In or Register to comment.