Releases: Step7750/node-csgo-cdn
Releases · Step7750/node-csgo-cdn
Various Fixes + Typescript Declarations
Updates node-steam-user Dep From 3.x to 4.x
- Implements necessary changes to update the node-steam-user dep (#18, thanks @9KwHCUDP)
Sealed Graffiti Precedence Fix
- Fixes an issue where graffitis for tournaments would have name conflicts and cause the sticker version to be returned instead of the graffiti. #15
getWeaponURL Fix
- Fixes
getWeaponURL
implementation (thanks @wwwwwwwwwwwwwvwwwwwwwwwwwwwwwwwwwwwwwww)
Improved Item Name Matching
This release includes significant improvements and fixes when converting a market_hash_name
to it's corresponding image URL.
Fixes:
- Conflicting case sensitive weapon language references
- Item name simplification/extraction and trimming
- Duplicate match handling for skin names, weapon names, paint indexes
- Ensures weapon tags are lowercase
- Improves Robustness of weapon checking from market_hash_name by attempting to find the weapon instead of checking for wear
- Searches prefabs in the case of no match for "other" items
- Vanilla item support
It also now allows just specifying the item name without the wear (ex. AWP | Redline
).
Thanks to @jayjo29 for the missing items list
Initial Release
csgo-cdn
allows you to fetch the Steam CDN image URL for any CSGO market item including weapons, stickers, music kits, cases, keys, etc...!
It allows this by downloading the game resource VPK files and computing the SHA1 of the local files.