SDK Docs: Difference between revisions
Jump to navigation
Jump to search
m (small grammer fix) |
Solokiller (talk | contribs) m (Spelling) |
||
Line 27: | Line 27: | ||
|- | |- | ||
| '''[[:Category:Programming|Programming]]''' | | '''[[:Category:Programming|Programming]]''' | ||
| A mod's C++ code defines the way | | A mod's C++ code defines the way its world and game rules behave | ||
|- | |- | ||
| '''[[:Category:Modeling|Modeling]]''' | | '''[[:Category:Modeling|Modeling]]''' |
Revision as of 11:22, 29 July 2015
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 |
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 |
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 |
Third-Party Tools | Useful developer tools created by the community |