Open nntb opened 6 years ago
Oh, as in to get the controller's light values? Unfortunately we can't get at that info: that data is client authoritative, and we only get a very small amount of data from client-authoritative sources (and often, that data isn't guaranteed to be up to date). Sorry about that!
(Additionally - as a general rule, the API caching layer provides no more than 30-60 second interval updates, so if any data is supported for tracking “live” things in-game, it will be heavily delayed versus real-time.)
On Oct 20, 2018, at 10:44, Vendal Thornheart notifications@github.com wrote:
Oh, as in to get the controller's light values? Unfortunately we can't get at that info: that data is client authoritative, and we only get a very small amount of data from client-authoritative sources (and often, that data isn't guaranteed to be up to date). Sorry about that!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Idea: You could poll current activity and switch between known palettes/images for each type/location. So if I most recently was seen doing PvP on Bannerfall that could be two points of articulation, etc. Cool stuff.
i was wondering how to do this. the ps4 controler gets RGB values on the fly from the game. and the api says somthing about rgb. is there a way to get this data from destiny 2 exe in neer real time ?