i have a 22" widescreen monitor and i'm trying to get darkplaces to run in 16:10 mode. any resolution i pick with that aspect ratio (1680x1050, 1280x800, etc.) gets the right side of the screen cut off. i can run 1280x1024 fine, but then the image is stretched, which i don't want. what's going on here?
Announcement
Collapse
No announcement yet.
darkplaces in widescreen
Collapse
X
-
all this widescreen stuff is baffling to me. i realized that the hud was the only thing cut off, not the actual game. i played around with resolutions and various conwidths and heights and finally settled on this:
Code:vid_conheight "384" vid_conwidth "680" vid_height "768" vid_width "1280"
-
i noticed that darkplaces will automatically adjust the conwidth and height when you change resolutions through the menu interface. i was actually doing that all along, but i put those lines in my config after i found the right resolution just so i wouldn't have to go through the trouble again in the future.
Comment
Comment