Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
/ VDFparse Public archive
forked from Grub4K/VDFparse

Converts binary valve data files into json

License

Notifications You must be signed in to change notification settings

Spodi/VDFparse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VDFparse

Automated Build

Convert known binary valve data files (.vdf files) into json.

Usage

VDFparse <path> [<id>...] [options]

Arguments:
  <path>  The path to the vdf file, or `appinfo`/`packageinfo`.
  <id>    Ids to filter by. If no id is specified output all ids.

Options:
  -i, --info-only  Show only info and omit main data. [default: False]
  -p, --pretty     Indent the JSON output. [default: False]
  --version        Show version information
  -?, -h, --help   Show help and usage information

If path is appinfo/packageinfo it will try to locate them by querying the registry for the steam location (Windows) or trying some common locations (Linux).

Building

Building can simply be done using dotnet build/dotnet publish. More information can be found here and here.

About

Converts binary valve data files into json

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%