User:TomEdwards/SDK Docs draft: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) No edit summary |
No edit summary |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
< | {| class="standard-table" style="margin:auto;" | ||
|+ <h2 style="font-weight:bold;margin:.5em auto 0;padding:0 0 0 3.6em;width:200px;border:0;">[[File:Source-logo-200px.png|link=|Source]]</h2> | |||
'''[[:Category:Source SDK FAQ|Frequently Asked Questions]] | [[Source SDK Release Notes|Release Notes]] | [[Source SDK Known Issues|Known Issues]]''' | |||
|- | |- | ||
| '''[[:category:Modding|Modding]]''' | | '''[[:category:Modding|Modding]]''' | ||
| | | Advice on managing and releasing your project | ||
|- | |- | ||
| '''[[:category:Level Design|Level Design]]''' | | '''[[:category:Level Design|Level Design]]''' | ||
| Maps are the 3D worlds where everything comes together | | Maps are the 3D worlds where everything comes together | ||
|- | |||
| '''[[:category:Programming|Programming]]''' | |||
| A mod's C++ code defines the way its world and game rules behave | |||
|- | |||
| '''[[:category:Modeling|Modeling]]''' | |||
| Models are the detailed 3D objects that appear in a map | |||
|- | |- | ||
| '''[[:category:Material System|Materials]]''' | | '''[[:category:Material System|Materials]]''' | ||
| | | Textures and shaders are combined in Source to create materials | ||
|- | |- | ||
| '''[[:category:Sound System|Sounds]]''' | | '''[[:category:Sound System|Sounds]]''' | ||
| | | Quality audio adds a fourth dimension to your world | ||
|- | |- | ||
| '''[[:category:Particle_System|Particles]]''' | | '''[[:category:Particle_System|Particles]]''' | ||
| Effects like smoke, sparks, blood and fire are created with particles | | Effects like smoke, sparks, blood and fire are created with particles | ||
|- | |- | ||
| '''[[:category:Choreography|Choreography]]''' | | '''[[:category:Choreography|Choreography]]''' | ||
| | | Direct your digital actors' performances with choreographed scenes | ||
|- | |- | ||
| '''[[:Category:Tutorials|Tutorials]]''' | | '''[[:Category:Tutorials|Tutorials]]''' | ||
| | | Step-by-step guides for all manner of techniques | ||
|- | |- | ||
| '''[[:category:Technical|Technical]]''' | | '''[[:category:Technical|Technical]]''' | ||
| | | In-depth discussion of Source's features | ||
|- | |- | ||
| '''[[:Category:Glossary|Glossary]]''' | | '''[[:Category:Glossary|Glossary]]''' | ||
| Explanations | | Explanations for terms you may encounter | ||
|- | |- | ||
| '''[[:Category:Third Party Tools|Third Party Tools]]''' | | '''[[:Category:Third Party Tools|Third-Party Tools]]''' | ||
| | | Useful developer tools not provided in the SDK | ||
|} | |} | ||
__NOTOC____NOEDITSECTION__ |
Latest revision as of 04:06, 5 July 2024
Modding | Advice on managing and releasing your 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 a map |
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 |
Tutorials | Step-by-step guides for all manner of techniques |
Technical | In-depth discussion of Source's features |
Glossary | Explanations for terms you may encounter |
Third-Party Tools | Useful developer tools not provided in the SDK |