• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Showing developer posts only. Show all posts in this thread.
Couple of things to try.
Set your color depth to 16BIT.
Make sure you have your font size set to normal.
 
Okay if you want to manually edit the config file open it in notepad. (Settings.cfg in the main HOI folder)

Make a back up of the file first, incase something goes wrong.

It will look something like this:

Code:
1
1
0
"SCREEN_SIZE_X 800"
"SCREEN_SIZE_Y 600"
"MUSIC_ON"
"europa.valkyrienet.com"

You can then change the screen size to what you want, for example 1024x768 would be:

Code:
1
1
0
"SCREEN_SIZE_X 1024"
"SCREEN_SIZE_Y 768"
"MUSIC_ON"
"europa.valkyrienet.com"
 
Since it works for him, obviously it does.
But thanks for the info.