Jump to content
Sign in to follow this  
DFox31

Arma 2 FPS viewer

Recommended Posts

Anyone know the command so that you can view your FPS as well as how much of each core that ARMA2 is using? Im pretty sure I saw it in a screenshot somewhere but I cant find it again. Yes I know, use fraps but im mostly looking for the core part.

Share this post


Link to post
Share on other sites

arma does not have an in game fps counter, unless you explain what program this command it is for, no one can help you.

Share this post


Link to post
Share on other sites

How about something like this:

[] spawn {
while {true} do {
 hintSilent format["FPS: %1", (round(diag_fps))];
 sleep 0.2;
};
};

Not pretty, but it'll give you your FPS.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×