ValvePython / vdf

📜 Package for working with Valve's text and binary KeyValue format
https://pypi.org/project/vdf/
MIT License
165 stars 30 forks source link

allow '+' in keys and '|' in values #53

Open Kenajcrap opened 1 year ago

Kenajcrap commented 1 year ago

This minimally fixes parsing of most gameinfo.txt and closes #49 without implementing functionality that doesn't seem to be part of the specification of KeyValues, which is the separation of keys and repetition of values by using the + operator.

Example files: gameinfo.txt gameinfo.txt gameinfo.txt gameinfo.txt