Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

PERFORMANCE ISSUES:

due to setting an unlimited frame rate, the game will attempt to render thousands of frames a second. This has a high CPU usage.

A temporary fix is as follows until I can update the game after the voting period:

Find the file: \OneMinuteMiner\OneMinuteMiner\KennyGamesExplore\Saved\Config\Windows\GameUserSettings.ini

Put this line in there:

FrameRateLimit=120

This should bring CPU usage down by about 80%.


Thank you.