Skip to content

Updated to support binary VDFs with magic bytes 27, 28, and 29

License

Notifications You must be signed in to change notification settings

cbartondock/node-binary-vdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appinfo.vdf parser for Node.js

npm version

Parses Steam's binary VDF format used in appinfo.vdf into a JSON object. This version supports versions of appinfo.vdf corresponding to the magic header being 27, 28, and 29 (the current version as of July 2024). For more details on the format of appinfo.vdf see here.

Usage

import {readBinaryVDF} from "binary-vdf-2";
import * as fs from "fs";
const stream = fs.createReadStream("appinfo.vdf");
const appinfo = await readBinaryVDF(stream);

About

Updated to support binary VDFs with magic bytes 27, 28, and 29

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages