vdf icon indicating copy to clipboard operation
vdf copied to clipboard

πŸ“œ Package for working with Valve's text and binary KeyValue format

Results 24 vdf issues
Sort by recently updated
recently updated
newest added

Hello I got an exception while trying the example on duplicates. When reassigning a duplicate and after printing the duplicate, get_all_for('key') fails with ``` >>> d[(1, 'key')] = 123 #...

[appmanifest_1406850.txt](https://github.com/ValvePython/vdf/files/9790848/appmanifest_1406850.txt) Is there anything that can be done by the library user to have this file parsed correctly? The problematic field is this one: `"installdir" "The Legend of Liāu Thiam...

question

The new Steam beta introduced a new `appinfo.vdf` version. This appinfo.vdf V29 introduces a new binary VDF format which does not include field keys in binary VDF segments as-is. Instead,...

Some VDF files use more than one space between the key and the value, such as Steam's `config/config.vdf` file. This option allows the library to emulate this, so that editing...