Source SDK 2013 community repos: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Add User:Omega's branch)
m (there's a template for that)
Line 3: Line 3:
* [https://github.com/Nbc66/source-sdk-2013-ce Nbc66/source-sdk-2013-ce] - [[User:Nbc66|Nbc66]] & [[User:GamerDude27|Ian B.]]'s repo contains the SDK 2013 source with bug fixes and optional enhancements/experimental additions. It also includes support for the v142 toolset which grants the ability to compile with VS2019, eliminating the need to use VS2013.
* [https://github.com/Nbc66/source-sdk-2013-ce Nbc66/source-sdk-2013-ce] - [[User:Nbc66|Nbc66]] & [[User:GamerDude27|Ian B.]]'s repo contains the SDK 2013 source with bug fixes and optional enhancements/experimental additions. It also includes support for the v142 toolset which grants the ability to compile with VS2019, eliminating the need to use VS2013.
* [[Mapbase]] improves the engine and entities to be more capable and stable for mapping and other kinds of modding without changing too much of the game itself. It's designed to be used as a platform for mappers to build their maps on and for larger mods to draw code from. Mapbase is generally used as a massive package of utility features and general-purpose fixes.
* [[Mapbase]] improves the engine and entities to be more capable and stable for mapping and other kinds of modding without changing too much of the game itself. It's designed to be used as a platform for mappers to build their maps on and for larger mods to draw code from. Mapbase is generally used as a massive package of utility features and general-purpose fixes.
* [https://github.com/jimbomcb/source-sdk-2013 jimbomcb/source-sdk-2013] - John McBroom's repo contains the SDK 2013 source with bug fixes. MISSING (2019)
* [https://github.com/jimbomcb/source-sdk-2013 jimbomcb/source-sdk-2013] {{dead link}} - John McBroom's repo contains the SDK 2013 source with bug fixes.  
* [https://github.com/saul/source-sdk-2013 saul/source-sdk-2013] - [[User:Saul|Saul Rennison]]'s repo contains the SDK 2013 source with bug fixes and a few features.
* [https://github.com/saul/source-sdk-2013 saul/source-sdk-2013] - [[User:Saul|Saul Rennison]]'s repo contains the SDK 2013 source with bug fixes and a few features.
* [https://github.com/fuzzzzzz/source-sdk-2013 fuzzzzzz/source-sdk-2013] - [[User:Fuzz|Nicolas Kirsch]]'s repo contains the SDK 2013 source with bug fixes and a few features. MISSING (2019)
* [https://github.com/fuzzzzzz/source-sdk-2013 fuzzzzzz/source-sdk-2013] {{dead link}} - [[User:Fuzz|Nicolas Kirsch]]'s repo contains the SDK 2013 source with bug fixes and a few features.
* [https://github.com/sandern/py-source-sdk-2013 sandern/py-source-sdk-2013] - [[User:Sander|Sander van Noort]]'s repo contains the SDK 2013 source with auto generated bindings for Python 3
* [https://github.com/sandern/py-source-sdk-2013 sandern/py-source-sdk-2013] - [[User:Sander|Sander van Noort]]'s repo contains the SDK 2013 source with auto generated bindings for Python 3
* [https://github.com/IVEngine-Initiative/IVEngine-2 IVEngine 2] Huge changes to the gameplay and engine, including new GameUI.
* [https://github.com/IVEngine-Initiative/IVEngine-2 IVEngine 2] Huge changes to the gameplay and engine, including new GameUI.

Revision as of 18:30, 4 June 2023

The Source modding community has stepped up to maintain various repositories that include Valve's SDK code with various additions and bug fixes. Below is a list of some of these community created code repositories. If you've made your own GitHub repository and would like to release it to the general Source modding community, please feel free to add it to this list:

  • Nbc66/source-sdk-2013-ce - Nbc66 & Ian B.'s repo contains the SDK 2013 source with bug fixes and optional enhancements/experimental additions. It also includes support for the v142 toolset which grants the ability to compile with VS2019, eliminating the need to use VS2013.
  • Mapbase improves the engine and entities to be more capable and stable for mapping and other kinds of modding without changing too much of the game itself. It's designed to be used as a platform for mappers to build their maps on and for larger mods to draw code from. Mapbase is generally used as a massive package of utility features and general-purpose fixes.
  • jimbomcb/source-sdk-2013 [dead link] - John McBroom's repo contains the SDK 2013 source with bug fixes.
  • saul/source-sdk-2013 - Saul Rennison's repo contains the SDK 2013 source with bug fixes and a few features.
  • fuzzzzzz/source-sdk-2013 [dead link] - Nicolas Kirsch's repo contains the SDK 2013 source with bug fixes and a few features.
  • sandern/py-source-sdk-2013 - Sander van Noort's repo contains the SDK 2013 source with auto generated bindings for Python 3
  • IVEngine 2 Huge changes to the gameplay and engine, including new GameUI.
  • tonysergi/source-sdk-2013 - Tony "Omega" Sergi's fork, with some official changes that got lost in the transition to GitHub.