Half-Life Featureful SDK 2024-11-26
FreeSlave
released this
26 Nov 02:32
·
125 commits
to featureful
since this release
The mod sample is included in the archive, with the test map and assets
The provided FGD has an extended format used by J.A.C.K. and won't work with Valve Hammer Editor!
This release also includes the custom FGD provided by the community with assets like entity-specific icons and models that might help the level designer.
Note: zhlt entities are not included in the FGD. You must add zhlt.fgd to your game profile configuration in the map editor.
If you already have a mod in development based on Half-Life Featureful read this article to get the idea how to apply the new SDK version for your project.
Changelog
Bugfixes
- Fix playing and stopping some sounds.
New soundscripts
- Added soundscripts for health and suit chargers (both brush-based and model-based).
- Added soundscript for
func_pushable
when it's moving. - Added some soundscripts related to player being underwater and emerging from water.
Codebase changes
- Added symbolic constants for water levels and used them instead of "magic" numbers.
Repository changes
- The libraries for Linux are now built in the latest Scout Steam Runtime container.