Bungie-net / api

Resources for the Bungie.net API
Other
1.22k stars 92 forks source link

RGB values of In game D2 controller pass to Destiny 2 keyboard RGB and or LED lights. #737

Open nntb opened 6 years ago

nntb commented 6 years ago

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 ?

vthornheart-bng commented 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!

floatingatoll commented 6 years ago

(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.

ckhicks commented 6 years ago

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.