SDK Docs: Difference between revisions
Jump to navigation
Jump to search
m (the color palette of the left column table has been changed) |
m (correct size) |
||
Line 2: | Line 2: | ||
<table cellpadding="4px" style="background:#202020;border:2px solid #525252;margin:auto;width: | <table cellpadding="4px" style="background:#202020;border:2px solid #525252;margin:auto;width:800px;height: auto;{{border-radius|12px}};"> | ||
<caption>[[File:Source-logo.png|400px|link=|Source Engine]] | <caption>[[File:Source-logo.png|400px|link=|Source Engine]] | ||
<p style="margin:10px 0 10px;font-size:14px">'''[[SDK Installation|Download and Installation]] · [[:Category:Source SDK FAQ|Frequently Asked Questions]] · [[Source SDK Release Notes|Release Notes]]'''</p></caption> | <p style="margin:10px 0 10px;font-size:14px;">'''[[SDK Installation|Download and Installation]] · [[:Category:Source SDK FAQ|Frequently Asked Questions]] · [[Source SDK Release Notes|Release Notes]]'''</p></caption> | ||
<tr bgcolor=#3A3A3A> | <tr bgcolor=#3A3A3A> | ||
<td style="font-size:14px;text-align:center;{{border-radius|8px | <td style="font-size:14px;text-align:center;{{border-radius|8px 0 0 0}};background:#303030;width:225px;">'''[[:Category:Modding|Modding]]'''</td> | ||
<td style="text-align:center;{{border-radius|0px 8px 0px 0px}}">Creating, organizing and releasing your [[Source|<span style=color:#E1E0DF>Source</span>]] project.</td> | <td style="text-align:center;{{border-radius|0px 8px 0px 0px}};">Creating, organizing and releasing your [[Source|<span style=color:#E1E0DF>Source</span>]] project.</td> | ||
</tr> | </tr> | ||
<tr bgcolor=#3A3A3A> | <tr bgcolor=#3A3A3A> | ||
Line 72: | Line 72: | ||
<tr bgcolor=#3A3A3A> | <tr bgcolor=#3A3A3A> | ||
<td style="font-size:14px;text-align:center;{{border-radius|0px 0px 0px 8px}};background:#303030;">'''[[:Category:IO System|IO System]]'''</td> | <td style="font-size:14px;text-align:center;{{border-radius|0px 0px 0px 8px}};background:#303030;">'''[[:Category:IO System|IO System]]'''</td> | ||
<td style="text-align:center;{{border-radius| | <td style="text-align:center;{{border-radius|0 0 8px 0}}">The [[Inputs and Outputs|<span style=color:#E1E0DF>I/O system</span>]] is the backbone of most levels in [[Source|<span style=color:#E1E0DF>Source</span>]] based games/mods.</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
[[Category:Entry pages]]__NOTOC____NOEDITSECTION__ | [[Category:Entry pages]]__NOTOC____NOEDITSECTION__ |
Revision as of 01:24, 17 October 2022
Modding | Creating, organizing and releasing your Source project. |
Level Design | Maps — are the 3D worlds where everything comes together. |
Programming | A mod's C++ code defines the way its world and game rules behave. |
Scripting | Scripting can be used for adding new functionality or logic to entities. |
Modeling | Models — are the detailed 3D objects that appear in the game world. |
Materials | Textures and shaders are combined in Source to create materials. |
Sounds | Quality audio adds a fourth dimension to your world. |
Particles | Effects like smoke, sparks, blood and fire are created with particles. |
Artificial Intelligence | AI controls the behaviour of all but the simplest of NPC actions. |
Choreography | Direct your digital actors' performances with choreographed scenes. |
Filmmaker | Create movies inside the Source Engine. |
Tutorials | Step-by-step guides on a variety of topics. |
Technical | In-depth discussion of Source's features. |
Glossary | Explanations for terms you may encounter. |
Official Tools | Official tools made by Valve for their games. |
Third-Party Tools | Useful developer tools created by the community. |
IO System | The I/O system is the backbone of most levels in Source based games/mods. |