This overlay is no longer maintained. It's recommended to use this overlay instead.
This overlay is helpful for those who likes the look of Lazer overlay, but don't want to go through the complicated setup steps. As a bonus, this overlay has support for Accuracy win condition, which the default Lazer client cannot do as of the time this repo is updated. For the time being, only Gameplay and Mappool scene are included.
How the overlay looks like (with a bit of CSS modification)
- Install Gosumemory (duh)
- Download this repo as .zip and extract to
static
folder of Gosumemory - Rename either
index_acc.js
orindex_score.js
toindex.js
, depends on which win condition you are using. - Update mappool by changing IDs in
mappool\mappool.json
. - Change mod icons in
mappool\static
folder - Change background in
static
folder (mp-bg
for Gameplay,mp-bg2
for Mappool)
- NEW - There are 2 CSS files to choose whether you want team image / profile picture to show or not. See
css
folder and remove/renametopBar.css
accordingly.- The default
topBar.css
enables showing images, while the other one doesn't.
- The default
- Most colors can be found in
css\style.css
- For P1/P2 score, change hex code in
index.js
(Line253
for P1 and line266
for P2)
- Add a browser source in OBS:
- size:
2420x1080
- URL:
127.0.0.1:24050/vcl-tournament-overlay
- size:
- Below the preview, you should see an
Interact
button. Click on that to interact with the overlay. - Picks: Left click for P1, right click for P2
- Bans: Shift + Left click for P1, Shift + Right click for P2
- Reset map status: Ctrl + Click
Note: Same as Lazer, bans must be done manually. You will also have to select who will have first pick.
- Mappool is not changed after updating
mappool.json
. This can be fixed by:- Updating
mappool.json
BEFORE starting Gosumemory - Delete cache. This is located in
C:\Users\{YourUsername}\AppData\Roaming\obs-studio\plugin_config\obs-browser
(delete the whole folder). After doing so, refresh browser source.
- Updating
- To trigger the auto-switching between gameplay and mappool, the score announce message must contain
Next Pick: ...
phrase (case sensitive). Of course with some code digging you can find where to change this. - If the players' avatars are not visible, spam Refresh in OBS.
For additional support, DM hoaq#6054
on Discord (or ping in osu! Tournament Hub).
Credit is not required but it would help us :D