I'm wanting to get certain info from PA and use it for SteelSeries RGB LED devices. I need some people to be able to help out with making this mod so message me on here or skype if you want to help out. (Skype: chikkenslayer) The information i'm wanting to get from the game: Commander Health Specific Unit Health Unit Count Incoming Attacks Economy Status Also to have incoming attacks based on level on danger, if simple units are attacking it'll be a low level alert, if there were a nuke incoming or a asteroid incoming it'd flash the keyboard.
That helps a little bit, I'm going to need someone who is experienced with lisp to help me add the compatibility in the game sense app.
It looks like it support both LISP and JSON. So if you want to keep it simple, just use JSON. At least, that's what I gather from here: https://github.com/SteelSeries/gamesense-sdk/blob/master/doc/api/sending-game-events.md
Thats to send the game events from the game, Lisp handles it from the server side "GameSense Engine 3", i need to POST json info to a local server on the computer that game sense opens up, the specific port is read in the file which to upload to but I'm having small issues and blocks I'd like to message someone to see if they're able to help