Order your mods with a drag-drop interface.
Extract the LoEDD folder to SPT-AKI base dir (Next to Aki.Launcher.exe)
Features:
- Automatically gets all mods in ./user/mods and creates a load order list from them.
- if you already have an order.json, it will reorder the items to match those. (Your load order persists)
- When you press save, it dumps the list items to order.json after backing the old order up as order.bkp.
- You can hover each mod for more information about it (pulled from package.json)
- name: modName (from package.json)
- folder_name: folderName (in user/mods)
- version: 1.0.0 (from package.json)
- author: Author Name (from package.json)
- akiVersion: ~3.8.x (from package.json)
Preview (OLD VERSION):
hover info:
Version 1.0
3.9K Downloads
Unknown SPT Version
Virus Total Results
Created May 25th, 2024
Updated 22 hours ago
Initial version of the port to QT6. Gets rid of python, which should speed things up, and make compiling less goofy.
If you were using the old Python version this should be functionally identical, aside from needing to be in ./LoEDD relative to your spt base directory.
The UI looks different because it's just using basic QT6 ui. The alternating background colors might make a return, but it works as is
Extract to SPT Base directory.
Version 0.2
818 Downloads
Unknown SPT Version
Virus Total Results
Created May 12th, 2024
Updated Jan 17th, 8:47 AM
- config file
- warning when closing without saving
- persistent window size
- config option to choose whether the app should add new mods to the start or the end of the list
- general refactor
Version 0.1.0
661 Downloads
Unknown SPT Version
Virus Total Results
Created May 7th, 2024
Updated 22 hours ago
Not quite yet...