PDA

View Full Version : Frames per second indicator


chippo
January 29th, 2007, 06:52 AM
In docs/console.html#2-8 it says:framerate - bool - When true, the game shows the current framerate (frames/s) in the game window.

I added the line:framerate "Yes" to my ~/.legacy/config.cfg file, but I don't see an FPS indicator anywhere.

I'm using a commercial doom1 WAD and running with this command:
./Legacy -opengl -iwad Doom.wad
(the legacy is SVN-latest)

What do I need to do to see an FPS indication?

TIA,
chippo

Danimetal
January 29th, 2007, 06:54 AM
Maybe "framerate 1"??. I don´t really know.

smite-meister
January 29th, 2007, 08:30 AM
Most likely it's not implemented. Legacy tries to run at fixed 35 fps framerate.

chippo
January 29th, 2007, 08:34 AM
So did we inherit docs/console.html from some other project?

smite-meister
January 29th, 2007, 02:19 PM
No, it just has not been updated in a long time. Most importantly most consvars related to setting player preferences have been replaced with the "player" console command.
See the function Command_Player_f() here (http://doomlegacy.svn.sourceforge.net/viewvc/doomlegacy/legacy/trunk/net/cl_main.cpp?view=markup).

Planky
January 29th, 2007, 07:45 PM
There is more uptodate doc's - most of which is now on the wiki.