Releases: VolcanicArts/VRCOSC-Modules
Releases · VolcanicArts/VRCOSC-Modules
2024.1224.0
Bump version
2024.1223.0
Bump version
2024.1209.0
Bump SDK
2024.1208.0
2024.1115.0
- Added play on instance transfer to Media module
- Allow Keybinds module to pick between press and hold/release
- Press means that when the parameter becomes true it will press the keybind for 50 milliseconds and then release
- Hold/Release means that it will hold the keybind when the parameter is true, and release when the parameter is false
- Fix PiShock response formatting
- Fixed float textboxes not allowing floats to be entered properly
- Fixed some titles and descriptions
2024.1012.0
- Added voice commands to PiShock
- Reworked how the max duration and intensity work for PiShock groups
- Removed Leash module
- It may return at some point but I want the V2 release to be at parity with V1
- Removed Timer module in favour of the new Timer global variable
- Added Voice Commands module
- Reworked Maths module to change how parameters are retrieved
- You now need to surround the parameter's name with
{}
, and it will be replaced with the parameter's literal value - If a parameter's value cannot be found, the equation will be aborted
- You now need to surround the parameter's name with
2024.915.1
What's Changed?
- Fixed PiShock module sometimes throwing errors while speech recognition isn't finished
- Standardised SteamVRStats module identifiers
Full Changelog: 2024.913.0...2024.915.1
2024.915.0
What's Changed?
- Fixed PiShock module sometimes throwing errors while speech recognition isn't finished
Full Changelog: 2024.913.0...2024.915.0
2024.913.0
What's Changed?
- Clear parameter cache on avatar change for Counter to avoid parameters with the same name having different types
- Updated SteamVRStats to use the new role system
- Updated SpeechToText to new upgraded speech interface
Full Changelog: 2024.812.0...2024.913.0
2024.812.0
What's Changed?
- Create Keybinds module
- This is a replacement for the Discord module
- Add an instance, name it, enter the parameter(s) you want to trigger the keybinds. Add a new keybind, click on the component, it will turn red to record. Now you can press any key with any modifiers (ctrl, shift, alt, win) and it will record the presses.
- To have this work successfully with Discord, you'll need to set the keybinds in Discord. To recreate the Discord module, go into Discord's keybinds in their app and add new keybinds for mute and deafen
- Added Maths module
- Added module info docs links where applicable
- Added prefab download links where applicable
- Updated a ton of custom UI to use the new standardised components
- Added a button for obtaining an access token to Pulsoid
- Changed textboxes to password textboxes where applicable
- Moved max duration and max intensity from global to per shocker group for PiShock
- Moved float threshold to being per counter and added an int threshold for Counter
- Added milestones to Counter
- Added outgoing parameters to Stopwatch
Full Changelog: 2024.724.0...2024.812.0