Mod wizard complete: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
'''Additionally''', a folder with your mod's name has been created in <code><Steam install path>\steamapps\sourcemods\</code>. This is where data compiled from the folders above will be loaded from, and the only folder people playing your mod will need.
'''Additionally''', a folder with your mod's name has been created in <code><Steam install path>\steamapps\sourcemods\</code>. This is where data compiled from the folders above will be loaded from, and the only folder people playing your mod will need.


<em style="font-size:.9em;">* Valve may ship a very outdated version of HL2DM on Steam, but its SDK code '''is''' up to date.</em>
<em style="font-size:.9em;">* Valve ship a very outdated version of HL2DM on Steam, but its SDK code '''is''' up to date.</em>


== What now? ==
== What now? ==
Line 35: Line 35:
:[[:Category:Hammer|Hammer documentation]]
:[[:Category:Hammer|Hammer documentation]]
;[[:Category:Modeling|Modeling & Animation]]
;[[:Category:Modeling|Modeling & Animation]]
:[[XSI Mod Tool]]
:[[Your first model]]
:[[Model Creation Overview]]
:[[Model Creation Overview]]
:[[XSI Mod Tool]]
:[[Compiling Models]]
;[[:Category:Material System|Art]] & [[:Category:Sound System|Sound]]
;[[:Category:Material System|Art]] & [[:Category:Sound System|Sound]]
:[[Material Creation]]
:[[Material Creation]]

Revision as of 12:17, 21 April 2008

Take that, Vault Boy!

You have successfully completed the mod wizard! The folder you chose to install to now has several sub-folders beneath it:

mapsrc\
For your uncompiled VMF map files.
materialsrc\
For your uncompiled materials.
modelsrc\
For your uncompiled models.
src\
All of the C++ game source code for Half-Life 2: Episode Two or Half-Life 2: Deathmatch*, or just the "scratch" code, depending on which option you chose in the mod wizard.
src\utils\
All of the source code for most of the Source SDK's content creation tools.

Additionally, a folder with your mod's name has been created in <Steam install path>\steamapps\sourcemods\. This is where data compiled from the folders above will be loaded from, and the only folder people playing your mod will need.

* Valve ship a very outdated version of HL2DM on Steam, but its SDK code is up to date.

What now?

A barnacle, from Half-Life 2.

There are many areas in modding. For a complete overview, visit the main SDK Docs page. Here are some highlights for beginners:

General advice
From Valve
From other modders
Programming
Choosing a compiler
My First Mod (if you chose the Episode Two or Deathmatch source code)
Your First Entity
Mapping
Your First Map
Hammer documentation
Modeling & Animation
XSI Mod Tool
Your first model
Model Creation Overview
Art & Sound
Material Creation
Soundscripts
Choreography
Choreography creation

Get help

Help is available from:

Good luck!

Source