Skip to content

Instantly share code, notes, and snippets.

@theY4Kman
Created October 26, 2021 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theY4Kman/466eb5e8cce2f488aae3baa2f36c1608 to your computer and use it in GitHub Desktop.
Save theY4Kman/466eb5e8cce2f488aae3baa2f36c1608 to your computer and use it in GitHub Desktop.
Shows the quality strings returned by bakkesmod.dll
strings ./dll/bakkesmod.dll 2>&1 \
| \grep -E '^(Common|Uncommon|Rare|Very ?rare|Import|Exotic|Black ?market|Premium|Limited|Legacy)$'
Common
Rare
Very rare
Uncommon
Black market
Premium
Import
Exotic
Limited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment