It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
In Lands of Lore 2 3DFX mode, the bug that is triggered when talking to Baccata in the tavern is now fixable.

Follow the instructions as described at https://github.com/kjliew/qemu-3dfx/issues/20#issuecomment-1984851882.

More fixes can also be found at https://github.com/dosbox-staging/dosbox-staging/wiki/Game-issues#fixing-the-baccata-tavern-dialogue-crash-in-3dfx-mode.
Post edited March 12, 2024 by TheBigCore
For dumbdumbs like me, hex editing might be easier:

- Make a backup of lolg.exe.
- Use a hex editor (I used HxD) and open lolg.exe.
- Do a search for "VirtualSize", and change the 24M you see next to it to 32M, and save.
(E.g. change offset 000004A6 and 000004A7 from 32 34 to 33 32.)