FromDarkHell / BL3SaveEditor

A desktop based save and profile editor for Borderlands 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ideas for future update (if possible)

Eclipse2025 opened this issue · comments

btw thanks for the quick fix on the last issue, all ideas are qol improvements.
so the first idea is maybe to allow for an option, when looking through some shall we say large inventories to alphabetically sort all the weapons in their respective groups. (by weapons name not prefixes due to many prefixes being available on multiple weapons)
i.e.
all weapons
a-z
sheilds
a-z
etc...
this is mostly just a little cleanup idea to remove unneeded duplicates.

second, is maybe in the event of accidental injection of quest only items, on purpose injection, or obtained in the campaign, to label with say red text all items that could be quest items by their name listing.

thanks in advance,

I practically can't do most of these without significant code changes.


> alphabetically sort all the weapons in their respective groups

I can by default sort subgroups (which is probably for the best anyway, our brains sort through lists alphabetically anyway) alphabetically. I'll consider it for implementation in the future; One major pitfall is that sorting takes time from an already fairly lengthy process that I do when I refresh the backpack scroll list.


> second, is maybe in the event of accidental injection of quest only items, on purpose injection, or obtained in the campaign, to label with say red text all items that could be quest items by their name listing.

I really don't feel up to this one at all, it would require keeping an updated list of all of the quest items and their balances/name. I planned on making this editor as light and easy to update as I could because I strongly dislike having to constantly update my programs each time a game updates...