Skip to content

DarkGL/csgo-items-db

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Csgo items db

license black steam

This is storage repo of CSGO items schema. Feel free to used it if you need 😊

Include not all items ⚠, but almost all tradable items - must be inside 📦

Integrity schema 🧾

integrity schema

Manual usage

To collect data you need .env file in project root dir with yours STEAM_API_KEY field (need to fetch GameSchema from api.steampowered.com). Just start collect.py script with one argument - absolute path to pak01_dir.vpk file which live in CSGO/csgo directory.

⚠ For unpacking game resources all *.vpk files needed.

Example:

python ./collect.py "some/absolute/path/Steam/steamapps/common/Counter-Strike Global Offensive/csgo/pak01_dir.vpk"

TODO 📑

  • Rare items in cases (maybe from external resource)
  • Sticker capsules
  • Souvenir packages
  • Item sets
  • Graffiti with tints

About

Simple schema of CSGO items

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%