Skip to content
Dragon edited this page Mar 19, 2024 · 4 revisions

Welcome to the VoidManager wiki!

Here you can find information on developing mods using Void Manager.

About Void Manager

Void Manager is a mod built for the game Void Crew, using the injector BepInEx.

It provides features intended to assist mod control and interaction with the game and other mods. With the following features:

  • Handling for mods requiring installation by all users
  • Restrictions for unspecified mods
  • Client side chat commands
  • Public chat commands
  • Mod to mod messages (including between different clients)
  • Marked Void Manager rooms
  • Mod settings UI

Getting Started

For Users

The mod should be installed like a normal BepInEx plugin.

  • Ensure that you have BepInEx 5 installed, stable version 5 MONO build
  • Drag and drop VoidManager.dll into Void Crew\BepInEx\plugins

Once those steps are complete, you will be able to use the following:

  • F5 ingame to bring up a menu which lists all installed Void Manager plugins and their mod settings.
  • / the prefix for client commands. /help lists all commands available.
  • ! the prefix for public commands. !help lists all public commands available.

For Developers

The mods created should be done following the usual BepInEx plugin framework, with a couple of additions to use the new features.

Additional pages which could be useful:

  • (Optional) Visual Studio Void Manager template
Clone this wiki locally