Other

mod.io audit

  • Audits locally installed mods from mod.io for conflicts.
  • Helps to figure out which of your 49 mods are replacing a particular asset.

mod lint

  • Scans the given mod for common problems as well as whether it should pass auto-verification.
  • If a mod isn't auto-verifying or is quite simply not working at all, this tool should point you in the right direction.

DRG Control Flow Graphs

  • This is a collection of control flow graphs for the DRG's blueprints.

DRG Fonts

  • Collection of fonts used in the game.

.locres Editor

  • A tool for editing .locres files.

UE4SS

  • This is an extremely powerful tool for advanced blueprint modders to make debugging of blueprint mods during runtime significantly easier.
  • The live view debugger lists every mounted object, and allows you to view and edit the exact values of every property of every object, during runtime.
  • If you want to watch the how the value of something changes during runtime, you can assign a watch to the property and it will log every value (which you can log to a file).

Dwarf SDK

  • A modkit for DRG's assets, allowing you to view, edit and reference almost every asset fully reconstructed within the editor.