ByMykel / CSGO-API

An unofficial JSON API for Counter-Strike 2 in multiples languages. List of skins, cases, stickers, collections, collectibles, agents, graffiti, keys, patches and music kits.
https://bymykel.github.io/CSGO-API/
MIT License
255 stars 29 forks source link

Items game and csgo_english #115

Closed AlberTajuelo closed 4 months ago

AlberTajuelo commented 4 months ago

All data are retrieved from items_game.txt and csgo_english.txt. These files use Valve's KeyValue text file format and have to be parsed with vdf-parser.

Where do you found these files in CS2 folder? I searched but it's 404 in the GameTracking-CSGO repository and I have CS2 installed and I don't found these files. Its inside a vdf?

ByMykel commented 4 months ago

Hi, the docs and the README are outdated. You can find items_game.txt and all the languages files here https://github.com/ByMykel/counter-strike-file-tracker/tree/main/static

AlberTajuelo commented 4 months ago

Thanks a lot!!