Skip to content

2023.531.0

Compare
Choose a tag to compare
@VolcanicArts VolcanicArts released this 31 May 19:39
· 1279 commits to main since this release

Installation

  • Download and run VRCOSCSetup.exe (It may get blocked by your antivirus (including Windows Defender)). A shortcut will be made on your desktop and start menu.
  • Join the Discord Server to get help or make suggestions.
  • If you have trouble with the software or prefabs check the FAQ.

What's Changed?

Counter Module

  • Allows you to count how many times any parameter has changed
    • This includes: bools (false -> true), ints (0 -> Not 0), and floats (0-0.9 -> 0.9-1)
    • As explained in the module settings, you provide a custom key that can then be used to display the counter in the ChatBox

Other Changes

  • Added import and export buttons to the ChatBox screen
  • Serialisation improvements
    • Due to future changes that are not in this release, migration will occur to put your modules back into individual files
  • custom directory for modules has been renamed assemblies
    • This is in preparation for future system changes
  • Refactored ModuleAttribute system to allow modules to provide custom attributes and serialisable structures
  • Allow ChatBox to have dynamic suffixes
  • Fixed default state of a single-module clip being checked on deserialisation causing wrong behaviour
  • Fixed SpeechToText sometimes recognising "the" when no speech was said
    • This is an experimental fix. Feedback is appreciated
  • Added notices to some modules' help popovers
  • Added ability for the module listing screen to organise modules by assembly
  • Added quick open button to module logs
  • Fixed various UI issues

Full Changelog: 2023.516.0...2023.531.0