SirPrimalform: Sounds like you're playing the game at too high a resolution and need to turn on the 2x scaling. What's the native resolution of your monitor?
Nirth: 1920x1080. Oh, I didn't know there was a scaling? I think I touched something in options but I didn't really test it thoroughly, only wanted to see what the game was about.
It's a bit hidden, the game is definitely not as finished as it ought to be.
Go to .\Cortex Command\Base.rte\Settings.ini and edit the following lines:
NxFullscreen =
2 ResolutionX =
960 ResolutionY =
540 The resolution values are halved because they define the resolution before scaling for some weird reason, so they get multiplied by 2 because of the NxFullscreen value.
If I had designed it, I would have made it so you put the desired resulting resolution.