Clone Sort
QOL UI mod that lets you reorder your clone operative list.
- Adds sorting modes to operative selection screens, including a manual mode that allows you to customize the order to your preference.
- In Manual mode, each list row shows an up-arrow icon button to move that operative up in the list.
- Optional integration with Mod Configuration Menu (MCM) to configure sorting behaviour in-game.
The sort button cycles through the modes that are enabled in config (see below).
Settings are stored in %AppData%/../LocalLow/Magnum Scriptum Ltd/Quasimorph_ModConfigs/QM_CloneSort/config.json and can also be changed in-game with MCM.
The manually arranged operative order is saved to Quasimorph_ModConfigs/QM_CloneSort/manual_order.txt and restored automatically when switching back to Manual mode.
This mod patches the following game classes. Other mods that patch the same methods may conflict.
Source code is available on GitHub at https://github.com/validaq/QM_CloneSort
Thanks to nbk_redspy, whose mod sources were very valuable for learning how to mod the game properly.
- Replaced mod ID with proper mod name in MCM configuration list.
- Added localization support for sort button labels. Currently machine translated – corrections welcome.
- Added mod configuration with two configurable sorting modes (Manual and Manual and Auto) and toggles to enable/disable name and rank sorting.
- In Manual mode the sort button toggles the up-arrow button visibility instead of cycling to automatic modes.
- Optional in-game configuration via Mod Configuration Menu (MCM).
- Initial release.