Modding with VoidMod
VoidMod is an API that provides extra functionality to your ModActor by having you inherit your ModActor off of their custom class.
VoidMod supports many versions of VotV up to 0.8.2c.
VoidMod is now abandoned and no longer receiving development. There are has no plans to give any updates or support for this framework anymore.
VoidMod is not an open source framework, so there is no plan for the community to support VoidMod.
📄️ 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