You are viewing a potentially older version of this package. View all versions.
DrBibop-VRAPI-1.1.0 icon

VRAPI

Modding API for VR-compatible mods. Now with custom skin support!

Date uploaded 2 years ago
Version 1.1.0
Download link DrBibop-VRAPI-1.1.0.zip
Downloads 142748
Dependency string DrBibop-VRAPI-1.1.0

This mod requires the following mods to function

bbepis-BepInExPack-5.4.1900 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.1900

README

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 or support custom skins 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.

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.