Skip to content

A command-line utility to parse Steam appinfo.vdf files

License

Notifications You must be signed in to change notification settings

WootingKb/appinfo-vdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appinfo-vdf

A modified utility to be a library to parse Steam appinfo.vdf files.

The original motivation to write this utility was to be able to patch appinfo.vdf to workaround an issue running Assassin's Creed II on Linux. The patching code is still there, however the generated files are rejected by Steam because the checksum of the file entries are invalid. I don't know how the checksums should be computed, so I wasn't able to implement that part.

I modified the utility to be a library for use in later projects.

Requirements

  • Rust 1.48.0
  • Cargo

Building

cargo build

About

A command-line utility to parse Steam appinfo.vdf files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%