Re: Small Text and Resolution issues
Since the text is bitmapped I am pretty sure it cannot be scaled in game. Your only solution is to play at a lower resolution. Your best bet is to play in a windowed mode - you can specify any resolution you want that fits in your desktop. If you specify a resolution that is less than half of your desktop, then you can use the 2x windows mode which will zoom the game by 2x. This is probably what you want.
You'll have to edit the settings file by hand to get the resolution you want.
In Cortex Command/Base.rte/Settings.ini:
Code:
Settings
ResolutionX = Set to half of your desktop resolution
ResolutionY = Set to half of your desktop resolution
TrueColorMode = 1
PaletteFile = ContentFile
FilePath = Base.rte/palette.bmp
Fullscreen = Set to 0
NxWindowed = Set to 2
...