This article's documentation is for anything that uses the Source engine. Click here for more information.

Source SDK Release Notes: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:
{{Subpage| [[SDK Docs]] }}
{{Subpage| [[SDK Docs]] }}


{{Important|<big>If you see this page when you first open the "'''Source SDK'''" (AppID 211) launcher, please note that the standalone Source SDK tool/launcher are '''no longer updated''', and '''does not support {{src13|1}} and {{tf2branch|1}} games'''. The deprecated Source SDK tools are provided to create content-based mods for {{src09|1}} or earlier, and to obtain source code & create mods for {{srcsdk06|1}} and {{srcsdk07|1}}.
Many {{src13|1}} and {{tf2branch|1}} games usually shipped with Source SDK preinstalled. To launch the SDK applications ({{hammer|1}}, {{hlmv|1|linkto=source}}, etc...) manually on {{src13|1}} games, see [[SDK_Installation#SteamPipe_migration|SDK Installation - SteamPipe migration]] section.</big>
}}
{{Note|The latest release note on [https://steamcommunity.com/games/SourceSDK/announcements Steam News page] is no longer updated. Instead the release note below are copied from {{code|source-sdk-2013}} [https://github.com/ValveSoftware/source-sdk-2013/commits/master/ GitHub Commits] history. }}
{{Note|The latest release note on [https://steamcommunity.com/games/SourceSDK/announcements Steam News page] is no longer updated. Instead the release note below are copied from {{code|source-sdk-2013}} [https://github.com/ValveSoftware/source-sdk-2013/commits/master/ GitHub Commits] history. }}
{{Note|If you see this page when you first open the "'''Source SDK'''" (AppID 211) launcher, please note that the standalone Source SDK tool/launcher are '''no longer updated''', and '''does not support {{src13|1}} games'''. The deprecated Source SDK tools are provided to create content-based mods for {{src09|1}} or earlier, and to obtain source code & create mods for {{srcsdk06|1}} and {{srcsdk07|1}}.
To launch the SDK applications (Hammer, HLMV, etc...) manually on {{src13|1}} games, see [[SDK_Installation#SteamPipe_migration|SDK Installation - SteamPipe migration]] section.
}}


== Source SDK 2013 update (4/3/2025) ==
== Source SDK 2013 update (5/14/2025) ==
=== Multiplayer ({{tf2branch|1}}) ===
=== Multiplayer ({{tf2branch|1}}) ===
; Code updates{{colon}}
; Sync latest code from Team Fortress 2
* game: client: fix pointer size mismatch
: See [https://github.com/ValveSoftware/source-sdk-2013/commit/39f6dde8fbc238727c020d13b05ecadd31bda4c0 code changes here].
* Fix uninitialized field use in CParticleEffectBinding
* Fix organs spawning due to non-Vita-Saw damage


== Updated source code (as of 4/3/2025) ==
== Updated source code (as of 6/18/2025) ==
*Source 2013 Singleplayer: [https://github.com/ValveSoftware/source-sdk-2013/tree/singleplayer Source SDK 2013 GitHub repo].
*Source 2013 Singleplayer: [https://github.com/ValveSoftware/source-sdk-2013/tree/singleplayer Source SDK 2013 GitHub repo].
**{{Note|SP code remains unchanged since 2014.}}
**{{Note|SP code remains unchanged since 2014.}}

Revision as of 21:30, 17 June 2025

English (en)Español (es)Français (fr)Hrvatski (hr)Português do Brasil (pt-br)Русский (ru)Tiếng Việt (vi)中文 (zh)Translate (Translate)
Icon-Important.pngImportant:If you see this page when you first open the "Source SDK" (AppID 211) launcher, please note that the standalone Source SDK tool/launcher are no longer updated, and does not support Source 2013 and Team Fortress 2 branch games. The deprecated Source SDK tools are provided to create content-based mods for Source 2009 or earlier, and to obtain source code & create mods for Source SDK Base 2006 and Source SDK Base 2007.

Many Source 2013 and Team Fortress 2 branch games usually shipped with Source SDK preinstalled. To launch the SDK applications (Hammer, HLMV, etc...) manually on Source 2013 games, see SDK Installation - SteamPipe migration section.

Note.pngNote:The latest release note on Steam News page is no longer updated. Instead the release note below are copied from source-sdk-2013 GitHub Commits history.

Source SDK 2013 update (5/14/2025)

Multiplayer (Team Fortress 2 branch)

Sync latest code from Team Fortress 2
See code changes here.

Updated source code (as of 6/18/2025)

Report Issues

  • If you encounter any problems with this release (bugs, crashes, etc...), visit GitHub Issues page to report or search existing issues:
    • Source 1 Games repo Source 1 Games repo - find / report bugs that affecting Valve games.
    • Source SDK 2013 repo Source SDK 2013 repo - find / report bugs affecting the Source SDK itself, and Source SDK Base 2013.
    • Icon-Important.pngImportant:Always search for existing issues before creating new bug report, to prevent duplicated bug reports.

Previous releases