Page 1 of 1

Increasing Framerate in Unreal

Posted: Fri May 29, 2009 7:03 pm
by Masterman
This little and easy tip will give you a significant performance improvement in Unreal as far as gameplay is concerned.

THIS IS FOR OPENGL USERS ONLY

If you don't have it, get it. You are missing out bigtime.

What are framerates and all this technical mumbo-jumbo? Well, FPS (Frames Per Second) is how quickly images are processed by your PC. Think of how they draw cartoons; one drawing at a time right? Then when you flip through the individual drawings quickly, it makes a semi quasi-video. Now think about the speed at which you do this. Slower would make it appear choppy and faster would make it smooth.

They say the human eye can only process around 60 FPS. Well this may be true in some situations, but certainly not in online gaming. All video cards have whats called VSync which is by default, enabled. This driver Syncs the framerate with the max "Refresh Rate" of the monitor you are using. My monitor is LED and limited to a 60Hz refresh rate, which is the standard for almost all LCD and LED monitors. CRT monitors (the big clunky one that weighs a 100 pounds, lol) can sometimes have refresh rates of over 100Hz. Do not worry about this aspect though, as you can "trick" it.

Now that that has been explained, it's time to make the modifications necessary to get the best performance out of your PC.

Step 1: Do a control. Go onto a server and hit Tab and type timedemo 1. Look at your average FPS as you move about the map, now you have a value to go by. To get rid of it, hit tab and type timedemo 0.

Step 2: Now hit Tab again and type Preferences. Once the window comes up, expand the Driver tree and make sure the following is correct:

Image

While you are in the preferences window, perform the following Under the Rendering tab at the bottom:

Image

Step 3: Exit Unreal, and navigate to your Video Card's main menu. Do the Following (may be different for older or newer cards/Drivers, but look and you'll see) ATI users, I don't know what you'll need to do.

Image


Apply everything, double check blah blah, fire up the game. Enter a server, and hit Tab Timedemo 1. Check your FPS now, it should be twice or more of what it used to be. Be careful though, if it is jittery, play with the FrameRateLimit described in Step 2 (turn it down) if it runs smooth, you may be able to get even more out of it.

Here is my current FPS running Gold, 1024x768 pixels

Image

Re: Increasing Framerate in Unreal

Posted: Sat May 30, 2009 11:22 am
by wever.nl-(DOG)-
Thanks !

Re: Increasing Framerate in Unreal

Posted: Sat May 30, 2009 2:14 pm
by Oldsparky

Re: Increasing Framerate in Unreal

Posted: Thu Jun 04, 2009 5:08 am
by Masterman
Oldsparky wrote:http://www.newbiesplayground.com/dogfor ... f=4&t=1876

What happened to this?

Nobody cares

Re: Increasing Framerate in Unreal

Posted: Thu Jun 04, 2009 1:26 pm
by DaveAnd___
Turning off vertical sync doesn't suit every one - it can make your screen rendering flicker, but it has a big impact on the performance, as there is no draw latency.

Changing the framerate in unreal... - most TFTs wont allow anything above 60Hz - and it is debatable that you need to go any higher as .. like you say your eye cant see the difference.

But all good stuff! - It's best & good to give people the opportunity to experiment and make there own minds up :), So Thanks!

Re: Increasing Framerate in Unreal

Posted: Sat Jun 06, 2009 1:43 am
by Masterman
A response? :shock:

Lol, you're welcome man 8)

Re: Increasing Framerate in Unreal

Posted: Wed Jun 10, 2009 6:24 am
by Masterman
A little update. You might want to google your CPU's SSE instruction set capabilities. Been doing a little reading after a few people experienced a negative result from this procedure, and this is the only impeding factor I can find:

http://www.springerlink.com/content/bht49ycpbkkk547g/

My instruction set is SSE3 for those wondering