Source 2013: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "The '''Source 2013''' engine branch (also called '''SteamPipe''') was the final iteration of the Source engine introduced by Valve in 2013 to replace the archaic GCF f...")
 
No edit summary
Line 25: Line 25:


Gamecode for the 2013 multiplayer branch is included in Valve's [https://github.com/ValveSoftware/source-sdk-2013 Source SDK 2013 repository].
Gamecode for the 2013 multiplayer branch is included in Valve's [https://github.com/ValveSoftware/source-sdk-2013 Source SDK 2013 repository].
[[Category:Engine branches]]

Revision as of 00:04, 28 December 2018

The Source 2013 engine branch (also called SteamPipe) was the final iteration of the Source engine introduced by Valve in 2013 to replace the archaic GCF file format with the VPK format introduced in Left 4 Dead. Major shifts in content mounting occurred and also brought Half-Life: Source from the Source 2006 engine branch to this version. The "custom" folder was also added to make mounting easier and was added as a mounting path for each individual Source game.

While SteamPipe was praised for simplifying how the Source engine mounts content, and including previously-unreleased TF2 code, it also broke countless numbers of mods and worsened problems already present in the Source 2009 branch.

Source 2013 Singleplayer

Formerly Source 2009

Gamecode for the 2013 singleplayer branch is included in Valve's Source SDK 2013 repository.

Source 2013 Multiplayer

Formerly Source MP


Gamecode for the 2013 multiplayer branch is included in Valve's Source SDK 2013 repository.