Skip to content

Commit a267e42

Browse files
docs: mention dmxpp supports srctools formats now
1 parent 588224f commit a267e42

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ The Python wrappers can be found on PyPI in the [sourcepp](https://pypi.org/proj
5050
<tr><!-- empty row to disable GitHub striped bg color --></tr>
5151
<tr>
5252
<td rowspan="1"><code>dmxpp</code><sup>*</sup></td>
53-
<td><a href="https://developer.valvesoftware.com/wiki/DMX">DMX</a> Binary v1-5</td>
53+
<td>
54+
<a href="https://developer.valvesoftware.com/wiki/DMX">DMX</a> Binary v1-5
55+
<br> &bull; <a href="https://github.com/TeamSpen210/srctools">srctools</a> modifications
56+
</td>
5457
<td align="center">✅</td>
5558
<td align="center">❌</td>
5659
<td rowspan="1" align="center"></td>
@@ -454,6 +457,7 @@ Anything using the `sourcepp` parser set that I know of, directly or indirectly.
454457
## Special Thanks
455458

456459
- `bsppp` partial library redesign, lump compression and game lump parsing/writing support contributed by [@Tholp](https://github.com/Tholp1).
460+
- `dmxpp`'s support for srctools formats was contributed by [@TeamSpen210](https://github.com/TeamSpen210).
457461
- `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.
458462
- `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.
459463
- `vpkpp`'s GCF parser was contributed by [@bt](https://github.com/eepycats) and [@ymgve](https://github.com/ymgve).

docs/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ The Python wrappers can be found on PyPI in the [sourcepp](https://pypi.org/proj
4949
</tr>
5050
<tr style="background: none;">
5151
<td rowspan="1"><code>dmxpp</code><sup>*</sup></td>
52-
<td><a href="https://developer.valvesoftware.com/wiki/DMX">DMX</a> Binary v1-5</td>
52+
<td>
53+
<a href="https://developer.valvesoftware.com/wiki/DMX">DMX</a> Binary v1-5
54+
<br> &bull; <a href="https://github.com/TeamSpen210/srctools">srctools</a> modifications
55+
</td>
5356
<td align="center">✅</td>
5457
<td align="center">❌</td>
5558
<td rowspan="1" align="center"></td>
@@ -407,6 +410,7 @@ Anything using the `sourcepp` parser set that I know of, directly or indirectly.
407410
## Special Thanks
408411

409412
- `bsppp` partial library redesign, lump compression and game lump parsing/writing support contributed by [@Tholp](https://github.com/Tholp1).
413+
- `dmxpp`'s support for srctools formats was contributed by [@TeamSpen210](https://github.com/TeamSpen210).
410414
- `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.
411415
- `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.
412416
- `vpkpp`'s GCF parser was contributed by [@bt](https://github.com/caatge) and [@ymgve](https://github.com/ymgve).

0 commit comments

Comments
 (0)