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

Updated for pyQt6 #15

Closed JayLCypher closed 1 year ago

JayLCypher commented 1 year ago

Using mobase-stubs-2.5.0.dev10 Updated to pyQt6. Generates text into a filled and empty Openmw.cfg.

Converted a few imports to use full names, a few interfaces are moved from IOrganizer to IModList.

AnyOldName3 commented 1 year ago

There are a bunch of superfluous-looking changes, and it's hard to tell what they are because the diff's busted as you've changed all the line endings from LF to CRLF. You've probably not got autocrlf enabled.

I've got some feedback based on what I can see immediately, though:

AnyOldName3 commented 1 year ago

Superceeded by https://github.com/AnyOldName3/ModOrganizer-to-OpenMW/pull/16