Jump to content
Sign in to follow this  
LykosMactire

How do i disable the Graphics limiter

Recommended Posts

this is a real game breaker for me, my old laptop which was a piece of crap was able to go on ultra but now i got a new one that runs a lot better. yet the new graphics limiter based on hardware restricts me from using ultra graphics which is a MUST for a re texture guy like me, If this is possible to remove can someone tell me how

Share this post


Link to post
Share on other sites

What do you mean by "graphics limiter" ? I can use Ultra settings even though my hardware is not capable of running it well on those settings...

Share this post


Link to post
Share on other sites

Check power option is on 'Maximum Performance'

Share this post


Link to post
Share on other sites

Try restarting... sometimes settings disappear from the settings menu because of a bug.

Share this post


Link to post
Share on other sites

Create a mod with something similar to this in it

class CfgVideoOptions
{
class TextureQuality
{
	class VeryHigh
	{
		vramNeeded = 512;
	};
};
};

That will allow you to set your Texture quality higher even if you don't have the required vram for it.

Share this post


Link to post
Share on other sites

It's a "feature" which BIS thought was a good idea for dumb people who whine about FPS. Look at my sig.

Share this post


Link to post
Share on other sites
Create a mod with something similar to this in it

class CfgVideoOptions
{
class TextureQuality
{
	class VeryHigh
	{
		vramNeeded = 512;
	};
};
};

That will allow you to set your Texture quality higher even if you don't have the required vram for it.

i dont know how i would put that in i only do retextures mod wise, i know nothing about stuff like this and im trying to get it to ultra

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×