cursey / kanan

Mods for Mabinogi using Javascript
The Unlicense
58 stars 30 forks source link

CPU usage reduction #85

Open truthfulie opened 8 years ago

truthfulie commented 8 years ago

Any chance CPU usage reduction similar to the one in Abyss could be implemented on Kanan? Multi client is really the reason I use mods and without CPU usage reduction, CPU is under too much load and create undesirable heat and noise for me.

cursey commented 8 years ago

I could intercept a function that is called every frame or something and make it the thread sleep for a few hundred milliseconds when the game is out of focus. Maby also set the process priority to idle. This would lower the CPU usage.

I'll look into adding this soon because it is useful for multi-clienting.

truthfulie commented 8 years ago

Any updated on this feature?