Skip to content
techygrrrl edited this page Sep 17, 2024 · 5 revisions

sf6-rank-watchrrr is a set of tools to provide Street Fighter 6 streamers with an overlay to watch their rank.

It has 2 or 3 codebases, depending on the option you choose:

  • a server (in ./server)
  • a user script, requiring a script runner like ViolentMonkey or similar (in ./scripts)
  • overlay code for your browser source in OBS (in ./client or remote)

There are 2 setup options:

Option Info User script
Local This option requires you to run the project locally. This includes a Node.js server that exposes a web socket endpoint, and the related client-side app which will be the overlay. If you don't know what this means, or you don't want to run the code locally, choose the AppWrite option. sf6-rank-watchrrr.local.user.js
AppWrite This option requires you to sign up for a project on appwrite.io, which offers a realtime database. This option has a bit more setup but allows you to only have to worry that the user script is running. sf6-rank-watchrrr.appwrite.user.js

Based on your preference, choose one of the setup options in the right sidebar.

Get your Street Fighter 6 ID

To get your ID so the right rank data is reflected:

  1. Visit the Buckler website from the official website. You'll need to register if you've never visited this site before.
  2. Visit your profile
  3. Copy the number after /profile/ in the URL and save this for later.

Clone this wiki locally