~hristoast/openmwcfg2mwini

Transform an openmw.cfg plugin load order into a morrowind.ini one
The close is implicit, blacken the file as well
Make the readme a bit more useful

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~hristoast/openmwcfg2mwini
read/write
git@git.sr.ht:~hristoast/openmwcfg2mwini

You can also use your local clone with git send-email.

#openmwcfg2mwini

Turn an OpenMW plugin load order into a vanilla-compatible one.

#Installation and Usage

  1. Ensure you've got Python 3 (3.4 or greater)

  2. Clone this repo

  3. cd into this repo

  4. Run the openmw2mwini.py script:

     ./openmw2mwini.py path/to/openmw.cfg
    

An ini-compatible load order is printed to stdout, you can save it to a file like this:

    ./openmw2mwini.py path/to/openmw.cfg > path/to/mwloadorder.ini

#Limitations

I didn't write this to be pretty or user-friendly in any way. As such, there's a lack of user-facing messages and things you might expect from a more well thought out program (also possibly some bugs).