惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
爱范儿
爱范儿
博客园 - Franky
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
有赞技术团队
有赞技术团队
美团技术团队
Last Week in AI
Last Week in AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
Jina AI
Jina AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Engineering at Meta
Engineering at Meta
T
Tailwind CSS Blog
J
Java Code Geeks
Martin Fowler
Martin Fowler
I
InfoQ
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
GitHub - bishopdynamics/Continuum: Half-Life 1: Continuum...
bishopdynami · 2026-06-23 · via Show HN

A fork of the Xash3D-FWGS engine that plays Half-Life start to finish with no loading screens, behind a unified controller-first menu — plus a few optional visual and quality-of-life extras. Same game, same content, smoother ride.

Created with assistance from Anthropic Fable 5, Opus 4.8, and Zennthic Elefant second-brain memory system.

The Continuum menu

Gameplay: Unforeseen Consequences

What this is — and isn't

It is not a mod, a remaster, or a content pack. There is no new or modified content, story, or gameplay. You play the same Half-Life you already own.

It is a fork of the Xash3D-FWGS engine that adds:

  • a new unified, controller-first menu UI, with a few existing settings exposed that the stock menu hid — mostly a new "theme" over the same engine;
  • controller bindings by default
  • a "level streaming system" — play the whole campaign with no loading screens (details);
  • an optional, configurable projected flashlight (details);
  • supplemental ambient occlusion, contact and world (details);
  • reworked entity shadows (Xash3D already had experimental entity shadows, I just tweaked it)
  • a few additional quality-of-life settings, all optional.

Getting started

Continuum needs the original Half-Life game data — it doesn't ship any. Grab the release build for your platform (or build from source), then follow the steps below. Expansions and mods install exactly like valve — add their folder alongside it (Opposing Force gearbox, Blue Shift bshift, They Hunger hunger, …) and select them in-game from the menu's Game page, or pass -game gearbox on platforms with a command line.

Linux

  1. Extract continuum-linux-amd64.tar.gz.
  2. Copy your retail valve/ folder into the extracted folder, next to xash3d.sh.
  3. Run ./xash3d.sh (an expansion: ./xash3d.sh -game gearbox).

Flatpak (Steam Deck)

  1. Install the bundle: flatpak install --user ./continuum.flatpak.

  2. Add your game data to the app's data dir. If Half-Life is on the internal drive, symlink it (no copy):

    ln -sfn ~/.local/share/Steam/steamapps/common/Half-Life/valve \
      ~/.var/app/org.continuum.HalfLife/data/valve

    Expansions go next to it (.../data/gearbox, .../data/bshift, …).

  3. Launch with flatpak run org.continuum.HalfLife, or add it to Steam as a non-Steam game and play from Game Mode.

From another machine you can build and install onto a Deck over SSH in one step: DECK_SSH=deck@steamdeck.local make install-deck.

Windows

  1. Extract continuum-win32.zip.
  2. Copy your retail valve/ folder in next to xash3d.exe.
  3. Double-click xash3d.exe (an expansion: add -game gearbox to the command line).

This is a 32-bit build, aiming for max compatibility with mods that provide their own game dll.

macOS

Apple Silicon (arm64) only — Intel Macs are not supported.

  1. Unzip continuum-macos-arm64.zip and move Continuum.app to Applications (optional).
  2. Launch it once. With no game data present it opens ~/Library/Application Support/Continuum/ and prompts you for your files.
  3. Copy your retail valve/ folder into that folder (expansions too — gearbox, bshift, hunger), then launch again. Switch between installed games from the in-game menu's Game page.

Building it yourself instead? See doc/building.md — in short, git clone --recurse-submodules, then make play.

NOTE: it should be trivial to build this for x86_64 macOS, but I don't have access to one to validate.

Compatibility

  • Games & mods: primary support: Half-Life, Opposing Force, Blue Shift, Uplink, They Hunger, USS darkstar. However, the same expansions and mods supported by upstream Xash3D-FWGS should work
    • Use Steam version of games where available
  • Savegames: existing Xash3D-FWGS savegames should load (not exhaustively tested).

Documentation

This project documents only what it adds to the engine — for the engine itself, see the upstream Xash3D-FWGS documentation.

Repositories

Continuum is an umbrella project over three engine/SDK forks: