Sodalite
Modding API and tools for H3VR code plugins
Last updated | 2 months ago |
Total downloads | 392137 |
Total rating | 13 |
Categories | Libraries |
Dependency string | nrgill28-Sodalite-1.5.0 |
Dependants | 126 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_H3VR
BepInEx pack for H3VR. Preconfigured and ready to use.
Preferred version: 5.4.1700README
Sodalite
Sodalite is a BepInEx plugin for Hot Dogs, Horseshoes & Hand Grenades (known as H3VR) which provides tools and modding APIs for the game.
What's in this plugin
- 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
Installation
- 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.
Links
- 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
Thanks To
- Popcron for their Gizmos library
- iDeathHD for FixPluginTypesSerialization