DavidVonDerau / merged_lands

A tool for merging lands in TES3 mods.
MIT License
6 stars 1 forks source link

FEATURE REQUEST: Support OpenMW #5

Open TaxAkla opened 1 year ago

TaxAkla commented 1 year ago

OpenMW list their current load order on "openmw.cfg".

MasssiveJuice08 commented 1 year ago

Hi @DavidVonDerau , is this something you are looking at implementing? 🙂

benjaminwinger commented 1 year ago

The openmw-cfg crate would be ideal for this. I could probably put together a PR at some point if @DavidVonDerau is interested in including it but doesn't have time, but the main question would be how to choose between morrowind and openmw configuration. Maybe just a different flag, such as --openmw-cfg, which optionally takes a path (--openmw-cfg=/path/to/openmw.cfg) in case you're using a non-standard location?