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

Add automatic handling of plugins ending with ".gc.esp" as groundcover #22

Closed ignamiranda closed 10 months ago

ignamiranda commented 10 months ago

I made this for my own use to avoid having to reduce the times I have to edit the openmw.cfg directly.

If you give a plugin the ".gc.esp" extension, it will be added as groundcover instead of content.

This doesn't affect users who don't use the .gc.esp extension and will not delete "groundcover=" lines that do not end with ".gc.esp"

AnyOldName3 commented 10 months ago

This is explicitly not the kind of thing this plugin deals with. It just exports the stuff that MO2 knows what to do with. MO2 doesn't understand MGE XE groundcover (tracked here https://github.com/ModOrganizer2/modorganizer/issues/1692), so this plugin won't do anything until it can.

Kezyma's OpenMW Player for MO2 has features to cover the things MO2 doesn't understand, like groundcover, so if you want that kind of thing, you're better off using that.