Page 1 of 1

KeyValues

Posted: Fri Jul 20, 2012 9:50 pm
by Omega_K2
A KeyValues parser is useful for parsing some of the valve files (and addon files that follow the same thing). Will there a be a pure python KV parser or something that wraps the Valve KV parser?

Posted: Fri Jul 20, 2012 10:14 pm
by your-name-here
Omega_K2 wrote:A KeyValues parser is useful for parsing some of the valve files (and addon files that follow the same thing). Will there a be a pure python KV parser or something that wraps the Valve KV parser?

Yes, when I get to it, I will wrap IKeyValues and IFileSystem (which is required to parse keyvalues).