Skip to content

Commit 9b989cd

Browse files
chore: remove "create" readme table column
1 parent f981cc8 commit 9b989cd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
1616
<tr>
1717
<th>Name</th>
1818
<th>Supports</th>
19-
<th>Create</th>
2019
<th>Read</th>
2120
<th>Write</th>
2221
<th>Wrappers</th>
@@ -30,7 +29,6 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
3029
</td>
3130
<td align="center">✅</td>
3231
<td align="center">✅</td>
33-
<td align="center">✅</td>
3432
<td align="center"></td>
3533
</tr>
3634
<tr>
@@ -40,7 +38,6 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
4038
<li><a href="https://developer.valvesoftware.com/wiki/DMX">DMX</a> Binary v1-5</li>
4139
</ul>
4240
</td>
43-
<td align="center">❌</td>
4441
<td align="center">✅</td>
4542
<td align="center">❌</td>
4643
<td align="center"></td>
@@ -56,7 +53,6 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
5653
</td>
5754
<td align="center">✅</td>
5855
<td align="center">✅</td>
59-
<td align="center">✅</td>
6056
<td align="center"></td>
6157
</tr>
6258
<tr>
@@ -66,7 +62,6 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
6662
<li><a href="https://developer.valvesoftware.com/wiki/KeyValues">KeyValues</a> v1<sup>*</sup></li>
6763
</ul>
6864
</td>
69-
<td align="center">❌</td>
7065
<td align="center">✅</td>
7166
<td align="center">❌</td>
7267
<td align="center"></td>
@@ -80,7 +75,6 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
8075
<li><a href="https://developer.valvesoftware.com/wiki/VVD">VVD</a> v4</li>
8176
</ul>
8277
</td>
83-
<td align="center">❌</td>
8478
<td align="center">✅</td>
8579
<td align="center">❌</td>
8680
<td></td>
@@ -93,7 +87,6 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
9387
<li>Finding installed Steam games</li>
9488
</ul>
9589
</td>
96-
<td align="center">n/a</td>
9790
<td align="center">✅</td>
9891
<td align="center">n/a</td>
9992
<td align="center">C</td>
@@ -107,7 +100,6 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
107100
</td>
108101
<td align="center">✅</td>
109102
<td align="center">✅</td>
110-
<td align="center">✅</td>
111103
<td align="center">C<br>C#</td>
112104
</tr>
113105
<tr>
@@ -126,7 +118,6 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
126118
<li>ZIP</li>
127119
</ul>
128120
</td>
129-
<td align="center">✅<sup>&Dagger;</sup></td>
130121
<td align="center">✅</td>
131122
<td align="center">✅</td>
132123
<td align="center">C<br>C#</td>
@@ -138,7 +129,6 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
138129
<li><a href="https://developer.valvesoftware.com/wiki/VTF_(Valve_Texture_Format)">VTF</a> v7.0-7.6</li>
139130
</ul>
140131
</td>
141-
<td align="center">❌</td>
142132
<td align="center">✅</td>
143133
<td align="center">❌</td>
144134
<td align="center"></td>
@@ -149,8 +139,6 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
149139

150140
(&dagger;) The MDL parser is not complete. It is usable in its current state, but it does not currently parse more complex components like animations. This parser is still in development.
151141

152-
(&Dagger;) Currently only VPK creation is supported.
153-
154142
## Special Thanks
155143

156144
- `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.

0 commit comments

Comments
 (0)