Marenthyu / LiveSplit.StreamingPredictionsComponent

A Component to automate Channel Point Predictions on Twitch
BSD 3-Clause "New" or "Revised" License
12 stars 0 forks source link

[Feature Request] Allow to define multiple predictions #4

Open Urotsuki1 opened 3 years ago

Urotsuki1 commented 3 years ago

Title is self explanatory. Useful for longer runs where you want to make predictions for sections rather than for the whole run.

Marenthyu commented 3 years ago

This can be partially achieved with creative naming of your splits - the check if you want to create or resolve a prediction is made based on if the split name contains a string. Thus, you could prefix or suffix your splits with "OPEN", "LOCK" and "RESOLVE" to make the component do the appropriate action (requiring the settings to be made accordingly as well).

But having it be more modular to configure it in the UI can definitely be a longer-term goal, but requires a bit more work and re-thinking the Settings UI.