Cobra wrote:
I was messing around with the no cd FA.exe in a hex editor and I found how to change the resolutions. It has limits, like sky issues when wider than 1024 and cut off when taller than 1040, but works otherwise.
Values are in byte swapped hex. Screen resolution and game rendering resolution are separate values.
640x480
Screen 5D06B (Y X)
Render 5D14F (X Y)
800x600
Screen 5D039 (Y X)
Render 5D190 (X Y)
1024x768
Screen 5D047 (Y X)
Render 5D1D1 (X Y)
Huh, seems interesting. Do you have any screenshots that help to illustrate the effect?