Description:
This little addon displays your FPS using the integrated game's FPS function (diag_fps).
On top of that you have the option to change some of its settings in an external config file (read the readme!).
Features:
* FPS counter in the top left of the screen
* Added button to the pause menu to toggle the counter on/off
* Works with all UI size settings
* External configiruation file
Installation:
Unpack contents of the RAR archive with WinRAR or similar program (you might leave out the directory keys - this is for servers only) into your ARMA 2 directory.
Create a new shortcut to arma2.exe.
Open the shortcut's properties and: If this is your first mod Add "-mod=@DFS_FPScounter" behind Path example:
Code:
"C:\Program Files\Bohemia Interactive\ArmA 2\arma2.exe" -mod=@DFS_FPScounter
If you have multiple mods add ";@DFS_FPScounter" at the end of the mods you already have defined:
Example:
Code:
"C:\Program Files\Bohemia Interactive\ArmA 2\arma2.exe" -mod=@mod1;@mod2;@DFS_FPScounter
Click OK to confirm the changes to the shortcut.
Check our FAQ for a clear explanation about using modfolders.
Included files:
dfs_fpscounter.pbo
Usage:
Go to ARMA 2's directory (Example: C:\Program Files\Bohemia Interactive\ArmA 2).
Go to directory called userconfig, then to DFS_FPScounter.
Open defaultSettings.hpp file with Notepad or similar text editor.
Edit settings to your liking.
Save and exit.
Restart ARMA 2 if it was running.
Credits & Thanks:
SomeBloke for testing
Changelog:
v0.1.0
Initial release
v0.1.1
- Removed declaration of obsolite variable (DFS_fpscounter_thold_red) causing error reports
- Included DFS server signature key
Forum topic:
- BI forums

