
News broke this week that a fan port of Half-Life now runs on real PlayStation 1 hardware, complete with save-state limitations and choppy 20 fps on a 1994 CPU. That’s the Half-Life mod scene in miniature, small teams doing impossible engineering on a 27-year-old engine because nothing has replaced it. The GoldSrc modding pipeline is still active in 2026, and the tools have never been better. Below are the seven desktop apps every serious Half-Life modder or player uses.
We picked apps that are actively maintained, work on modern Windows, and cover the full pipeline from playing to editing to shipping.
What to look for in a Half-Life modding tool
Any solid GoldSrc-era toolchain covers four jobs:
- Runtime. A modern engine build that plays old mods without breaking scripts.
- Editor. A map compiler that opens .rmf and .map files without crashing on ancient scenes.
- Server-side. A plugin loader for co-op, roleplay, or custom rulesets.
- Distribution. A package format that lets you ship a mod folder as a single archive.
The tools below cover all four. Some overlap.
The apps
1. Sven Co-op, best for co-op Half-Life mod play
Sven Co-op is a free, standalone GoldSrc engine build that ships as its own game on Steam. It runs the base Half-Life campaign in co-op plus hundreds of community campaigns, and it’s the easiest way for a modern player to jump into GoldSrc content without owning Half-Life itself.
Where it falls short: Not built for pure single-player playthroughs. The engine is tuned for co-op scripting, so some solo mods behave oddly.
Pricing:
- Free on Steam
- No paid tier
Platforms: Windows, Linux
Download: Steam | SC Homepage
Bottom line: The default install for anyone who wants to play GoldSrc mods with friends.
2. Xash3D, best for cross-platform GoldSrc playback
Xash3D is a from-scratch reimplementation of the GoldSrc engine that runs on Windows, Linux, macOS, Android, and even the recent PSX fan port lineage. It reads the original Half-Life files and mod folders, and works with most GoldSrc-era mods.
Where it falls short: Not every mod loads cleanly. Some depend on Steam’s copy of the engine and need patching.
Pricing:
- Free, GPL
- Community-maintained
Platforms: Windows, macOS, Linux (plus mobile ports)
Download: GitHub | Xash3D FWGS Releases
Bottom line: The engine to run when Steam isn’t an option, or when you want the source code available.
3. Half-Life Advanced Effects, best for cinematic capture
Half-Life Advanced Effects (HLAE) hooks into GoldSrc games to give machinimists and speedrunners frame-perfect capture, camera path smoothing, motion blur, and a proper depth buffer for compositing. Every high-quality Half-Life video on YouTube in the last decade used it.
Where it falls short: The interface is dense. Expect a weekend of tutorials before your first shot.
Pricing:
- Free
- Donations only
Platforms: Windows
Download: HLAE Site
Bottom line: If you’re recording GoldSrc footage seriously, this is not optional.
4. Valve Hammer Editor, best for classic mapping
Valve Hammer Editor is Valve’s own map editor, still the reference tool for anyone building GoldSrc levels. Modern forks like J.A.C.K. add creature comforts (better clipping tools, real transparency, auto-visgroups) but Hammer remains the source of truth. Most tutorials assume it.
Where it falls short: The stock version has interface quirks Valve never fixed. Community forks solve some of them but confuse tutorials.
Pricing:
- Free with the Half-Life SDK
- No commercial tier
Platforms: Windows (Wine on Linux/macOS)
Download: Half-Life SDK on Steam | J.A.C.K. Fork
Bottom line: Start with J.A.C.K. if you’re new. Move to Hammer when a tutorial demands it.
5. MetaMod-P, best for server plugin loading
MetaMod-P slots between the GoldSrc dedicated server and its game DLL, letting multiple plugins run on the same server without stepping on each other. Every serious Half-Life mod server (Counter-Strike, Day of Defeat, Sven Co-op custom) runs it.
Where it falls short: Configuration is command-line and text-file based. Not friendly to admins used to modern web dashboards.
Pricing:
- Free, open source
Platforms: Windows, Linux
Download: MetaMod-P Site | Alliedmodders Mirror
Bottom line: The server admin’s default. Install first, ask questions later.
6. AmxModX, best for server-side scripting
AmxModX is a scripting framework for GoldSrc dedicated servers, giving admins Pawn-based plugins for admin commands, custom game modes, and roleplay logic. Runs on top of MetaMod. The plugin library has thousands of entries after 20 years.
Where it falls short: Pawn is a niche language. Expect to learn from scratch unless you already know it.
Pricing:
- Free
Platforms: Windows, Linux
Download: AmxModX Site | GitHub
Bottom line: For custom game modes and admin tools, nothing else on GoldSrc comes close.
7. GoldSrc Package Manager, best for distributing your mod
GoldSrc Package Manager (GSPM) is a newer community tool that lets you ship a Half-Life mod as a signed archive players can double-click to install. It handles dependencies, version checks, and the awkward “which folder does this go in” problem that has plagued GoldSrc modding for two decades.
Where it falls short: Adoption is still building. Not every mod on GameBanana is packaged this way yet.
Pricing:
- Free
Platforms: Windows, Linux
Download: GameBanana | GitHub search
Bottom line: If you’re publishing a new GoldSrc mod in 2026, ship a GSPM archive alongside the ZIP.
How to pick the right one
If you just want to play mods with friends, install Sven Co-op. Nothing else is easier.
If you want to play single-player GoldSrc mods on macOS or Linux without wine, get Xash3D.
If you’re building maps, start with the Valve Hammer Editor or its J.A.C.K. fork. Neither is optional.
If you’re running a public server, MetaMod-P plus AmxModX is the standard stack.
If you’re recording video for a YouTube retrospective or a Half-Life speedrun submission, Half-Life Advanced Effects does what OBS can’t.
FAQ
What is the best Half-Life mod loader in 2026? Sven Co-op for co-op content, Xash3D for cross-platform playback, and Steam’s stock Half-Life client for standard single-player mods.
Do these tools work on the Steam Deck? Sven Co-op and Xash3D both work under Proton or native Linux. Hammer runs under Wine with some effort.
Can I use Blender to make Half-Life models? Yes, with the Blender Source Tools plugin. Output as SMD, compile with StudioMDL from the Half-Life SDK.
Is there an official Half-Life level editor download? Yes, the Half-Life SDK on Steam bundles Hammer 3.5. Newer community forks ship separately.
Are Half-Life mods safe to install? Mods from GameBanana, ModDB, and Steam Workshop are generally safe if the download count is meaningful. Avoid random ZIPs from forum posts. Use the GoldSrc Package Manager where publishers offer it.