Skip to content

Commit 84c780d

Browse files
docs: add more things using sourcepp
1 parent c1667ff commit 84c780d

File tree

2 files changed

+102
-42
lines changed

2 files changed

+102
-42
lines changed

docs/assets/img/sourceradiant.png

55.8 KB
Loading

docs/index.html

Lines changed: 102 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -68,63 +68,99 @@ <h2>Gallery</h2>
6868
<h3>First-Party</h3>
6969
<div class="card-group">
7070
<div class="card">
71-
<img
72-
width="261"
73-
height="300"
74-
src="/assets/img/ps3_orangebox.png"
75-
alt="The Blu-Ray case cover of The Orange Box for PlayStation 3."
76-
/>
77-
<h3><a href="https://github.com/craftablescience/fgptool" target="_blank" rel="noreferrer">fgptool</a></h3>
71+
<a href="https://github.com/craftablescience/fgptool" target="_blank" rel="noreferrer">
72+
<img
73+
width="261"
74+
height="300"
75+
src="/assets/img/ps3_orangebox.png"
76+
alt="The Blu-Ray case cover of The Orange Box for PlayStation 3."
77+
/>
78+
<h3>fgptool</h3>
79+
</a>
7880
<p>A tool to crack the filepath hashes in The Orange Box PS3 file groups.</p>
7981
</div>
8082
<div class="card">
81-
<img
82-
width="200"
83-
height="300"
84-
src="/assets/img/missing.png"
85-
alt="A placeholder missing image."
86-
/>
87-
<h3><a href="https://github.com/craftablescience/godotsource" target="_blank" rel="noreferrer">GodotSource</a></h3>
83+
<a href="https://github.com/craftablescience/godotsource" target="_blank" rel="noreferrer">
84+
<img
85+
width="200"
86+
height="300"
87+
src="/assets/img/missing.png"
88+
alt="A placeholder missing image."
89+
/>
90+
<h3>GodotSource</h3>
91+
</a>
8892
<p>Load Source engine assets in the Godot engine. Heavily WIP.</p>
8993
</div>
9094
<div class="card">
91-
<img
92-
width="356"
93-
height="300"
94-
src="/assets/img/maretf.png"
95-
alt="The MareTF window with a VTF texture open."
96-
/>
97-
<h3><a href="https://github.com/craftablescience/MareTF" target="_blank" rel="noreferrer">MareTF</a></h3>
95+
<a href="https://github.com/craftablescience/MareTF" target="_blank" rel="noreferrer">
96+
<img
97+
width="356"
98+
height="300"
99+
src="/assets/img/maretf.png"
100+
alt="The MareTF window with a VTF texture open."
101+
/>
102+
<h3>MareTF</h3>
103+
</a>
98104
<p>Replicates the functionality of Valve's vtex executable and VTFEdit and more.</p>
99105
</div>
100106
<div class="card">
101-
<img
102-
width="200"
103-
height="300"
104-
src="/assets/img/missing.png"
105-
alt="A placeholder missing image."
106-
/>
107-
<h3><a href="https://github.com/craftablescience/MareTF" target="_blank" rel="noreferrer">QVTF++</a></h3>
107+
<a href="https://github.com/craftablescience/MareTF" target="_blank" rel="noreferrer">
108+
<img
109+
width="200"
110+
height="300"
111+
src="/assets/img/missing.png"
112+
alt="A placeholder missing image."
113+
/>
114+
<h3>QVTF++</h3>
115+
</a>
108116
<p>A QImageIO plugin to load VTF textures in Qt applications.</p>
109117
</div>
110118
<div class="card">
111-
<img
112-
width="300"
113-
height="300"
114-
src="/assets/img/reloaded2ps3.png"
115-
alt="The logo of Reloaded2PS3."
116-
/>
117-
<h3><a href="https://github.com/craftablescience/reloaded2ps3" target="_blank" rel="noreferrer">Reloaded2PS3</a></h3>
119+
<a href="https://github.com/craftablescience/reloaded2ps3" target="_blank" rel="noreferrer">
120+
<img
121+
width="300"
122+
height="300"
123+
src="/assets/img/reloaded2ps3.png"
124+
alt="The logo of Reloaded2PS3."
125+
/>
126+
<h3>Reloaded2PS3</h3>
127+
</a>
118128
<p>Convert the PC version of Portal Reloaded to a playable PS3 game.</p>
119129
</div>
120130
<div class="card">
121-
<img
122-
width="347"
123-
height="300"
124-
src="/assets/img/vpkedit.png"
125-
alt="A screenshot of VPKEdit with a VPK and an MDL preview open in wireframe mode."
126-
/>
127-
<h3><a href="https://github.com/craftablescience/VPKEdit" target="_blank" rel="noreferrer">VPKEdit</a></h3>
131+
<a href="https://github.com/craftablescience/scryptor" target="_blank" rel="noreferrer">
132+
<img
133+
width="200"
134+
height="300"
135+
src="/assets/img/missing.png"
136+
alt="A placeholder missing image."
137+
/>
138+
<h3>scryptor</h3>
139+
</a>
140+
<p>Freely encrypt or decrypt Source engine file formats.</p>
141+
</div>
142+
<div class="card">
143+
<a href="https://github.com/craftablescience/srcmatsearch" target="_blank" rel="noreferrer">
144+
<img
145+
width="200"
146+
height="300"
147+
src="/assets/img/missing.png"
148+
alt="A placeholder missing image."
149+
/>
150+
<h3>srcmatsearch</h3>
151+
</a>
152+
<p>Search for models that reference a given material.</p>
153+
</div>
154+
<div class="card">
155+
<a href="https://github.com/craftablescience/VPKEdit" target="_blank" rel="noreferrer">
156+
<img
157+
width="347"
158+
height="300"
159+
src="/assets/img/vpkedit.png"
160+
alt="A screenshot of VPKEdit with a VPK and an MDL preview open in wireframe mode."
161+
/>
162+
<h3>VPKEdit</h3>
163+
</a>
128164
<p>Replicates the functionality of Valve's vpk executable and GCFScape and more.</p>
129165
</div>
130166
<div class="card">
@@ -142,6 +178,18 @@ <h3>VTF Thumbnailer</h3>
142178
</div>
143179
<h3>Third-Party</h3>
144180
<div class="card-group">
181+
<div class="card">
182+
<a href="https://github.com/ENDERZOMBI102/Aurora-Source" target="_blank" rel="noreferrer">
183+
<img
184+
width="200"
185+
height="300"
186+
src="/assets/img/missing.png"
187+
alt="A placeholder missing image."
188+
/>
189+
<h3>Aurora Source</h3>
190+
</a>
191+
<p>A "branch" of the source engine, forked from SDK2013.</p>
192+
</div>
145193
<div class="card">
146194
<a href="https://github.com/dresswithpockets/bsp-linux-fix" target="_blank" rel="noreferrer">
147195
<img
@@ -274,6 +322,18 @@ <h3>rock:sail</h3>
274322
</a>
275323
<p>Use paid skins, music, and agents for free in CS2.</p>
276324
</div>
325+
<div class="card">
326+
<a href="https://github.com/erysdren/SourceRadiant" target="_blank" rel="noreferrer">
327+
<img
328+
width="426"
329+
height="300"
330+
src="/assets/img/sourceradiant.png"
331+
alt="A screenshot of the 3D viewport of the SourceRadiant tool. It is a decompile of the Half-Life 2 map d1_trainstation_02 showing the exterior of the train station."
332+
/>
333+
<h3>SourceRadiant</h3>
334+
</a>
335+
<p>The open-source, cross-platform level editor for Source Engine-based games.</p>
336+
</div>
277337
<div class="card">
278338
<a href="https://github.com/StrataSource/verifier" target="_blank" rel="noreferrer">
279339
<img

0 commit comments

Comments
 (0)