SDK Docs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 34: | Line 34: | ||
| align=center | | align=center | ||
| {{td|font-size=14px|bgcolor=#303030| '''[[:Category:Programming|Programming]]''' }} | | {{td|font-size=14px|bgcolor=#303030| '''[[:Category:Programming|Programming]]''' }} | ||
{{td| text = A mod's C++ | {{td| text = A mod's C++ '''code''' defines the way its world and game rules behave. }} | ||
}} | }} | ||
{{tr | {{tr | ||
Line 100: | Line 100: | ||
| align=center | | align=center | ||
| {{td|font-size=14px|bgcolor=#303030| '''[[:Category:Glossary|Glossary]]''' }} | | {{td|font-size=14px|bgcolor=#303030| '''[[:Category:Glossary|Glossary]]''' }} | ||
{{td| text = Explanations for | {{td| text = Explanations for '''terms''' you may encounter. }} | ||
}} | }} | ||
{{tr | {{tr | ||
Line 112: | Line 112: | ||
| align=center | | align=center | ||
| {{td|font-size=14px|bgcolor=#303030| '''[[:Category:Third Party Source Tools|Third-Party Tools]]''' }} | | {{td|font-size=14px|bgcolor=#303030| '''[[:Category:Third Party Source Tools|Third-Party Tools]]''' }} | ||
{{td| text = Useful developer tools created by the | {{td| text = Useful developer tools created by the '''community'''. }} | ||
}} | }} | ||
{{tr | {{tr |
Revision as of 14:43, 12 May 2025
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 behavior 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 on the Source Engine'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. |
I/O System | The I/O system is the backbone of most levels in Source-based games/mods. |
|