Half-Life Unified SDK: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
{{Stub}}
{{Language subpage}}


[[Half-Life Unified SDK]] is a project that provides an updated version of the [[Half-Life SDK]], with full support for the expansion packs Opposing Force and Blue Shift as well as new features.
[[Half-Life Unified SDK]] is a project that provides an updated version of the [[Half-Life SDK]], with full support for the expansion packs Opposing Force and Blue Shift as well as new features.
Line 22: Line 22:


== Quotes ==
== Quotes ==
{{quote
{{Quote
|text=Once the Unified SDK has been released i'm going to archive Half-Life Updated, Half-Life Opposing Force: Updated, Half-Life: Blue Shift Updated and Half-Life Updated CMake.
| text = Once the Unified SDK has been released i'm going to archive Half-Life Updated, Half-Life Opposing Force: Updated, Half-Life: Blue Shift Updated and Half-Life Updated CMake.
|sign=Solokiller
| sign = Solokiller
|source=[https://twhl.info/thread/view/20055?page=2#post-346105 Post #346105]
| source = [https://twhl.info/thread/view/20055?page=2#post-346105 Post #346105]
}}
}}


Line 32: Line 32:
* [https://github.com/SamVanheer/HalfLife.UnifiedSdk-CSharp Half-Life Unified SDK CSharp tools]
* [https://github.com/SamVanheer/HalfLife.UnifiedSdk-CSharp Half-Life Unified SDK CSharp tools]
* [https://twhl.info/thread/view/20055 Forum topic from 2021]
* [https://twhl.info/thread/view/20055 Forum topic from 2021]
* [https://twhl.info/thread/view/19592 Forum topic from 2018]
* [https://twhl.info/thread/view/19592 Forum topic from 2018]
 
[[Category:Half-Life]]

Revision as of 03:03, 12 April 2023

English (en)Русский (ru)Translate (Translate)

Half-Life Unified SDK is a project that provides an updated version of the Half-Life SDK, with full support for the expansion packs Opposing Force and Blue Shift as well as new features.


The following types of changes are in scope for this project:

  • Bug fixes
  • Features to improve the game's code (refactoring, generalizing, simplifying)
  • Fixing game-breaking bugs in game assets (e.g. soft-locked trigger setups)

The following types of changes are out of scope:

  • Graphical upgrades
  • Physics engine changes
  • Other engine changes

Requirements

  • Requires .NET Desktop Runtime 6[confirm] for the tools

Limitations

Icon-Important.pngImportant:The Unified SDK is still in development and not ready for use beyond pre-alpha testing and feedback. Do not attempt to use it to make a mod!

Quotes

Once the Unified SDK has been released i'm going to archive Half-Life Updated, Half-Life Opposing Force: Updated, Half-Life: Blue Shift Updated and Half-Life Updated CMake.
— Solokiller, Post #346105

External links