Gyoo / LiveSplit.SplitsBet

GitHub for the LiveSplit plugin SplitsBet, the bot that makes the viewers play with the runner
8 stars 10 forks source link

Bot messages customization #59

Open Gyoo opened 9 years ago

Gyoo commented 9 years ago

People have requested to be able to customize the different messages that the bot is showing during events.

The idea that came out of my mind after a discussion with @AngelDE98 was to have an external XML file (or whatever other format, he suggested Java style properties) from which the program will read the different messages. The users can write into this file to change the messages.

Gyoo commented 9 years ago

Finally I chose to make a second tab to the settings panel, where all the messages are gathered. The panel might need a touch of redesign because I still don't know how to do that perfectly but at least it works.

Next step is to add tags, for instance {user} or whatever. Right now, only the messages that don't designate someone are customizable.