mikechambers / dcli

Command line utilities for Destiny 2
https://github.com/mikechambers/dcli
MIT License
87 stars 13 forks source link

Manually parse game mode types for private matches #10

Open mikechambers opened 3 years ago

mikechambers commented 3 years ago

Dues to this bug it is not currently possible to search / filter private result types in dcliah by game mode. You can only search by:

---mode all_private

It is possible to manually find the correct mode type, by using the hash in directorActivityHash value, to get the DestinyActivityDefinition from the manfiest, and then check the directActivityModeHash value to figure out the specific private mode.

https://data.destinysets.com/i/Activity:29726492

If there is demand / interest for this, Ill consider it.