User:Reacheround: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
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

  1. Crank up the Source SDK and Create a mod (choosing to modify Half-Life 2 Multiplayer)
  2. Open the Game_HL2MP-2003.sln solution and build it (get some coffee :p)
  3. 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)