Modding with VoidMod
VoidMod is an API that provides extra functionality to your ModActor by having you inhert your ModActor off of their custom class.
VoidMod supports many versions of VotV up to 0.8.2c.
📄️ OLD Tutorial Video (v1.x.x)
A video showing how to configure Unreal Engine and how to create an item using mods
📄️ Installing the Devkit
How to set up Unreal Engine and install the VoidMod development kit
📄️ Creating Your First Mod
How to create your mod and register it using the VoidMod framework
📄️ Mod Configuration Options
How to create and register config variables with the VoidMod framework
📄️ Custom Save Data
How to create and register custom variables with the VoidMod framework
📄️ Adding Terminal Commands
How to implement custom console commands using the VoidMod framework