You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,24 @@ This library does not currently support KeyValues2 (Datamodel). If you need KV2/
108
108
109
109
# KeyValues3
110
110
111
-
This library does not currently support KeyValues3. There is an [open pull request](https://github.com/ValveResourceFormat/ValveKeyValue/pull/61) for KV3 support.
111
+
Used by the Source 2 engine.
112
112
113
-
If you need KV3 support, use [ValveResourceFormat](https://github.com/ValveResourceFormat/ValveResourceFormat) which supports parsing Source 2 formats including KV3.
113
+
## Deserializing text
114
+
115
+
```csharp
116
+
varstream=File.OpenRead("file.kv3"); // or any other Stream
0 commit comments