otavepto / gbe_fork

Fork of https://gitlab.com/Mr_Goldberg/goldberg_emulator
https://gitlab.com/Mr_Goldberg/goldberg_emulator
GNU Lesser General Public License v3.0
191 stars 55 forks source link

Fix Age of Empires 2: Definitive Edition #97

Closed bitsynth closed 3 months ago

bitsynth commented 3 months ago

This game expects the current app to exist as a owned DLC.

If not true, the game will only load the "Return of Rome" game mode, if that DLC is owned, or load the base game with most options disabled if it is not. Also causes most sounds to not load.

Bellow are videos of what happens without this fix, and with it.

Without this fix (and no DLC): https://github.com/otavepto/gbe_fork/assets/16806072/44eb0dd2-8d95-42e7-acfc-ddbdd37ab644 With this fix (and no DLC): https://github.com/otavepto/gbe_fork/assets/16806072/8bdafe7c-2a4e-409c-a8e5-e706bce8b1e2

otavepto commented 3 months ago

Thank you