WolvenKit / gpm

gpm or Game Package Manager is a tool for downloading, installing, uninstalling, building, and publishing mod packages
GNU Affero General Public License v3.0
7 stars 3 forks source link

Automatic sorting of load order #12

Open MythicManiac opened 3 years ago

MythicManiac commented 3 years ago

Add support for automatically sorting mod load order, e.g. by calling gpm autosort.

This issue is not specifying the sorting algorithm that should be used, just the interface that's exposed.

Lightweight specs:

We could also support more sorting algorithms than one if there's a need to, although I doubt this will be the case.