Carlmundo / W2-Plus

An easy-to-install patch that makes Worms 2 run on modern computers with extra features.
88 stars 3 forks source link

cnc-ddraw settings - copy cnc-ddraw config behavior #16

Closed FunkyFr3sh closed 6 months ago

FunkyFr3sh commented 6 months ago

When "Borderless" was selected in the config it should also set these values:

toggle_borderless = true
toggle_upscaled = false

When "Fullscreen" was selected in the config it should also set these values:

toggle_borderless = false
toggle_upscaled = true

"Windowed" mode should probably use the same settings as borderless, (but it's personal preference though)

toggle_borderless = true
toggle_upscaled = false

Might also be a good idea to default to opengl for higher quality upscaling

renderer=opengl
shader=Bicubic

Or maybe add the shader settings to the config as well?

Nearest neighbor, Bilinear, Bicubic, Lanczos, xBR-lv2

Carlmundo commented 6 months ago

Fixed and will be included in the next release.