dhewm / dhewm3-sdk

An SDK to create Mods for dhewm3
GNU General Public License v3.0
62 stars 27 forks source link

CDOOM: setting the mod into fullscreen on MacOS #25

Open palmerj opened 2 years ago

palmerj commented 2 years ago

I'm having trouble setting the mod into fullscreen on MacOS when I load from base. I have:

seta r_customHeight "1200" seta r_customWidth "1600" seta r_fullscreen "1" seta r_mode "-1"

1200 x 1600 is supported in window mode

But it resets r_mode to 3 and r_fullscreen to 0 and then kicks me out to windowed 640x480. Any ideas?

Would be good to have a GUI function to set fullscreen.

DanielGibson commented 2 years ago

can you post dhewm3log.txt? it should be in your home dir under Library/Application Support/dhewm3

palmerj commented 2 years ago

Ok so, I think I must have had some bad config setting after using multiple monitors. I've reset the configs and entered the above and all seems to be working. Sorry for the noise. It would still be good to have the fullscreen setting in the UI.