I'm new to Star Citizen and have been looking for something to control LIFX lighting based on the game state. For example, flash red when a hostile establishes a radar lock, or dim to blue when entering quantum travel etc. Does anything like this currently exist? I can't seem to find anything if it does. Assuming it doesn't exist, I would be willing to code it, provided I can get access to the relevant information from the game. It is my understanding that there is currently no API available to pull this info from. Does anything that would be useful for this get logged anywhere? If there is no logging I suppose that leaves monitoring network traffic or memory. I can see running into issues with EAC trying the latter, although this is well outside of my current experience. Any good places to start, or better yet an existing project?