How can I stop the game from pausing when the window doesn't have focus?
The game pauses everytime I click out of the game to do something else, which is really annoying.
Is there any configuration I can change in order for the game to continue running after it has lost focus?
21 Answer
Pokemon Uranium is made in RPG Maker XP. When tabbed out, all scripts stop running, but all audio continues playing. This can be seen documented in this forum post. There is no way to fix this, as it is an engine limitation. This limitation was removed in RPG Maker VX, but Pokemon Uranium runs in XP, and it seems this limitation is unlikely to ever be removed.
4