Skip to content

v1.2.0

Choose a tag to compare

@SnepDrone SnepDrone released this 04 Jun 23:22
· 86 commits to main since this release

Feature Release 1.2.0: Awwdio

If you have presets setup, make sure to enable the new features, if you want to use them.

Changes

  • Added support for new Awwdio features.
  • Full Rewrite of the injection into the Dynamic Variable System, allowing for better handling of string and reference variables. This allows for features like Show/Hide User Avatars to be updated, when the string changes. #91
  • Added descriptions in Config Menu #93
  • Unified handling of Allow / Deny * By Slot Tags. See documentation for changes.
  • Prevent Non Dash Userspace Interaction now does not prevent dismissal of notification windows.
  • Prevent Running now applies in VR mode as well. #92
  • Show float and string values in Restrainite Status.
  • Impulses are now send for float and string value changes.

New Features

  • Automatically set status to busy, if you are unable to reply to messages due to restrictions. (Configurable in Config Menu) #51
  • Maximum Hearing Distance: Allows to set a maximum distance the user can hear sounds and voices in world units. #86
  • Prevent Edit Mode: Disable activation of Edit Mode (F2 or in Session Settings) #96
  • Prevent Hearing: Prevent hearing of any sounds, including user voices.
  • Prevent Hearing Of Users: Prevent hearing of user voices. (Has been renamed from Prevent Hearing)
  • Prevent Hearing Of Sounds: Prevent hearing of sounds and multimedia outputs.
  • Allow Hearing By Slot Tags: Only allow hearing of sounds, whose slot tag is in the list.
  • Deny Hearing By Slot Tags: Deny hearing of sounds, whose slot tag is in the list.
  • Hearing Volume: Set the hearing volume with a float value between 0.0 and 1.0.
  • Speaking Volume: Set the speaking volume with a float value between 0.0 and 1.0. #70
  • Prevent reading: Scrambles all texts. #89
  • Tracker Movement Speed: For VR users, you can slow down the tracker movement. Setting the float value to 0.0 means no movement. Uses SmoothLerp internally. #65
  • Disable Vr Trackers: If the user is in VR, disable all trackers and make the avatar behave like Desktop mode. #94

Full Changelog: v1.1.8...v1.2.0