Both laptops I tried installing it on had trouble with garbled text, when run against DirectX 9 (Can't run 10 or 11 on XP). Based on others' posts in forums, it is related to having a Mobile Intel(R) 965 Express Chipset Family video card and driver. And with Windows 7 with DirectX 11, for me it still is faster to run in as DirectX 9.
Well, first, just to get the game not to crash, I had to go to Dell and download the latest driver. Then it didn't crash, but the text was garbled.
I also tried downloading the latest from Intel that was newer than Dell's, but that didn't help.
I took a workaround posted on a forum: http://forums.2kgames.com/forums/showthread.php?t=89425 Many thanks to CockedAndLoaded for half of this workaround!
I took that one step further and basically forced uppercase which took out the garbled lowercase letters and looks a lot nicer. Note, this is a temporary workaround until Civ 5 is patched, someday, theoretically.
- Download and unzip https://sites.google.com/site/mafujosh/Civ5WorkaroundFontsForIntel965VideoCard.zip
- Go to the C:\Program Files\Steam\SteamApps\common\sid meier's civilization v\Assets\UI\Fonts\Tw Cent MT folder on your computer, and copy the existing files to some place for safe keeping. (If it is not in the "Program Files" folder, maybe also look for a "Program Files (x86)" folder. Also, check drives other than drive "C:". If that doesn't work, try doing a file search on your computer for "Tw Cent MT" folder.)
- Then copy the files from inside this zip file into this folder.
- See https://sites.google.com/site/mafujosh/Civ5PatchInstallHelp.wmv for help.
- http://forums.2kgames.com/forums/showthread.php?t=89425
- http://forums.2kgames.com/forums/showthread.php?t=87615
- http://forums.2kgames.com/forums/showthread.php?t=87613
- http://forums.2kgames.com/forums/showthread.php?t=87532
- http://forums.steampowered.com/forums/showthread.php?t=1439312
- http://forums.civfanatics.com/showthread.php?p=9677165&posted=1#post9677165
- http://forums.civfanatics.com/showthread.php?t=384453
- http://forums.2kgames.com/forums/showthread.php?t=88789
- Open up the ggxml files.
- Every "glyph" node seems to represent a letter.
- The "CH=" attribute of each glyph node matches up to a letter's ASCII or ANSI value. This value is the number that computers use internally to match up to a letter. Here are some examples of these matchups.
- Basically, I remove the configuration for the lower case letters, and configured them instead to be the same as the uppercase. For other languages, I didn't do this. So you might want to experiment with this for special characters.
- Basically, you can open up the "Character Map" utility that comes with Windows and is in the Start Menu somewhere (probably in Accessories). Find the character that you want to replace with something else. Look at its code. The code in the "Character Map" utility is probably in HEX, so you'll need to convert that to regular decimal (you could use something like this.) Do this for both the character you want to replace, and to the character you want to replace it with. Then look for the lines in the ggxml file with those decimal values in their "CH=" attribute, and copy over the rest of the settings in that row.
UPDATE 2011-10-23:
I don't know if I tried this, but someone claims to have solved this on their PC with "I found that the refresh rate selected in the game was making the fonts unreadable. When I selected a resolution that used a refresh rate that my desktop was using (and that the monitor was supporting), the fonts became readable." on http://forums.2kgames.com/showthread.php?89425-WORKAROUND-Text-unreadable&p=1471350#post1471350