You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro/getting-started.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ If your headset or hardware device isn't listed in the [Supported Hardware List]
58
58
59
59
### 1️ Download and Install VRCFaceTracking
60
60
61
-
Download the AppInstaller for VRCFaceTracking below, or go to the [VRCFaceTracking program page](../vrcft-software/vrcft.mdx) to find alternative methods of installation.
61
+
Download VRCFaceTracking from Steam®, or go to the [VRCFaceTracking program page](../vrcft-software/vrcft.mdx) to find alternative methods of installation.
Copy file name to clipboardExpand all lines: docs/vrcft-software/vrcft.mdx
+6-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,26 +10,17 @@ import Tabs from '@theme/Tabs'
10
10
importTabItemfrom'@theme/TabItem'
11
11
importReactPlayerfrom'react-player'
12
12
13
-
VRChat has no native face tracking integration,
13
+
VRCFaceTracking is a open-source program that bridges your face-tracking hardware with VRChat.
14
+
VRChat has no native face tracking hardware integration,
14
15
which means there must be an intermediary software accessing face tracking data from the hardware source then sending it to VRC via OSC as avatar parameters.
15
16
VRCFaceTracking fulfills this intermediary role, not only reading data and repackaging it as OSC messages for VRChat, but
16
-
morphing the input data into its own unified face tracking standard, thus acting as a Roseta Stone between face tracking hardware and VRChat avatars.
17
-
VRCFaceTracking works by the concept of "modules", which are add-on files that let the program access eye and face tracking data from different sources.
17
+
morphing the input data into its own unified face tracking standard, effectively acting as a Roseta Stone between face tracking hardware and VRChat avatars.
18
+
VRCFaceTracking supports many different, community-made input "modules", which are add-on files that let the program access eye and face tracking data from different sources.
18
19
19
20
## Install VRCFaceTracking
20
21
21
-
:::danger
22
-
The code signing certificate used for VRCFT expired April 1st, 2025.
23
-
The AppInstaller and .msix installer will **no longer work**.
24
-
There is an alternative application distribution system that will become available soon.
25
-
Please follow the video instruction below on how to use VRCFT for now during this transition period.
Click the big link below to download the VRCFT msix directly, or download it from the [latest release on Github](https://github.com/benaclejames/VRCFaceTracking/releases/latest/).
22
+
Click the banner card below to be directed to VRCFaceTracking's Steam® store page, from which you can add or install the program to your Steam library.
23
+
Alternatively, download the no-installer .zip of the program from the [latest release on Github](https://github.com/benaclejames/VRCFaceTracking/releases/latest/).
0 commit comments