User:Reacheround: Difference between revisions
Jump to navigation
Jump to search
Reacheround (talk | contribs) No edit summary |
Reacheround (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
== HL2MP Dev Notes == | == HL2MP Dev Notes == | ||
In order to root out any and all issues that crop up from building and running a HL2MP mod, I will document the steps taken. These steps will apply to VS.NET 2003. | |||
=== Creating the mod === | |||
# Crank up the Source SDK and Create a mod (choosing to modify Half-Life 2 Multiplayer) | |||
# Open the Game_HL2MP-2003.sln solution and build it (get some coffee :p) | |||
# Make a map (this is documented in many places so the ambitious can search around for a tut, and the lazy can just go [[Your_First_Map|here]]) | |||
__NOTOC__ | __NOTOC__ |
Revision as of 21:43, 17 December 2006
HL2MP Dev Notes
In order to root out any and all issues that crop up from building and running a HL2MP mod, I will document the steps taken. These steps will apply to VS.NET 2003.
Creating the mod
- Crank up the Source SDK and Create a mod (choosing to modify Half-Life 2 Multiplayer)
- Open the Game_HL2MP-2003.sln solution and build it (get some coffee :p)
- Make a map (this is documented in many places so the ambitious can search around for a tut, and the lazy can just go here)