Release 2024.11.18.763
github-actions
released this
18 Nov 12:46
·
2 commits
to main
since this release
Download
Changes in this release
- Fixed player names showing their GUID on the tooltips after VRChat's latest update.
- In addition, the GUID is sent on the WebSocket API too.
- OSC Damage event got an overhaul, you can use JavaScript to manipulate the value of this parameter so it can be used as a float in other "things".
- For example, if you set "Damage / 100" as the code and the damage value is '50', this will be evaluated to '0.5' before sending the value.
- Added new WebSocket API event: MASTER_CHANGE
- Chatbox no longer clears on teleport to map if you have the 'Send Chatbox' feature disabled.
- Date list now sorts using Universal Time. This prevents unwanted behavior when 'Daylight Saving' event occurs.
NOTE: If you are unsure what to do, go check the README, basically just extract and run.
If you already downloaded and want to update an old release you have these options:
- Click on
Settings
, then clickCheck For Updates
. - If previous option doesn't work, open the file
update.bat
, the new files will be downloaded.