How do I view my framerate in game?

Most games include a developer console accessed by ` which allows you to enter a framerate command to get an on-screen display in game.

 

I would like to test my framerate with various video/sound options so that I can optimize my settings but I am unable to figure out how to get the framerate display in game. Any help here?

1,091 views 2 replies
Reply #1 Top

To access the console you must edit some files.

To Enable Console
Open the Game.prefs file with Notepad. This file is located in My Documents\My Games\Gas Powered Games\Demigod.

Add the following lines to the beginning of the file (above the 'profile = {'):



debug = {
enable_debug_facilities = true
}

 

Showing the framerate is easy just   'Shift-F7'  = 'debug_show_stats', It shows a variety of information: Fps. Render Speed, Sim Speed, Frame Time, and how long you've been playing.

There are many other key combinations for commands such as teleport, spawn units, even a vary cool ring.

Reply #2 Top

For an easier option I believe you can just hit the '/' key on the numberpad to view your frame rate.