DFox31 10 Posted July 1, 2009 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
remoteplayer1 10 Posted July 1, 2009 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
jamesf1 0 Posted July 1, 2009 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