Releases: vrcx-team/VRCX
VRCX 2022.10.05.1
Avatar search is back!
A new avatar database provider has came forward you can find out how to use it and read more about it here avtr.just-h.party.
Export VRCX memos into VRChat notes
The export button is located here Profile Tab > Export Notes
First of all there are a lot of disappointing limits relating to VRChat notes to consider before entirely switching over.
- It's very slow to export.
- Character limit of 256 per note.
- No swear words.
- No new lines.
Exporting wont delete your VRCX memos but if you'd like to exclusively use VRChat notes or VRCX memos you can disable either one in Settings > Appearance > User Dialog
Local world favorites
How to import EmmVRC avatar favorites
- Open your export JSON file with notepad then copy and paste all of its contents into
VRCX > Favorites tab > Avatars > Import
. - Select
Process List
and remove any avatars you don't want to import from the table below. - Choose the favorites group you'd like to import into then click
Import Avatars
.
How to import FavCat world favorites
- Download LiteDB Studio.
- Click
Connect
, under Filename browse to yourVRChat\UserData\favcat-favs.db
file, ClickConnect
. - Double click on
World_favorites
then clickRun
. - Select the column "Category" to sort by your favorite groups.
- Shift select on the ObjectId's you'd like to import and copy them into
VRCX > Favorites tab > Worlds > Import
. - Select
Process List
choose the favorites group you'd like to import into then clickImport Worlds
. - If you have more than 1000 total favorites you'll need to filter by category you can do this by entering in this
SELECT $ FROM World_favorites WHERE Category = "Local Favorites";
and replacing "Local Favorites" with your category name then clicking Run again.
Themes
New Material 3 theme from Kamiya
More themes available here
Direct Access
A reminder about the existence of direct access, this button can be used to open any User/World/Instance/Avatar URL/ID from your clipboard.
Additions
- Local world favorites.
- Add world/avatar/friends favorite import/export dialogs.
- Memo -> Notes export tool in
Profile > Export Notes
. - Add/edit/delete VRChat notes in user dialog.
- Add unlock icon next to instance in world dialog when using direct access with a unlocked instance URL.
Changes
- Reworked instance launch dialog.
- Better support for shortName URLs, if you use direct access with a unlocked shortName URL or a URL with a shortName parameter you'll be able to invite yourself to the instance regardless if you're are friends with the instance creator or not.
- New Instance dialog Copy URL button will now generate a "unlocked" URL.
Fixes
- Fixed error when launching VRChat into an instance from VRCX.
- Fix right click not working for pasting.
Hotfix
- Fixed crash when selecting image for upload.
For questions or bug reports join the Discord server here
VRCX 2022.09.09
Additions
- New user state "Pending offline", because the API often incorrectly reports users as offline VRCX adds an additional delay to insure that they are actually offline, users in this in-between state will be shown as pending offline.
- Added online friends/total friends to the top of the sidebar.
- New option in
Appearance > Sort Instance Users By: time/alphabetical
, it used to be sorted alphabetical a long time ago and some people wanted that back.
Changes
- When a user travels to the same instance it will no longer create a GPS entry.
- Allow the use of
-
&_
symbols when creating new instanceId's. - Change reload custom CSS hotkey to
Shift + Alt + R
. - Remove PhotonId field from PlayerList because it wasn't always accurate due to some VRChat logs happening at the same time.
- Remove delay when fetching user info with
Load missing entries button
, because the game client now does this at startup I don't think we need to worry about it being considered API spam anymore. - World dialog copy world ID/URL button.
Fixes
- Countless fixes for traveling related bugs.
- Fix Discord presence getting stuck after closing VRChat.
- Fix GPS private > private when user travel is canceled
- Fix new friends not being shown in user and world dialogs when becoming friends in the same instance.
- Fixed user dialog world favorites maximum value.
- Fix upgrade installer sometimes failing.
- Fix lag when switching instances.
VRCX 2022.08.16.1
Additions
- Added avatar history under the favorites tab.
Changes
- Added new VRC+ avatar groups and updated favorite limits.
- Replace flag icons with more accurate ones from Twemoji (@Foorack).
- Update README.md concerning VRChatRPC.dll (@OptoCloud).
- Additional delay added to friend Online/Offline to prevent false positives.
Fixes
- Fix VRChat not launching correctly from VRCX (#386).
- Fix self invite not working from new instance dialog (#383).
- Fix users being shown in an instance with no instanceId because user location has no instanceId when instanceId is worldId (VRC pls fix).
- Fix no flag being shown when instance region is set to
usw
(#394). - Fix friend request accept delay.
- Many more traveling related fixes.
Where is avatar search? it's gone with the addition of EAC.
Hotfix
- Instance creator being displayed incorrectly.
- Fix installer breaking VRCX install.
VRCX 2022.07.30
Additions
- Spiny icons everywhere to indicate when someone is loading/traveling to a world.
- Private server support (Specify a custom API domain to connect to).
- New user dialog tool tips:
Changes
- Newly imposed rules from VRChat for inviting/launching:
- Inviting friends is limited to only public instances (unless you are in the instance).
- Inviting yourself is limited to public or friends+ instances.
- You can invite yourself or friends to any instance only if you're the instance creator.
- Remove steam login button because it required DLL injection and that is no longer possible with EAC.
- New flag icons from Kamiya.
- Rounded dialogs.
- Discord rich presence "ask me" status will respect "Hide world details in private" but "busy" status will always be show as private.
- Remove player list photon master icon as it's no longer possible to determine.
Fixes
- Fix self invites.
- Fix traveling being shown as GPS.
Fix OnPlayerJoining.still broke for now.- Fix VR/Desktop detection, EAC broke that.
- Fix portal spawn, logs no longer have the droppers name so this is pretty useless now.
- Remove emojis from statues because some endpoints have them and some don't causing VRCX to think a users status has changed when it hasn't.
New pink theme by Kamiya you can get here.
Save this file into this %AppData%\VRCX
folder then press Shift + R
with VRCX opened to load the theme.
VRCX 2022.07.13
Additions
- Add world images to Discord presence.
- Option to set random user colours in
Settings > Appearance
(random colours match BTKSANameplateFix).
- VRChat Quit Fix, option in
Settings > Advanced
to kill VRChat process after exiting game. - Replace user dialog field "Last Login" with new API field "Last Activity".
- Add option to force date format to ISO.
- Copy AvatarId option in avatar dialog.
Changes
- Direct access button one click paste.
- Add tooltip to remind users that the info pulled from local database may not be accurate.
- Remove user dialog avatar sorting to prevent confusion.
- Check if VRChat Path Override points to a folder or exe. (@float3)
- Remove duplicate video errors.
- Previous instances dialog auto resolve userIds to displayNames.
- Warning for failed login attempts caused by CF ASN block.
- Remove warning for not being able to remove world YouTube previews, they can be removed now.
Fixes
- Stop VRCX from launching SteamVR.
- Fix "Previous Instances" dialog timers.
- Fix Sort by status option not saving.
- Fix
sort private to bottom
sometimes not sorting whileSort GPS to top
is disabled. - Pull memos from SQLite database in bulk, this will speed up VRCX startup times.
- Fix friend name and rank change check on startup, previously this check wouldn't run immediately.
VRCX 2022.05.05.1
VRChat has removed Veteran and Legend tags!
VRChat didn't inform me of this change prior also there is a bug with some API endpoints still having the old tags causing friendLog to be spammed.
Additions
- PhysBones moderations interactOn, interactOff.
- Added Discord Presence for LS Media world.
- Wrist feed PC uptime.
Changes
- Settings categories.
- Increased user dialog avatars tab height.
Fixes
- Fix FriendLog TrustLevel change spam.
- Fix favorite sorting when adding new favorites.
- Fix Previous Instances dialog timers.
VRCX 2022.03.31
Important notice!
World/Avatar caching has been removed by request from VRChat and it's not coming back.
I recommended you vote on this and this feature request canny if you found this feature at all useful.
Downloading VRCA/VRCW files is prohibited, If you try to evade this change it's at your own risk and will likely lead to a wrist slap in the future.
I spent countless hours on this feature it's sad to see it go, R.I.P world caching you will be missed,
Additions
- Titlebar colour is now changed depending on the current theme (created by @DubyaDude)
- Added dropdown to user dialog for displaying previous display names.
- Added date friended/unfriended to user dialog.
- Added option under Appearance to sort favorites by date/name.
- Add back Desktop Mode/Outside VR option for Desktop toasts. #319
- Trigger a event when an audio device change causes VRChat to change mic, e.g. microphone being unplugged. #315
- VRChat path override option in Launch Options for launching VRChat from VRCX. #321
- Add VRCX launch parameter for setting a custom location for SQLite database e.g.
--config="C:\DB.sqlite"
- Toggle option to hide uptime from wrist feed. #323
- Add support for YouTube shorts.
- Add world size to PlayerList.
Changes
- Removed right click - you may not print.
- White theme is now more white.
- Small adjustments to light/dark theme menu icon colours.
- Updated Cef.
- Updated setup Visual C++.
Fixes
- Fix notifications not being displayed when its image fails to download.
- Auto updater causing errors from failed downloads.
- Fix wrist feed not updating while feed search is populated.
VRCX 2022.03.13
Hotfix
- Fix friend notification in friend log.
- Fix photonId parsing.
Additions
- Support YouTube links that use
t-ne.x0.to
. - Discord presence add Desktop/VR.
- Add total game up time to wrist feed.
- Add photon lobby status change event.
Changes
- When using primary password/password encryption logout instead of attempting auto login after auth token expires.
- White theme is now more white.
- Update Cef.
Fixes
- Fix 24 hour time being "24" hour time.
- Fix moderations not being visible in player list.
- Fix FriendLog getting confused with friends/unfriends.
- Prevent refreshing FriendsList tab causing the UI to hang.
- Fix game being detected as closed when it isn't.
- Fix parsing photonId's on VRChat beta without companion.
- Fix feed expanded avatar picture returning an error. https://github.com/Natsumi-sama/VRCX/issues/26
- Fix dialogs closing from selecting text. #306
- Fix broken OnPlayerLeft in Infinite Night. #300
VRCX 2022.02.02
TL;DR
- Due to an old bug VRCX may have missed some old unfriend notifications so don't get spooked when it catches up on 6 months worth of unfriends.
- @MintLily made a VRCX theme here
- @RinLovesYou made a guide for running VRCX on Linux here
- @RequiDev made a public avatar database search API that can be used here
Additions
- Add toggle to change time format between 12 or 24 hour time.
- Add dialog to view previously visited instances of users or worlds.
- Add "time spent in world" to world dialog.
- Add world Platform, Capacity, Last Updated and Created to player list.
- Add world platform tags (PC/Quest).
- Add total friend online counter to bottom of wrist feed.
- Add toggle to hide CPU usage from wrist feed.
- Add refresh button to avatar dialog.
- World auto caching will notify you on download completion.
- Add button to cache all worlds from world search page.
- Add avatar search provider, option to link a avatar search API into VRCX to search for avatars, display users public avatars and select feed public avatars (make sure you trust the provider, use at your own risk).
- Custom CSS support if you create a CSS file here
%AppData%\VRCX\custom.css
reload custom CSS at runtime with Shift + R.
Changes
- VRCX will now use system time date format to display dates, if you don't like the date format change your system locale.
- Auto clear VRCX cache every 24 hours by default, interval can be adjusted in settings.
Fixes
- Fix VRCX lagging after being open for multiple days at a time.
- Fix OnPlayerJoined:Unnamed.
- Fix nuisance badge not being displayed.
VRCX 2021.12.16
Additions
- Player list page (list of users in your current instance).
- Create US East instances.
- Handle and create short URLs e.g. (https://vrch.at/cough-stockinglinz-ddd26).
- Quick search history, clicking on quick search will show a small history of last viewed users.
- Add world capacity hard cap.
- Add VRDancing Discord RPC integration.
Changes
- User Legend tag colour override option, it's off by default.
- Expand feed/gameLog text on mouse hover (stop long world/avatar names affecting table height).
- Remove seconds from user location timers when time is over 1min.
- Numerous other small changes.
Fixes
- Fix unicode character breaking onJoin/onLeave.
- Limit overlay FPS to reduce GPU usage.
- Fix world search categories.
- Fix location change not working with worlds that are missing the wrld_ prefix.
- Fix bug stopping VRCX from opening when selected TTS voice index is higher than amount of voices installed.
- Numerous other bug fixes.