Skip to content

Releases: Step7750/node-csgo-cdn

Various Fixes + Typescript Declarations

13 Jun 04:10
Compare
Choose a tag to compare
  • #22 Typescript Declarations
  • #24 Fix for characters not loading
  • #29 Use more precise dir name
  • #37 Add support for patches
  • plus various dependency bumps

Thank you to all the PR contributors!

Updates node-steam-user Dep From 3.x to 4.x

01 Sep 17:44
Compare
Choose a tag to compare
  • Implements necessary changes to update the node-steam-user dep (#18, thanks @9KwHCUDP)

Sealed Graffiti Precedence Fix

24 Feb 18:59
Compare
Choose a tag to compare
  • 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

02 Sep 19:49
c1c18d9
Compare
Choose a tag to compare

Improved Item Name Matching

20 Jan 02:22
398e5b3
Compare
Choose a tag to compare

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

17 Dec 23:33
98ad678
Compare
Choose a tag to compare

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.