I bought the War in the Pacific-AE, and for the life of me, the font in the game is simply unreadable because it is blocked out with white blocks where the text should be in battle reports. Makes it very difficult to play as I can not tell how things are working.
The game is all the way updated, so not sure what is wrong with it.
Any suggestions Butcher?
Ok that is an issue, basically you need to modify your startup file War in the Pacific Admiral Edition.exe
There is set commands to change that, you can change the size of your screen and font etc
for example! here is mine: "C:\Games\War in the Pacific Admiral's Edition\War in the Pacific Admiral Edition.exe" -px1680 -py1050 -cpu1 -dd_sw -archive -f
Ok now I will give you the commands for this:
-px -py
To have any effect x must be greater than 1024 and y must be greater than 768. If values less than or equal to px=1024 and py=768 are used the original values of 1024 and 768 will be substituted.
Examples:
-f -px1920 –py1200 for a 1920x1200 monitor in full screen mode
Other Switches
-colorBlind : Support for color blindness
-deepColor : Enables 32 bit color, intended for Full Screen mode
-altFont : Enables alternate in-game font (Lucida Sans Unicode)
-w : Windowed mode
-wd : Windowed mode, daily autosaves
-ww : Windowed mode, weekly autosaves
-fd : Full screen, daily autosaves
-fw : Full screen, weekly autosaves
-r : Show Roads
-autosave : Daily autosave
-archive : Put data reports in archive directory
-skipVideo : Skip the intro video when starting the game
-fixedArt : Will not use rotating images
Here's what I would add behind your shortcut to your desktop AS An example so you can work off it.
"C:\Games\War in the Pacific Admiral's Edition\War in the Pacific Admiral Edition.exe" -px1600 -py1280 -cpu1 -dd_sw -archive -f -altFont -skipVideo
This puts the game at 1600x1280 view, with Alt fonts, weekly saves on your combat report, try this and see what happens-
Basically you only need to add "-px1600 -py1280 -cpu1 -dd_sw -archive -f -altFont -skipVideo"