Wed, 26 Feb 2020 00:06:06 -0700
- Actually fix Arimo remote font
1 | 1 | <!DOCTYPE html> |
2 | <html lang="en"> | |
3 | <head> | |
4 | <meta charset="utf-8"> | |
5 | <meta name="viewport" content="width=device-width"> | |
6 | <meta name="description" content="Source 2 Documentation"> | |
7 | <link rel="stylesheet" href="style.css"> | |
8 | <link rel="icon" type="image/png" href="/s2favicon.png"> | |
5 | 9 | <title>Source 2 Documentation Project</title> |
11 | 10 | |
11 | <!--Fonts--> | |
12 | <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap" rel="stylesheet"> | |
13 | <link href="https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap" rel="stylesheet"> | |
13
29c252b93909
- Actually fix Arimo remote font
Glitchvid <Glitchvid@glitchvid.com>
parents:
11
diff
changeset
|
14 | <link href="https://fonts.googleapis.com/css?family=Arimo&display=swap" rel="stylesheet"> |
1 | 15 | </head> |
16 | ||
17 | <body> | |
18 | ||
19 | <div class="main" > | |
20 | ||
21 | <div id="header"> | |
22 | <img class="headerlogo" src="source2_new.svg" title="Source 2"> | |
23 | <nav> | |
24 | <ul class="buttons"> | |
25 | <a href="home.html"><li>Home</li></a> | |
26 | <a href="features.html"><li class="active">Features</li></a> | |
27 | <a href=""><li>Wiki</li></a> | |
28 | <a href="about.html"><li>About</li></a> | |
29 | </ul> | |
30 | </nav> | |
31 | </div> | |
32 | ||
33 | <div class="content"> | |
34 | <h1>Source 2 Engine Features > Tools</h1> | |
35 | <p> | |
7 | 36 | Source 2 comes with an integrated development environment (IDE), consisting of: |
1 | 37 | </p> |
38 | <hr> | |
39 | ||
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
40 | <div class="contentSection" id="toolsSectionAssetBrowser"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
41 | <a href="#toolsSectionAssetBrowser"><h3>- Asset Browser <img class="toolIconSM" src="features/tools/asset_browser_sm.png"></h3></a> |
1 | 42 | <p> |
43 | The Asset Browser allows quick searching, previewing, grouping, and managing assets. | |
44 | <br> | |
45 | It also serves as the hub for development, launching the other tools either by their icon, or by double clicking an asset. | |
46 | <br> | |
47 | Assets inside the browser can also be dragged into other tools (such as Hammer). | |
48 | <br> | |
49 | <div class="mediaContainer"> | |
50 | <video width="577" height="438" autoplay loop> | |
51 | <source src="features/tools/asset_browser_demo.webm" type="video/webm"> | |
7 | 52 | (Unsupported video format?) |
1 | 53 | </video> |
54 | </div> | |
55 | </p> | |
56 | </div> | |
57 | ||
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
58 | <div class="contentSection" id="toolsSectionHammerEditor"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
59 | <a href="#toolsSectionHammerEditor"><h3 >- Hammer Editor <img class="toolIconSM" src="features/tools/hammer/hammer_sm.png"></h3></a> |
1 | 60 | <p> |
61 | The Source 2 Level Editor (Hammer) is a revolutionary leap above even contemporary level editors. | |
62 | <br> | |
7 | 63 | On top of the expected brush-based manipulation, you can edit individual faces, edges, and even vertices, making it a full model editor. |
1 | 64 | <br> |
65 | <br> | |
66 | The new primitive in S2 is the <i>Mesh</i>, a vertex-based system, allowing concave, and complex geometry to be authored by the level designer. | |
67 | </p> | |
68 | <br> | |
69 | <div class="mediaContainer"> | |
70 | <video width="256" height="256" autoplay loop> | |
71 | <source src="features/tools/hammer/editbasics.webm" type="video/webm" title="Mesh editing"> | |
72 | Mesh Editing (Video) | |
73 | </video> | |
74 | <video width="256" height="256" autoplay loop> | |
75 | <source src="features/tools/hammer/convexmesh.webm" type="video/webm" title="Convex mesh editing"> | |
76 | Convex Mesh Editing (Video) | |
77 | </video> | |
78 | <video width="256" height="256" autoplay loop> | |
79 | <source src="features/tools/hammer/faceremoval.webm" type="video/webm" title="Convex mesh editing"> | |
80 | Convex Mesh Editing (Video) | |
81 | </video> | |
82 | <video width="256" height="256" autoplay loop> | |
83 | <source src="features/tools/hammer/edittimelapse.webm" type="video/webm" title="Convex mesh editing"> | |
84 | Convex Mesh Editing (Video) | |
85 | </video> | |
86 | </div> | |
87 | <br> | |
88 | <p> | |
89 | Meshes can be exported for further editing in 3D applications, and then re-imported as DMX, OBJ, or FBX. | |
90 | <br> | |
91 | Legacy Source VMFs can also be imported. | |
92 | </p> | |
93 | </div> | |
94 | ||
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
95 | <div class="contentSection" id="toolsSectionMaterialEditor"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
96 | <a href="#toolsSectionMaterialEditor"><h3 >- Material Editor <img class="toolIconSM" src="features/tools/met/met_sm.png"></h3></a> |
1 | 97 | <p> |
98 | No more fiddling with text-based VMT files, slow material reloads, and trial & error debugging. | |
99 | <br> | |
7 | 100 | S2 MET Supports real-time editing and previews, with in-editor texture importing. |
1 | 101 | <br> |
102 | </p> | |
103 | <br> | |
104 | <div class="mediaContainer"> | |
6
f95922b127af
- Resized asset browser image
Glitchvid <Glitchvid@glitchvid.com>
parents:
5
diff
changeset
|
105 | <img class="mediaImage" src="features/tools/met/properties.png" width="578px"> |
1 | 106 | </div> |
107 | <br> | |
108 | <p> | |
109 | MET Also supports extensive dynamic functions, and the following image formats: PSD, TGA, TIF, PFM, MKS, PNG, JPG | |
110 | </p> | |
111 | </div> | |
112 | ||
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
113 | <div class="contentSection" id="toolsSectionModelEditor"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
114 | <a href="#toolsSectionModelEditor"><h3>- Model Editor <img class="toolIconSM" src="features/tools/model_editor/model_editor_sm.png"></h3></a> |
1 | 115 | <p> |
116 | Model viewer, and editor. No more fiddling with QC files, this does it all. | |
117 | <br> | |
118 | Used to configure hitboxes, collision, poses, weights, LODs, animations, constraints, attachments, and anything involving models. | |
119 | <br> | |
120 | </p> | |
121 | <br> | |
122 | <div class="mediaContainer"> | |
6
f95922b127af
- Resized asset browser image
Glitchvid <Glitchvid@glitchvid.com>
parents:
5
diff
changeset
|
123 | <img class="mediaImage" src="features/tools/model_editor/editor.png" width="653px"> |
1 | 124 | <video height="400px" autoplay loop> |
125 | <source src="features/tools/model_editor/modelviewer.webm" type="video/webm" title="Model Viewer"> | |
126 | Convex Mesh Editing (Video) | |
127 | </video> | |
128 | </div> | |
129 | <br> | |
130 | <p> | |
131 | Model Importing supports the following formats: DMX, SMD, FBX, OBJ | |
132 | </p> | |
133 | </div> | |
134 | ||
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
135 | <div class="contentSection" id="toolsSectionPET"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
136 | <a href="#toolsSectionPET"><h3>- Particle Editor <img class="toolIconSM" src="features/tools/pet/pet_sm.png"></h3></a> |
1 | 137 | <p> |
8
8e4ab22f1ceb
- Add sections for PET and SFM
Glitchvid <Glitchvid@glitchvid.com>
parents:
7
diff
changeset
|
138 | With richer in-app documentation, model viewing support, control-point improvements, and expanded debugging information. |
1 | 139 | <br> |
8
8e4ab22f1ceb
- Add sections for PET and SFM
Glitchvid <Glitchvid@glitchvid.com>
parents:
7
diff
changeset
|
140 | The Source 2 Particle Editor is further refined and cleaner tool than its predecessor. |
1 | 141 | <br> |
142 | </p> | |
143 | <br> | |
144 | <div class="mediaContainer"> | |
8
8e4ab22f1ceb
- Add sections for PET and SFM
Glitchvid <Glitchvid@glitchvid.com>
parents:
7
diff
changeset
|
145 | <img class="mediaImage" src="features/tools/pet/pet_example.png" width="578px"> |
1 | 146 | </div> |
147 | <br> | |
148 | </div> | |
149 | ||
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
150 | <div class="contentSection" id="toolsSectionSFM"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
151 | <a href="#toolsSectionSFM"><h3>- Filmmaker <img class="toolIconSM" src="features/tools/sfm/sfm_sm.png"></h3></a> |
1 | 152 | <p> |
153 | The Filmmaker is used for rendering high-quality cinematics from in-engine. | |
154 | <br> | |
8
8e4ab22f1ceb
- Add sections for PET and SFM
Glitchvid <Glitchvid@glitchvid.com>
parents:
7
diff
changeset
|
155 | With animation, audio, and offline rendering, this is an all-in-one film studio inside your game. |
1 | 156 | <br> |
157 | </p> | |
158 | <br> | |
159 | <div class="mediaContainer"> | |
8
8e4ab22f1ceb
- Add sections for PET and SFM
Glitchvid <Glitchvid@glitchvid.com>
parents:
7
diff
changeset
|
160 | <img class="mediaImage" src="features/tools/sfm/sfm_example.png" width="578px"> |
1 | 161 | </div> |
162 | <br> | |
163 | </div> | |
164 | ||
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
165 | <div class="contentSection" id="toolsSectionVC2"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
166 | <a href="#toolsSectionVC2"><h3>- VConsole2 <img class="toolIconSM" src="features/tools/vconsole2/vconsole2_sm.png"></h3></a> |
1 | 167 | <p> |
168 | Vastly improved over the simple in-engine console of yore. Using a networked API for engine communication it allows remote debugging. | |
169 | <br> | |
170 | VC2 also features multi-tabbed displays for multitasking, extensive filtering, and verbosity control. | |
171 | <br> | |
172 | </p> | |
173 | <br> | |
174 | <div class="mediaContainer"> | |
175 | <img class="mediaImage" src="features/tools/vconsole2/main.png" > | |
176 | </div> | |
177 | <br> | |
178 | </div> | |
179 | ||
180 | <h2>Unreleased</h2> | |
181 | ||
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
182 | <div class="contentSection" id="toolsSectionFaceposer"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
183 | <a href="#toolsSectionFaceposer"><h3>- Faceposer <img class="toolIconSM" src="features/tools/faceposer/faceposer_sm.png"></h3></a> |
1 | 184 | <p> |
185 | Used to make Choreo scenes. | |
186 | </p> | |
187 | <div class="mediaContainer"> | |
188 | </div> | |
189 | </div> | |
190 | ||
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
191 | <div class="contentSection" id="toolsSectionModeldoc"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
192 | <a href="#toolsSectionModeldoc"><h3>- Modeldoc <img class="toolIconSM" src="features/tools/model_doc/model_doc_sm.png"></h3></a> |
1 | 193 | <p id="textNotice"><b>Notice: </b>Unknown.</p> |
194 | </div> | |
195 | ||
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
196 | <div class="contentSection" id="toolsSectionSnooper"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
197 | <a href="#toolsSectionSnooper"><h3>- Snooper <img class="toolIconSM" src="features/tools/snooper/snooper_sm.png"></h3></a> |
1 | 198 | <p id="textNotice"><b>Notice: </b>Unknown.</p> |
199 | </div> | |
200 | ||
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
201 | <div class="contentSection" id="toolsSectionVMix"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
202 | <a href="#toolsSectionVMix"><h3>- VMix <img class="toolIconSM" src="features/tools/vmix/vmix_sm.png"></h3></a> |
1 | 203 | <p id="textNotice"><b>Notice: </b>Unknown.</p> |
204 | </div> | |
205 | ||
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
206 | <div class="contentSection" id="toolsSectionGrapheditor"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
207 | <a href="#toolsSectionGrapheditor"><h3>- Grapheditor <img class="toolIconSM" src="features/tools/grapheditor/grapheditor_sm.png"></h3></a> |
1 | 208 | <p id="textNotice"><b>Notice: </b>Unknown.</p> |
209 | </div> | |
210 | ||
211 | ||
212 | </div> | |
213 | ||
214 | <div class="footer"> | |
11 | 215 | <p class="copyright">Source Creator Collective – 2020</p> |
1 | 216 | </div> |
217 | ||
218 | </div> | |
219 | ||
220 | </body> | |
221 | ||
222 | </html> |