Skip to content
WhistleWiz edited this page Sep 1, 2026 · 3 revisions

Welcome to the DVSignals wiki!

Here you'll find information about the default signal meanings or how to create your own signals.

For Regular Players

Please check the User Guide page for information on how to read the signals included by default in the mod. If you are using another pack, these will probably be different and you should check if that pack includes instructions.

For Mod Creators

Making your own signals follows the usual DV mod template. You'll need the Unity Editor (version 2019.4.40), and the Signal Creator package, available under Releases.

Project Setup

  1. Open the Project Settings, then the Player tab. In the Other Settings dropdown, change the color space to Linear. Afterward, go to the XR Settings dropdown and set Virtual Reality Enabled to true, and Stereo Rendering Mode to Single Pass.

  2. Open the Package Manager and add the Newtonsoft Json package.

  3. Import SignalCreator.unitypackage into your project (right-click on your Assets folder in the Project tab and select Import Package > Custom package..., or drag and drop the package into the Assets tab).

All relevant items should now be found in the Context Menu under DV Signals. Please check the pages in the sidebar depending on what you are looking for.

Clone this wiki locally