Skip to content

AspectUnk/cs2-items-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS2 Items parser

Parsing game information about items, skins, agents and etc.

Information

Using information from scripts/items/items_game.txt file (in vpk) and localization files (en, ru) generates information about skins, agents, stickers, etc. It also organizes images and saves information about the paths.

The following files are currently being generated:

  • item_definitions - game items (including agents, as they are considered a separate item and not a skin)
  • paintkits - skins and their basic parameters (some skins can be reapplied to different items)
  • rarities - rarity of items and skins
  • sticker_kits - stickers
  • skins - relations of items and skins
  • schema - items and skins applied to them

Some useful

  • Exported file format can be easily replaced here
  • Most libraries for working with the vdf format have many problems, for example with comments. vdf-parser does not have this problem

About

Parsing items, skins, agents and etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published