From 690ca5e5655f93ed2d1ec3db2134f5c5749215c9 Mon Sep 17 00:00:00 2001 From: Dakedres Date: Sun, 8 Mar 2026 15:28:25 -0600 Subject: [PATCH] source engine easter egg option --- pack/unsup.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pack/unsup.toml b/pack/unsup.toml index 73b6553..5cf3617 100644 --- a/pack/unsup.toml +++ b/pack/unsup.toml @@ -40,6 +40,18 @@ id = "ambient-sounds_on" [[flavor_groups.ambient-sounds.choices]] id = "ambient-sounds_off" + +[flavor_groups.half-life] +name = "Half Life 2" +id="half-life" +description = "Half-Life 2 is a 2004 first-person shooter game developed and published by Valve Corporation. It was published for Windows on Valve's digital distribution service, Steam. Like the original Half-Life (1998), Half-Life 2 is played from a first-person perspective, combining combat, puzzles, and storytelling. It adds features such as vehicles and physics-based gameplay. The player controls Gordon Freeman, who joins a resistance effort to liberate Earth from the alien Combine empire." +side = "client" + +[[flavor_groups.half-life.choices]] +id = "half-life_off" +[[flavor_groups.half-life.choices]] +id = "half-life_on" + [flavor_groups.aliasing] name = "Anti-aliasing" description = "Smoothes out the jagged edges of blocks, improving clarity and reducing noise when viewing far off objects." @@ -83,6 +95,9 @@ flavors = ["fancy"] [metafile.charmonium] flavors = ["ambient-sounds_on"] +[metafile.source-engine-sounds] +flavors = ["half-life_on"] + [metafile.dirtyaliasing] flavors = ["dirty"] [metafile.qdaa]