Skip to main content

Useful Tools to Modify Your Game

General Modding

  • RE-UE4SS
  • UnrealShimloader
    • A Fork of RE-UE4SS, designed to support Mod Managers and Custom Mod Paths.
  • VoidMod
    • A Blueprint framework mod, allowing for simple Custom Props, Events, and interacting with the Base Game
    • You can Download the Development Kit (A .zip archive of Unreal Engine Assets containing the framework and examples) in the EternityDev Discord, under the VoidMod Loader Thread
  • NynrahGhost's VotV_ghostmapping
    • Included with later versions of VoidMod2 development kit with compatibility tweaks.
    • Incredible resource for creating actors or understanding how certain objects work.

Save Slots

  • SaveEditOnline
    • Not perfect, but the best we have until a Save Editor Mod is released. Edits the .sav files in %appdata%\..\Local\VotV\Saved\SaveGames

Asset Viewing

Editor's Note - On Datamining Assets

Please avoid attempting to Datamine new features with intent to distribute secrets. You WILL be banned or have posts deleted. Voices of the Void is a game about discovering the secrets and solving mysteries. Datamining ruins the fun and overall takes away from the experience for everyone.

PLEASE, only use these tools with intent to create 'Ghost References' for your Mods. I'd hate to see you ruin Nose's incredible game

  • FModel
    • Your best friend for Modding. Generates JSON summaries of assets' functions, variables, components, and allows you to export most assets.
  • Kismet Analyzer
    • Basically takes the JSON summaries that FModel creates and attempts to construct a graph. Useful for reversing Blueprints.
  • UModel/UE Viewer
    • Though mostly obsolete compared to the other tools, UModel allows you to extract certain Textures, Sounds, and Models.
  • Stove
    • Apparently a tool designed to view cooked Unreal Engine scenes. Have yet to test this with Voices of the Void.

Blender

  • Blender
    • Blender is a common 3D-Modeling and Rendering Program
  • PSK/PSA Importer
    • Useful Plugin for Blender to help with importing certain assets