Asset Editors
These are tools able to parse and edit cooked .uasset and .umap files
-
UAssetAPI by atenfyr is an API that can read and modify UE4 game assets via C# scripting and reversible .json export - is brilliant for large scale edits or automation
-
UAssetGUI by atenfyr is more friendly than coding with uassetAPI due its interface - also it has dark mode :p
-
Heilos's Asset editor is an alternative to UAssetGUI
-
DAUM by Drillboy Jenkins is a CLI program written using UAssetAPI with a lot of flexibility
-
DRGEditor by craigmc08 is another alternative that is more specific to Deep Rock Galactic