Skip to content

flapczek/ee-stream-overlay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Endurance Extravaganza Stream Overlay

This overlay is intended to be used with tosu. made by shdewz and ilw8

OBS Setup

Install fonts from _shared/fonts folder

main scene

source url/path width height x y
vc_overlay* 480 100 0 880
osu clients** 960 360 see below see below
accents http://127.0.0.1:24050/ee-stream-overlay/gameplay/ 1920 1080 0 0
main_overlay http://127.0.0.1:24050/ee-stream-overlay/main/ 1920 1080 0 0

*url from discord, replace custom css with vc.css
**normal 2v2 placement according to the following table:

client x y
0 0 160
1 0 519
2 960 160
3 960 519

mappool

source url/path width height x y
vc_overlay 480 100 0 880
mappool_overlay* http://127.0.0.1:24050/ee-stream-overlay/mappool/ 2220 1080 0 0
main_overlay http://127.0.0.1:24050/ee-stream-overlay/main/ 1920 1080 0 0

intro*

source url/path width height x y
intro_overlay http://127.0.0.1:24050/ee-stream-overlay/intro/ 1920 1080 0 0

*data pulled from _data/coming_up.json, requires exchanging between matches

winner

source url/path width height x y
winner_overlay http://127.0.0.1:24050/ee-stream-overlay/winner/ 1920 1080 0 0

Intro and winner scenes can also have the vc overlay bottom left if needed

Transitions

Add a 300ms linear horizontal luma wipe transition between the scenes with 0.05 smoothness

Interacting with the mappool

  • Left click: left (red) team pick
  • Right click: right (blue) team pick
  • Ctrl+Click: ban
  • Shift+Click: clear

Other

_data folder

Not included here. Contains the following items:

  • teams.json - list of teams, static
  • beatmaps.json - mappool file, exchanged weekly
  • coming_up.json - time and team names for a match, exchanged every match, used for intro screen
  • streamer.json - your name, as {"username": "yourname"}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 51.6%
  • CSS 30.5%
  • HTML 14.3%
  • Python 3.6%