W2-Plus icon indicating copy to clipboard operation
W2-Plus copied to clipboard

cnc-ddraw settings - copy cnc-ddraw config behavior

Open FunkyFr3sh opened this issue 2 months ago • 0 comments

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

FunkyFr3sh avatar Apr 27 '24 04:04 FunkyFr3sh