go-csgo-item-parser

command module
v0.0.0-...-27795a1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2024 License: MIT Imports: 5 Imported by: 0

README

go-csgo-item-parser

go-csgo-item-parser can be used to extract CSGO entities from the items_game.txt and csgo_<language>.txt files of the game.

Support

Currently, the parser supports extraction of the following item types:

  • paint kits
  • sticker kits
  • sticker capsules
  • skinnable weapons (guns)
  • skinnable weapons (knives)
  • skinnable gloves
  • equipment
  • weapon sets
  • weapon crates

Usage

The program currently works by accepting the file locations of the aforementioned itmes_game.txt and csgo_<language>.txt files and outputs the transformed data into the provided output file location:

  • --csgo-items: items_game.txt file location
  • --csgo-language: csgo_<language>.txt file location
  • --output: output file location

Example

go-csgo-item-parser --csgo-items=/path/to/items_game.txt --csgo-language=/path/to/csgo_english.txt --output=/path/to/result.json

The output file will contain the currently supported entities in json format.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL