Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.5 KB

removed.md

File metadata and controls

22 lines (16 loc) · 1.5 KB

Removed functionality

Removed: VRChat Login

H-View contains code that allows logging into the VRChat account for the purposes of programmatically switching avatars, but this code is no longer currently used by the default user interface.

Logging into the VRChat account used to be necessary to switch avatars, but OSC replaces this functionality (with the restriction of only switching between avatars you uploaded, or favorited, or recently used).

The code for that functionality was not removed so that you may choose to re-enable it to serve your own uses.

The code responsible for all VRChat account actions can be inspected here.

  • Logging into the VRChat account Login(username, password) (API docs)
  • Sending a 2FA code to VRChat VerifyTwofer(code, method) (API docs)
  • Logging out Logout() (API docs)
  • Switching avatars SelectAvatar(avatarId) (API docs)

Logging in will save a cookie file in the %APPDATA%/H-View/ folder, called hview.vrc.cookies.txt

  • This file is used to communicate with your VRChat account. Do not share that file.
  • This cookie file will be loaded when you start the program.
  • To delete this cookie file, go to Costumes > Login > Logout.