Skip to content

Commit d0a38a7

Browse files
Deploying to docs from @ 3644239 🚀
1 parent 9e2f329 commit d0a38a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,8 @@ <h2><a class="anchor" id="autotoc_md3"></a>
449449
Gallery</h2>
450450
<p>A list of projects using the <code>sourcepp</code> parser set. If you'd like to see your project here, make a PR!</p>
451451
<ul>
452-
<li><a href="https://github.com/craftablescience/VPKEdit">VPKEdit</a>: An open source MIT-licensed tool that can create, extract from, preview the contents of and write to several pack file formats. A CLI application is bundled with the program which replicates the functionality of Valve's <code>vpk.exe</code>.</li>
452+
<li><a href="https://github.com/craftablescience/VPKEdit">VPKEdit</a>: An open source MIT-licensed GUI tool that can create, extract from, preview the contents of and write to several pack file formats. A CLI tool is bundled with the program which replicates the functionality of Valve's <code>vpk.exe</code>.</li>
453+
<li><a href="https://github.com/craftablescience/MareTF">MareTF</a>: An open source MIT-licensed CLI tool that can create VTFs, with more features and a companion GUI tool planned. Replicates the functionality of Valve's <code>vtex.exe</code>.</li>
453454
<li><a href="https://github.com/craftablescience/godotsource">GodotSource</a>: A work-in-progress set of bindings to connect the <code>sourcepp</code> libraries to Godot. Allows GDScript to work with the libraries, and allows Godot to directly load Source engine assets from a user project or from installed Source games.</li>
454455
<li><a href="https://github.com/StrataSource/verifier">Verifier</a>: A small program that can build an index of a game's files, and validate existing files based on that index. Think Steam's "Verify integrity of game files" option, but without actually overwriting any files. <code>sourcepp</code> is used to parse Steam depot configs, as well as enable indexing the contents of VPKs. </li>
455456
</ul>

0 commit comments

Comments
 (0)