This overlay is intended to be used with tosu >=4.6.0.
| source | url/path | width | height | x | y |
|---|---|---|---|---|---|
| vc_overlay* | 480 | 100 | 0 | 880 | |
| osu clients** | 480 | 360 | see below | see below | |
| accents | http://127.0.0.1:24050/4wc-stream-overlay/gameplay/ | 1920 | 1080 | 0 | 0 |
| main_overlay | http://127.0.0.1:24050/4wc-stream-overlay/main/ | 1920 | 1080 | 0 | 0 |
*url from discord, replace custom css with vc.css
**normal 4v4 placement according to the following table:
| client | x | y |
|---|---|---|
| 0 | 0 | 160 |
| 1 | 480 | 160 |
| 2 | 0 | 520 |
| 3 | 480 | 520 |
| 4 | 960 | 160 |
| 5 | 1440 | 160 |
| 6 | 960 | 520 |
| 7 | 1440 | 520 |
| source | url/path | width | height | x | y |
|---|---|---|---|---|---|
| vc_overlay | 480 | 100 | 0 | 880 | |
| mappool_overlay* | http://127.0.0.1:24050/4wc-stream-overlay/mappool/ | 2220 | 700 | 0 | 0 |
| main_overlay | http://127.0.0.1:24050/4wc-stream-overlay/main/ | 1920 | 1080 | 0 | 0 |
| source | url/path | width | height | x | y |
|---|---|---|---|---|---|
| spotify_overlay | http://127.0.0.1:24050/4wc-stream-overlay/spotify/ | 1920 | 1080 | 0 | 0 |
| intro_overlay | http://127.0.0.1:24050/4wc-stream-overlay/intro/ | 1920 | 1080 | 0 | 0 |
*data pulled from _data/coming_up.json, requires exchanging between matches
| source | url/path | width | height | x | y |
|---|---|---|---|---|---|
| winner_overlay | http://127.0.0.1:24050/4wc-stream-overlay/winner/ | 1920 | 1080 | 0 | 0 |
Intro and winner scenes can also have the vc overlay bottom left if needed
Add a 300ms linear horizontal luma wipe transition between the scenes with 0.05 smoothness
- Left click: left (red) team pick
- Right click: right (blue) team pick
- Ctrl+Click: ban
- Shift+Click: clear
Includes the following data and configuration files:
teams.json: list of teams, staticbeatmaps.json: mappool file, exchanged weeklycoming_up.json: (not provided) time and team names for a match, exchanged every match, used for intro screen; supports array-based version as wellstreamer.json: (not provided) your name, as{"username": "yourname"}
The intro scene uses an overlay to display the currently playing song. This is ideally shown with spotilocal's websocket output. For users without Spotify, the query parameter ?useOsu=true can be added to the overlay to instead display the song currently playing in the osu! client.