Programming Sites: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(defunct)
mNo edit summary
Line 19: Line 19:
* [http://www.idsoftware.com/business/techdownloads/ Quake Engine Source Code] - Source code from old Quake (used by Half-Life too) and Doom games.
* [http://www.idsoftware.com/business/techdownloads/ Quake Engine Source Code] - Source code from old Quake (used by Half-Life too) and Doom games.
* [http://www.microsoft.com/downloads/details.aspx?FamilyID=6d790cde-c3e5-46be-b3a5-729581269a9c&DisplayLang=en Mech Commander 2] - Entire game and source code. Can serve as an example for learning programming.
* [http://www.microsoft.com/downloads/details.aspx?FamilyID=6d790cde-c3e5-46be-b3a5-729581269a9c&DisplayLang=en Mech Commander 2] - Entire game and source code. Can serve as an example for learning programming.
* [http://www.planofattackgame.com/news.php Plan of Attack Source Code] - The entire source code (including art assets) for the Plan of Attack mod, free to use in other mods.
* [http://www.planofattackgame.com/source-code.php Plan of Attack Source Code] - The entire source code (including art assets) for the Plan of Attack mod, free to use in other mods.


===See Also===
===See Also===

Revision as of 19:12, 15 December 2006

This is a list of sites relating to programming, covering both general and HL2 specific topics.

General

Half-Life specific

  • Hl2 Coding - Has some good hl2 related coding tutorials and has great forums for coders to chat.
  • MSDN - MSDN Half-Life Coding4fun.
  • Mattie's Eventscripts - Great for gaining some minor coding experience, simple plugin addon for Source games.

Sample Source Code

See Also