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
Modify 'ArtRes' would be better (http://steamcommunity.com/app/78000/discussions/0/864975632548686323/#c684839199428327658), but this property is no longer exists in RegEdit(?)
So open up game directory, find and edit file name 'compat.cfg'. Look for 'GetAppDefaultArtRes' and immediately return value of 600, so this file should looks like:
function(int) GetAppDefaultArtRes
{
return 600; /* returns immediately */
if (compat_IsVista)
{
if ((compat_AppSysMemTotalMB >= 768) && ...
...
}
}
By reading the code, I think they didn't have plan to support for Windows 8 yet, also this way you do not need to mess up with RegEdit.