AnyOldName3 / ModOrganizer-to-OpenMW

A Mod Organizer plugin to export your VFS, plugin selection and load order to OpenMW
GNU General Public License v3.0
17 stars 7 forks source link

Only warn if the game isn't Morrowind #17

Closed AnyOldName3 closed 1 year ago

AnyOldName3 commented 1 year ago

Currently, the plugin errors out if the managed game isn't Morrowind, but OpenMW's just beginning to get some rudimentary Oblivion support, so it shouldn't be fatal anymore. However, most users might get the wrong idea and expect to actually play Oblivion, which isn't possible yet, so it should still emit a warning.

I think this will also make it easier to temporarily switch the game OpenMW sees to Oblivion, which will become useful very soon.

AnyOldName3 commented 1 year ago

Support for non-Morrowind games is available behind a setting as of 2abfeb063327eb99e6600e0838d279a0ab1a6a9e. It might be worth adding a warning when it's used, though...

AnyOldName3 commented 1 year ago

And 228dc488745a5a7acd2a1e31cbeaedd9a750d856 implemented the warning.