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
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,11 +157,11 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
157
157
</tr>
158
158
<tr><!-- empty row to disable github striped bg color --></tr>
159
159
<tr>
160
-
<td rowspan="25"><code>vpkpp</code></td>
160
+
<td rowspan="27"><code>vpkpp</code></td>
161
161
<td>007 v1.1, v1.3 (007 - Nightfire)</td>
162
162
<td align="center">✅</td>
163
163
<td align="center">❌</td>
164
-
<td rowspan="25" align="center">C<br>C#</td>
164
+
<td rowspan="27" align="center">C<br>C#</td>
165
165
</tr>
166
166
<tr><!-- empty row to disable github striped bg color --></tr>
167
167
<tr>
@@ -182,6 +182,12 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
182
182
<td align="center">✅</td>
183
183
</tr>
184
184
<tr><!-- empty row to disable github striped bg color --></tr>
185
+
<tr>
186
+
<td>HOG (Descent)</td>
187
+
<td align="center">✅</td>
188
+
<td align="center">❌</td>
189
+
</tr>
190
+
<tr><!-- empty row to disable github striped bg color --></tr>
185
191
<tr>
186
192
<td>OL (Worldcraft Object Library)</td>
187
193
<td align="center">✅</td>
@@ -226,7 +232,7 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
226
232
</tr>
227
233
<tr><!-- empty row to disable github striped bg color --></tr>
228
234
<tr>
229
-
<td>VPP (Red Faction)</td>
235
+
<td>VPP v1-2 (Red Faction)</td>
230
236
<td align="center">✅</td>
231
237
<td align="center">❌</td>
232
238
</tr>
@@ -373,6 +379,7 @@ found on PyPI in the [sourcepp](https://pypi.org/project/sourcepp) package.
373
379
-`steampp` is based on the [SteamAppPathProvider](https://github.com/Trico-Everfire/SteamAppPathProvider) library by [@Trico Everfire](https://github.com/Trico-Everfire) and [Momentum Mod](https://momentum-mod.org) contributors.
374
380
-`vpkpp`'s 007 parser is based on [reverse-engineering work](https://raw.githubusercontent.com/SmileyAG/dumpster/refs/heads/src_jb007nightfirepc_alurazoe/file_format_analysis.txt) by Alhexx.
375
381
-`vpkpp`'s GCF parser was contributed by [@bt](https://github.com/caatge) and [@ymgve](https://github.com/ymgve).
382
+
-`vpkpp`'s HOG parser was contributed by [@erysdren](https://github.com/erysdren).
376
383
-`vpkpp`'s OL parser is based on [reverse-engineering work](https://github.com/erysdren/scratch/blob/main/kaitai/worldcraft_ol.ksy) by [@erysdren](https://github.com/erysdren).
377
384
-`vpkpp`'s ORE parser is based on [reverse-engineering work](https://github.com/erysdren/narbacular-drop-tools) by [@erysdren](https://github.com/erysdren).
378
385
-`vpkpp`'s VPP parser was contributed by [@erysdren](https://github.com/erysdren).
Copy file name to clipboardExpand all lines: docs/index.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,11 +140,11 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
140
140
<td align="center">❌</td>
141
141
</tr>
142
142
<tr>
143
-
<td rowspan="13"><code>vpkpp</code></td>
143
+
<td rowspan="14"><code>vpkpp</code></td>
144
144
<td>007 v1.1, v1.3 (007 - Nightfire)</td>
145
145
<td align="center">✅</td>
146
146
<td align="center">❌</td>
147
-
<td rowspan="13" align="center">C<br>C#</td>
147
+
<td rowspan="14" align="center">C<br>C#</td>
148
148
</tr>
149
149
<tr>
150
150
<td>FPX v10 (Tactical Intervention)</td>
@@ -161,6 +161,11 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
161
161
<td align="center">✅</td>
162
162
<td align="center">✅</td>
163
163
</tr>
164
+
<tr>
165
+
<td>HOG (Descent)</td>
166
+
<td align="center">✅</td>
167
+
<td align="center">❌</td>
168
+
</tr>
164
169
<tr>
165
170
<td>OL (Worldcraft Object Library)</td>
166
171
<td align="center">✅</td>
@@ -199,7 +204,7 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
199
204
<td align="center">✅</td>
200
205
</tr>
201
206
<tr>
202
-
<td>VPP (Red Faction)</td>
207
+
<td>VPP v1-2 (Red Faction)</td>
203
208
<td align="center">✅</td>
204
209
<td align="center">❌</td>
205
210
</tr>
@@ -329,6 +334,7 @@ found on PyPI in the [sourcepp](https://pypi.org/project/sourcepp) package.
329
334
-`steampp` is based on the [SteamAppPathProvider](https://github.com/Trico-Everfire/SteamAppPathProvider) library by [@Trico Everfire](https://github.com/Trico-Everfire) and [Momentum Mod](https://momentum-mod.org) contributors.
330
335
-`vpkpp`'s 007 parser is based on [reverse-engineering work](https://raw.githubusercontent.com/SmileyAG/dumpster/refs/heads/src_jb007nightfirepc_alurazoe/file_format_analysis.txt) by Alhexx.
331
336
-`vpkpp`'s GCF parser was contributed by [@bt](https://github.com/caatge) and [@ymgve](https://github.com/ymgve).
337
+
-`vpkpp`'s HOG parser was contributed by [@erysdren](https://github.com/erysdren).
332
338
-`vpkpp`'s OL parser is based on [reverse-engineering work](https://github.com/erysdren/scratch/blob/main/kaitai/worldcraft_ol.ksy) by [@erysdren](https://github.com/erysdren).
333
339
-`vpkpp`'s ORE parser is based on [reverse-engineering work](https://github.com/erysdren/narbacular-drop-tools) by [@erysdren](https://github.com/erysdren).
334
340
-`vpkpp`'s VPP parser was contributed by [@erysdren](https://github.com/erysdren).
0 commit comments