Skip to content

VRCX 2024.10.25

Latest
Compare
Choose a tag to compare
@Natsumi-sama Natsumi-sama released this 25 Oct 15:27
· 27 commits to master since this release
12ed7fa

Fixes For VRC Open Beta

  • Correctly parse gameLog player join/leave.
  • Fix current player instance being shown as #offline public.
  • Fix broken double gameLog location change.
  • Fix VRC crash detection causing VRCX to never let you quit VRC.

Linux users remove this line

  • export WINEDLLOVERRIDES=libglesv2=d

Additions

  • Add delete persistent world data button to world dialog.

Changes

  • Switch to GPU accelerated rendering for main app and overlay, this will bring major performance improvements to the VRCX overlay and increase its FPS from 15 to 60 (#944).
  • Switch from n_users to userCount when displaying amount of users in an instance, userCount seems to be more accurate now.
  • Remove unnecessary user API requests for friend online/offline state changes (by request of VRC), if everything goes well this change wont be noticeable.
  • Remove pending offline timeout option.

Fixes

  • Fix user search not working for zh languages (#948).
  • Fix updating with custom VRCX config path (#946).
  • Fix desktop notification option when set to inside/outside VR.