AspectUnk / cs2-items-parser

Parsing items, skins, agents and etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:JavaScript 100.0%