PadWorld-Entertainment / worldofpadman

World of PADMAN game repository
https://worldofpadman.net
Other
39 stars 9 forks source link

UI: Re-introduction of the option to select sound quality #105

Closed kai-li-wop closed 3 years ago

kai-li-wop commented 3 years ago

In WoP 1.5, the option to select the sound quality was no longer functional, probably because SDL was introduced and the necessary adjustments were not made at this point. Then with WoP 1.6 the menu item was removed completely, because it didn't work, instead of adapting it. shot0000

ioQuake3 has already made these adjustments and we should adopt them directly like this. I find here the menu item "Sound System" with the selection options "SDL" and "OpenAL" clearer than the option "Use OpenAL" with the selection options "on" and "off". shot0000

The new menu item "SDL Sound Quality" should then offer "Low", "Medium" and "High", where this corresponds to 11kHz, 22kHz and 44kHz. If OpenAL is selected as the sound system, this menu item should also be grayed out, as in ioQuake3, since it only applies to SDL. Also it needs the accept button to show after changes. I have drawn a little something: sound-OpenAL sound-SDL

kai-li-wop commented 3 years ago

BTW: "Auto switch Song" should be changed to "Auto Switch Song :" to unify with the rest of the menu options.

kai-li-wop commented 3 years ago
kai-li-wop commented 3 years ago

Fixed the menu order and auto switch song option string with 97427e9199e31a84417308dbce70744e857f8ebd. Everything works now like expected.