So the scenario is this. I stream and play in VR, and because of this I cannot see my twitch chat while playing. I've tried what others do and setup Text-To-Speech, but honestly this is really bad when you have Simple Radio + Team Speak + Twitch Chat all going at the same time. It turns into a real mess and I end up having to take the headset off too look at chat anyway.
This lead me to the idea of making a mod that will allow me to pump twitch chat to my DCS chat window. Now, I have pretty much everything working. Export creates a udp client that listens to localhost and receives information, deserializes and currently just writes it to a file. I've written a separate application that connects to twitch chat and sends the data via udp to DCS. Currently this is all working, and working well. My only huge hurdle is getting the information to the UI some how.
My goal is to open source this and provide it to everyone not just myself. It's really aggravating as a streamer to not be able to interact with my viewers. And as a viewer is just a frustrating watching this happen to someone im watching. So if anyone has any ideas im all ears, or if you have a solution already please let me know!