NickHugi / PyKotor

A Python library that can read and modify most file formats used by the game Knights of the Old Republic and its sequel.
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Add more module sort options #73

Closed th3w1zard1 closed 5 months ago

th3w1zard1 commented 6 months ago

Requested by darthparametric. PR allows sorting by:

This also puts all the STUNT modules at the very bottom.

*EDIT: This logic was a pain in the butt to write. The problems this PR solved:

This pr is foolproof at the moment, but the code looks a bit messy. However messy it is it's still more accurate and faster than the current code on master. LMK