H-uru / moul-assets

A collection of fan-maintained game assets and sources used by Myst Online.
Other
21 stars 17 forks source link

Need to Remove EAX references from UI #247

Closed patmauro closed 8 months ago

patmauro commented 11 months ago

EAX is dead and is not coming back - so even though there is an ongoing effort to emulate these via EFX, it would still be prudent to remove the references in the UI to the EAX technology specifically, especially given how much of Uru's sound logic has already been ripped out in favor of OpenAL.

Specifically, we need to do the following:

PR https://github.com/H-uru/moul-assets/pull/239 attempted to solve this issue by replacing the EAX graphic with an OpenAL graphic and by directly modifying GUI_District_AudioSettingsDialog.prp to change the "Enable EAX" string to "Enable EFX" - however, the feedback was that (A) we should instead remove the graphic outright, and (B) the needed changes should instead be made in xKIGUI.max and reexported afresh so that the source files can reproduce the game files exactly.