Sodalite is a BepInEx plugin for Hot Dogs, Horseshoes & Hand Grenades (known as H3VR) which provides tools and modding APIs for the game.
- Universal Mod Panel:
Accessible from the wrist menu, the universal panel contains the bepinex log and an in-game config editor for other plugins. - APIs for various parts of the game:
- Firearms
- Steam Leaderboards
- Lockable Panels
- The Player
- The Vault
- Wrist Menu
- What other mods are installed
- UI Widget system:
Programatic creation of UIs for easy development - Other helpful extensions:
- Various extension methods and classes to assist in plugin development
- A runtime Gizmos library that allows drawing debug shapes in the world
- If you are using a mod manager this mod will be installed automatically for you if it's needed.
- For manual installation (not recommended, please just use a mod manager), make sure you have the dependencies installed (listed above the readme on the Thunderstore page), then download the mod from Thunderstore and extract copy the contents of the
Sodalite
folder into your game'sh3vr/BepInEx/
folder.
- Thunderstore page: https://h3vr.thunderstore.io/package/nrgill28/Sodalite/
- H3VR Scripting Reference: https://h3vr-modding.github.io/wiki/creating/scripting/intro.html
- Discord: https://discord.gg/DCsdXk4r9A
- Popcron for their Gizmos library
- iDeathHD for FixPluginTypesSerialization