Frictional Games Forum (read-only)

Full Version: CPU usage
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have the game installed and running fine.
But both my CPU cores are running flat out, for a low action game is this normal?
(07-19-2009, 02:20 PM)nykysle Wrote: [ -> ]I have the game installed and running fine.
But both my CPU cores are running flat out, for a low action game is this normal?

Games often run as fast as possible. 100% CPU usage isn't really unusual. You could try enabling Vsync in the graphics options. Maybe the game draws as many frames as the system allows. Vsync could limit this. That's just a guess though.
Actually this isn't really "low action"Smile.. there is a LOT of processing going on including all of the shaders on the video card, plus all of the shadow processing, and all the physics code. It can really tax a CPU even though there aren't a lot of NPCs.
(07-19-2009, 07:07 PM)Urkle Wrote: [ -> ]Actually this isn't really "low action"Smile.. there is a LOT of processing going on including all of the shaders on the video card, plus all of the shadow processing, and all the physics code. It can really tax a CPU even though there aren't a lot of NPCs.

Aha ! You again Urkle.
Hi!
Curious thing to find so much going on with what amounts to a static display and only music
Never mind, the temp' doesn't rise so it can't be be too taxing.

Thanks
well, it's not really a static display.. as there is a LOT of dynamic lighting, PLUS you can move around a LOT of items. But as bajatar mentioned, pretty much every game MAXES out the CPU. Alot of time usually you only see one CPU loaded as most games are single threaded, but lately more and more are multi-threaded.. Penumbra is multi-threaded itself (although pretty much only in the audio subsystem, which is decoding a lot of Ogg audio)