I have a modding question. I am using a version of spectator dashboard created by happyleaves, that creates a websocket from where the statistical data about the match can be read. I want to send this data to a remote server since I want to create a website, where people watching live games could make some predictions about the match (eg. who is going to win the live match).
I already wrote a program that pushes the data to the desired address. Now I want to create a mod out of it, so it will start sending the data automatically when the game starts.
So my question is how do I make this happen. I tried to build my program as a .dll and also as an .exe file and set it up a a local mod (just like spectator dashboard), but the game does not pick it up when the match starts. What am I missing?