All public logs

Jump to: navigation, search

Combined display of all available logs of girlwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:06, 11 July 2023 Flurry talk contribs created page Valve Data Format (Created page with "'''Valve Data Format (VDF)''' files are key-value stores used by Source games and Steam. == Text VDF == Most VDF files you'll see are text-based. The spec is pretty well-defined on the [https://developer.valvesoftware.com/wiki/KeyValues Valve Developer Community wiki]. <syntaxhighlight lang="c"> "ParentElem" { "Key1" "1.25" "Key2" "String of text" "ChildElem" { "Key3" "15" // and so on } } </syntaxhighlight> == Compiled VDF == In...")