Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Firstly, this is "by default" behaviour of SDL. It can be disabled in the code by setting SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS to 0. It'd be nice if there was a setting for doing so in-game.
However, since we can't edit the code, we have to use a different approach. SDL also recognises environmental variables. So instead of running Civ5 from inside Steam, we run it from the command line. You'll still have to have steam running, first. Then navigate to the directory containing Civ5XP. Then run
SDL_VIDEO_MINIMIZE_ON_FOCUS_LOST=0 ./Civ5XP
Alternately, you can export it in some larger scope.
Having to go into each game and do this is pretty ridiculous also.