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
@@ -88,11 +83,10 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
88
83
<td align="center">❌</td>
89
84
<td align="center">✅</td>
90
85
<td align="center">❌</td>
91
-
<td align="center"></td>
92
86
<td></td>
93
87
</tr>
94
88
<tr>
95
-
<td>steampp</td>
89
+
<td><code>steampp</code></td>
96
90
<td>
97
91
<ul>
98
92
<li>Finding Steam install folder</li>
@@ -103,10 +97,9 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
103
97
<td align="center">✅</td>
104
98
<td align="center">n/a</td>
105
99
<td align="center">C</td>
106
-
<td>Based on the <a href="https://github.com/Trico-Everfire/SteamAppPathProvider">SteamAppPathProvider</a> library by <a href="https://github.com/Trico-Everfire">@Trice Everfire</a> and <a href="https://momentum-mod.org">Momentum Mod</a> contributors.</td>
@@ -151,7 +142,6 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
151
142
<td align="center">✅</td>
152
143
<td align="center">❌</td>
153
144
<td align="center"></td>
154
-
<td></td>
155
145
</tr>
156
146
</table>
157
147
@@ -161,6 +151,11 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
161
151
162
152
(‡) Currently only VPK creation is supported.
163
153
154
+
## Special Thanks
155
+
156
+
-`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.
157
+
-`vpkpp`'s GCF parser was contributed by [@bt](https://github.com/caatge) and [@ymgve](https://github.com/ymgve).
158
+
164
159
## Gallery
165
160
166
161
A list of projects using the `sourcepp` parser set. If you'd like to see your project here, make a PR!
0 commit comments