alexbatalov / fallout1-ce

Fallout for modern operating systems
Other
2.18k stars 150 forks source link

[Windows] SCALE_2X not implemented in the latest release? #139

Open MrPumpkin0451 opened 6 months ago

MrPumpkin0451 commented 6 months ago

Im trying to use scale_2x in the f1_res.ini but it crashes the game when i try to start it up. works fine without it

Zenkibou commented 5 months ago

Hello,

Check #138, which explains why it crashes when you enable scale_2x with a resolution too low.

The resolution in the config file is not the game base resolution, but the final resolution with the scaling applied, and the game needs at least 640x480 base resolution.

So if you want to use scale_2x you need the resolution in the config file to be greater than twice 640x480 (so at least 1280x960).