EA_Nils
Community Admin
2 years agoRe: Add frame rate counter to EA overlay
@GawgPorkChop, from your post history, I saw that you had been playing Dead Space.
Dead Space is a game based on the Frostbite engine, and these come with a built-in FPS counter. The below steps should hence work.
Frostbite engine steps:
FPS Counter
- Open the command console by pressing the ~ key. (This key mapping might be tricky for some locale settings, try setting the keyboard in Windows to EN-US, if you can't get it to work with another locale)
- For toggling the FPS counter on, enter the following commands and press enter:
- PerfOverlay.DrawFps 1
- For toggling the FPS counter off, enter the following commands and press enter:
- PerfOverlay.DrawFps 0
FPS Graph
- Open the command console by pressing the ~ key.
- For toggling the FPS graph on, enter the following commands and press enter:
- PerfOverlay.DrawGraph 1
- For toggling the FPS graph off, enter the following commands and press enter:
- PerfOverlay.DrawGraph 0
Let us know how you get on!