Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 854 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 854 Bytes

CS2-CDN An easy way to access CS2 images.

A simple script which downloads all cs2 files and extracts all their images for

  • Stickers
  • Patches
  • Graffitis
  • Character Models
  • Music Kits
  • Cases
  • Tools
  • Status Icons ( Medals + Ranks )
  • Weapons

Once extracted they will be uploaded to a s3 storage provider.

You can view the images via https://cs2cdn.com/ + ItemPath

For Example: https://cs2cdn.com/econ/status_icons/service_medal_2024_lvl1.png

You can get the item paths using the items_game.txt stored in this repository. See Here

local setup

  1. Install bun
    curl -fsSL https://bun.sh/install | bash
  2. Install bun dependencies
    bun install
  3. Run index file
    bun run src/index.js