ReadieFur / BSDataPuller

Gathers data about the current map you are playing to then be sent out over a websocket for other software to use, e.g. A web overlay like BSDP-Overlay. This mod works with multi PC setups!
https://github.com/ReadieFur/BeatSaber-Overlay
GNU General Public License v3.0
39 stars 10 forks source link

Added ColorType field to the LiveData JSON example #17

Closed KaleidonKep99 closed 2 years ago

KaleidonKep99 commented 2 years ago

This could be useful information for people who might want to do some cool things with it, like sync RGB lightbulbs or strips to the cube that is being hit.

ReadieFur commented 2 years ago

I could try to impliment this, wouldve been better if you had noted it as a feature request instead of "added".

KaleidonKep99 commented 2 years ago

Sorry, I didn't explain it properly.

I just added one of the already existing variables from the LiveData (ColorType) class to the example in the readme, since some users might be interested in registering the color that they last hit while playing the map, like for example to sync some RGB lightbulbs or lightstrip with the game.