You are viewing a potentially older version of this package.
View all versions.
Date uploaded | 3 years ago |
Version | 1.0.0 |
Download link | DrBibop-VRAPI-1.0.0.zip |
Downloads | 52526 |
Dependency string | DrBibop-VRAPI-1.0.0 |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.1900README
Add VR compatibility to your mod!
This API allows for simple interactions with the VR mod and its features.
For mod developpers:
You can create custom hands for your character by importing the RoR2VR Devkit unity package into a ThunderKit project.
The documentation for the API and the devkit can be found in the GitHub wiki.
You can also watch the video tutorials once they are available.
CHANGELOG
1.0.0
- Initial release.
1.0.1
- Fixed for Survivor of the Void update.
1.1.0
- Added custom skin support.
- Added the onHandPairSet event that triggers when hands for the player character are loaded.
- AddSkillRemap has been deprecated and replaced by AddSkillBindingOverride where you can directly assign skills to buttons.
1.1.1
- Fixed errors occuring in the Utils methods.