User:UnrealBhop/Sandbox: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
<td style="text-align:center;{{border-radius|0px 8px 0px 0px}};">These are my personal views page.</td></tr>
<td style="text-align:center;{{border-radius|0px 8px 0px 0px}};">These are my personal views page.</td></tr>
<tr bgcolor=#3A3A3A>
<tr bgcolor=#3A3A3A>
<td style="font-size:14px;text-align:center;background:#303030;">'''[[:Category:Level Design|Level Design]]'''</td>
<td style="font-size:14px;text-align:center;background:#303030;">'''[[:Category:Level Design|Extraction Point]]'''</td>
<td style="text-align:center;">[[Map (level design)|<span style=color:#E1E0DF>Maps</span>]] are the 3D worlds where everything comes together.</td></tr>
<td style="text-align:center;">[[Map (level design)|Extraction Point is a mod i'm creating.</td></tr>
<tr bgcolor=#3A3A3A>
<tr bgcolor=#3A3A3A>
<td style="font-size:14px;text-align:center;background:#303030;">'''[[:Category:Programming|Programming]]'''</td>
<td style="font-size:14px;text-align:center;background:#303030;">'''[[:Category:Programming|Programming]]'''</td>

Revision as of 10:23, 13 January 2023

English (en)
Source Engine

Download and Installation · Frequently Asked Questions · Release Notes

Personal Views These are my personal views page.
Extraction Point [[Map (level design)|Extraction Point is a mod i'm creating.
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 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.
I/O System The I/O system is the backbone of most levels in Source-based games/mods.