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.
- Rust 1.48.0
- Cargo
cargo build