feat: vrchat info improvements

This commit is contained in:
BabbleBones 2024-03-19 04:57:10 -04:00
parent deaef2fd03
commit 2201641ae1
2 changed files with 17 additions and 1 deletions

View file

@ -6,3 +6,19 @@ weight: 50
# VRChat
The most popular social VR game, here are resources to get the best experience on Linux.
## Common issues
{{< hint info >}}
Disable your antialiasing entirely in the game graphical settings, this appears to carry a significant performance penalty on both AMD and moreso Nvidia. Do not use the in game antialiasing.
{{< /hint >}}
When hosting a lobby west servers should always be utilized instead of east servers as the infrastructure is significantly more reliable.
Should the game prompt to exit the game upon an anticheat failure, simply try to load the game again until it works. [See EAC section](eac.md)
Given a [few caveats](video_players.md) most video players will work.
VRChat maintains a host of quite extensive privacy concerns, please consider your opsec in relation to body pose info, voice communication, and unsandboxed execution risk if necessary, all of these are active concerns.

View file

@ -9,7 +9,7 @@ AVPro based video players have been notoriously buggy on Linux, knowing to have
We recommend using [GE-Proton](https://github.com/GloriousEggroll/proton-ge-custom), as it contains extra fixes for Wine's Windows Media Foundation implementation that AVPro uses. This will allow you to play regular videos, MPEG-TS and HLS streams, but not RTSP streams.
For playing RTSP streams, you might want to check out [GE-Proton with RTSP patches](https://github.com/SpookySkeletons/proton-ge-rtsp/releases). Sometimes RTSP streams will require 1 or more manual resyncs to start. Be warned that this Proton version is more experimental and may crash your game.
For playing RTSP streams, you might want to check out [GE-Proton with RTSP patches](https://github.com/SpookySkeletons/proton-ge-rtsp/releases). Sometimes RTSP streams will require 1 or more manual resyncs to start. Be warned that this Proton version is more experimental and highly likely to crash your game if not used directly for live events. Efforts to stabilize are ongoing.
{{< hint info >}}