Command line interface to edit text files for OBS/SLOBS overlays.
Currently designed directly for Vaughan Esport's overlays.
set
- overwrites current values in the filesclear
- clears the filesset
- swaps the names and/or scores for team 1 and 2get
- returns the names/scores of the teams and match
- Clone this repo
- In OBS/SLOBS select the
read from file
option for texts and select the appropriate file under thetextFiles
directory - Navigate to the directory in your terminal
- Install requirements using
pip install -r requirements.txt
- Edit your overlay away!
Tip: Use the custom extents
checkbox in the properties of text sources to center the text on your overlay at all times
To change team 1's name to "The Better Team": ow set t1 The Better Team
Run ow --help
to see all commands and ow {command} --help
to see sub commands.
All paths to the text files are found in config.py
Simply change the desired relative path to your desired path for the file.
All console colours are set in config.py
Simply change the name of the colours in the square brackets.
List of colours here