AliveTeam / alive_reversing

Re-implementation of Oddworld: Abe's Exoddus and Oddworld: Abe's Oddysee
329 stars 44 forks source link

Feature request - more fullscreen option 4:3 aspect options #1000

Open arrowgent opened 3 years ago

arrowgent commented 3 years ago

Found in build: [insert build number] Linux Last working build number: [finding this will greatly reduce time to fix] today's master build 12-23-2020

Description of issue: [insert description] F12 fullscreen stretches to widescreen 16:9 would prefer option to toggle 4:3 widescreen with borders

i dont know if SDL supports a 3 toggle switch, this would be great if it does. F12 = windowed F12 = fullscreen 16:9 F12 = fullscreen aspect 4:3

if not then some toggle option on commandline?

AliveExeAO -aspect

great work thanks for the RELIVE REV

MrSapps commented 3 years ago

Yeah this kind of thing should be possible - the pause menu dev options currently has the aspect option for AE - marking this as a feature request because it isn't a regression from the original game or a reimplementation bug.

MrSapps commented 3 years ago

I believe @Nemin32 added some keys for this, however there still isn't any in game UI for it.

Nemin32 commented 3 years ago

Yes, F10 - Bilinear filtering on / off F11 - Keep aspect ratio / Stretch F12 - Fullscreen / Windowed mode