Void Crew Modding Documentation
Welcome to the official documentation for Void Crew Modding!
Use the table of contents on the left or the search function to learn about more specific modding topics.
The site covers documentation for how to create mods for Void Crew and how to use:
The Void Crew Common Library: Public library used by Void Crew that mods can utilize for increased capabilities.
The Void Crew Samples Project: Public sample Unity project which includes the common library, and features examples and helpers to get you started making Void Crew assets.
Follow the guides below in order to get started and progress through the full modding workflow.
Documentation Topics
Getting Started
Introduction and initial setup required before creating mods.Creating Assets
Introduction on how to create assets for Void Crew, including:Asset Bundle Mods
Guide on how to make mods purely from assets created within Unity.Testing Mods Locally
Guide for testing your mods locally before publishing.Uploading Mods
Guide to uploading and publishing your mods.Stat Modifiers
Documentation on Void Crew Stat Modifiers (StatMod).Dynamic Modifiers
Documentation on how dynamic stat modifiers work in Void Crew.Tags
Documentation on Void Crew’s tag system.Compiling Mods
Introduction on how to compile your own mods, which can include your own custom scripts.Code Injection with Harmony Patching
Introduction on how to inject code into Void Crew using Harmony.
License and Contribution
The documentation is licensed under our Void Crew Modding Documentation License.
This allows anyone to contribute and improve the documentation!
Contribution can be done via the GitHub repository where the documentation is hosted.