Skip to content

Commit 1a97dc7

Browse files
docs: add vpkpp hog support
1 parent b7dfe5f commit 1a97dc7

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,11 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
157157
</tr>
158158
<tr><!-- empty row to disable github striped bg color --></tr>
159159
<tr>
160-
<td rowspan="25"><code>vpkpp</code></td>
160+
<td rowspan="27"><code>vpkpp</code></td>
161161
<td>007 v1.1, v1.3 (007 - Nightfire)</td>
162162
<td align="center">✅</td>
163163
<td align="center">❌</td>
164-
<td rowspan="25" align="center">C<br>C#</td>
164+
<td rowspan="27" align="center">C<br>C#</td>
165165
</tr>
166166
<tr><!-- empty row to disable github striped bg color --></tr>
167167
<tr>
@@ -182,6 +182,12 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
182182
<td align="center">✅</td>
183183
</tr>
184184
<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>
185191
<tr>
186192
<td>OL (Worldcraft Object Library)</td>
187193
<td align="center">✅</td>
@@ -226,7 +232,7 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
226232
</tr>
227233
<tr><!-- empty row to disable github striped bg color --></tr>
228234
<tr>
229-
<td>VPP (Red Faction)</td>
235+
<td>VPP v1-2 (Red Faction)</td>
230236
<td align="center">✅</td>
231237
<td align="center">❌</td>
232238
</tr>
@@ -373,6 +379,7 @@ found on PyPI in the [sourcepp](https://pypi.org/project/sourcepp) package.
373379
- `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.
374380
- `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.
375381
- `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).
376383
- `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).
377384
- `vpkpp`'s ORE parser is based on [reverse-engineering work](https://github.com/erysdren/narbacular-drop-tools) by [@erysdren](https://github.com/erysdren).
378385
- `vpkpp`'s VPP parser was contributed by [@erysdren](https://github.com/erysdren).

docs/index.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
140140
<td align="center">❌</td>
141141
</tr>
142142
<tr>
143-
<td rowspan="13"><code>vpkpp</code></td>
143+
<td rowspan="14"><code>vpkpp</code></td>
144144
<td>007 v1.1, v1.3 (007 - Nightfire)</td>
145145
<td align="center">✅</td>
146146
<td align="center">❌</td>
147-
<td rowspan="13" align="center">C<br>C#</td>
147+
<td rowspan="14" align="center">C<br>C#</td>
148148
</tr>
149149
<tr>
150150
<td>FPX v10 (Tactical Intervention)</td>
@@ -161,6 +161,11 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
161161
<td align="center">✅</td>
162162
<td align="center">✅</td>
163163
</tr>
164+
<tr>
165+
<td>HOG (Descent)</td>
166+
<td align="center">✅</td>
167+
<td align="center">❌</td>
168+
</tr>
164169
<tr>
165170
<td>OL (Worldcraft Object Library)</td>
166171
<td align="center">✅</td>
@@ -199,7 +204,7 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
199204
<td align="center">✅</td>
200205
</tr>
201206
<tr>
202-
<td>VPP (Red Faction)</td>
207+
<td>VPP v1-2 (Red Faction)</td>
203208
<td align="center">✅</td>
204209
<td align="center">❌</td>
205210
</tr>
@@ -329,6 +334,7 @@ found on PyPI in the [sourcepp](https://pypi.org/project/sourcepp) package.
329334
- `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.
330335
- `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.
331336
- `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).
332338
- `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).
333339
- `vpkpp`'s ORE parser is based on [reverse-engineering work](https://github.com/erysdren/narbacular-drop-tools) by [@erysdren](https://github.com/erysdren).
334340
- `vpkpp`'s VPP parser was contributed by [@erysdren](https://github.com/erysdren).

0 commit comments

Comments
 (0)