VOGONS

Common searches


First post, by feipoa

User metadata
Rank l33t++
Rank
l33t++

Is there a way to display the framerate during gameplay in Battlezone?

Plan your life wisely, you'll be dead before you know it.

Reply 1 of 5, by DracoNihil

User metadata
Rank Oldbie
Rank
Oldbie

I know 1.5 had the framerate display enabled by default (never figured out how to modify that preference though). I don't know what Battlezone 98 Redux is based on but I would assume the same framecounter exists somewhere.

There no documentation? Command line parameters maybe?

“I am the dragon without a name…”
― Κυνικός Δράκων

Reply 2 of 5, by akula65

User metadata
Rank Oldbie
Rank
Oldbie

From the Battlezone FAQ:

How Do I Get My FPS and Polygon Count? There should be a RENDER.cgf file or something like that in your Battlezone Directory. Op […]
Show full quote

How Do I Get My FPS and Polygon Count?
There should be a RENDER.cgf file or something like that in your Battlezone Directory. Open up the file and you should see a line like this:

[Debug]
;TrackFPS = 1 //Display FPS and polygon count

To get your frames per second and polygon count simply erase or delete the ";" in front of the line. Now save and close the file and when you boot up a game of Battlezone it should list the info in the upper right hand corner of the screen. Remember that adjusting the Graphic option on the game will affect your frames per second so if it is really low and the game seems unplayable that is probably because you have too many settings such as textures on high.

Reply 3 of 5, by feipoa

User metadata
Rank l33t++
Rank
l33t++

The only render.cfg files are in Battleezone\video cards\

Upon opening Battleezone\video cards\3Dfx\render.cfg, I see only these lines,

[d3d]

triplebuffer=0

I added the following,

[Debug]

TrackFPS = 1

however the framerate did not appear on screen during gameplay.

Plan your life wisely, you'll be dead before you know it.

Reply 4 of 5, by akula65

User metadata
Rank Oldbie
Rank
Oldbie

From discussions that I have seen in other forums, it sounds like the render.cfg file needs to be in the Battlezone folder/directory. I'm guessing your setup did not create one (or it got deleted) somehow. That's the only thing I can think of, but the TrackFPS variable is what controls the FPS counter:

http://videoventure.org/battlezone/render_cfg_settings.html

Reply 5 of 5, by feipoa

User metadata
Rank l33t++
Rank
l33t++

What I had to do was create render.cfg and place it in the Battlezone directory. Then add,
[Debug]
TrackFPS=1

Works now. Thanks for your help!

Plan your life wisely, you'll be dead before you know it.