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
I run a supersampling setup with a DPI > 100% for readability and changing this just to play WMMA is not an option.
I play WMMA4 which is not on Steam but I assume it still applies here.
The solution is to make the game tell Windows that is is not DPI aware, so it scales properly. This is not ideal in many cases but helps making it usable.
Steps:
1 Tell Windows to check for an external manifest file.
2 Create an external manifest files.
1. Backup your registry before changing anything if you are unsure. This is a simple thing and looks more intimidating and complicated than it really is.
Press Windows Button + R, type “regedit”, and then click OK.
Navigate to:
HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows > CurrentVersion > SideBySide
Right-click, select NEW > DWORD (32 bit) Value
Type "PreferExternalManifest" without the quotes, and then press ENTER.
Right-click PreferExternalManifest, and then click Modify.
Enter Value Data 1 and select Decimal.
Click OK. Close the Registry Editor.
Step 2 is even easier.
Every program you want to change the scaling on needs a manifest file in its application folder (the same where the program has its .exe).
For example, my WMMA4.exe is located at J:\Games\WMMA4 and I created a manifest file in text editor named "WMMA4.exe.manifest" inside that folder
The content of the manifest file can be found here:
http://pastebin.com/EKz46JXC
NOTE: This only works if you do NOT have "Disable display scaling on high DPI settings" set for the game .exe (right click the .exe -> Compatibility tab -> Untick "Disable display scaling on high DPI settings")
Before:
http://i.imgur.com/L6EaTIN.png
After:
http://i.imgur.com/U3yivZV.png
Hope this helps somebody out there.