Is a script to interract with SOS-WS-Relay which interracts with SOS-Plugin and BakkesMod
You need node version 12 + and BakkesMod installed
After you download the repo, install the node_modules
npm install
Download the SOS-WS-Relay and install it aswell with the same command as above
BakkesMod needs to run as administrator. After that you can start the SOS-WS-Relay with:
npm run relay
And now you can start the Rocket League Light Show ^^ using:
npm start
tsc -w or tsc --watch
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
statfeed_event:
main_target: {
id: string,
name: string
},
secondary_target: {
id: string,
name: string
}
types: [
'Shot on Goal',
'Goal',
'Save',
'Assist',
'MVP', /* end of the game */
'Win',
'Savior', /* every third save */
'Bicycle Hit',
'Epic Save',
'Demolition' /* has a secondary target */
]