From d429b9f71ad4f39bc81cf0aca05aa43e35bd9789 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 20 Mar 2026 15:58:21 -0400 Subject: [PATCH 1/2] Updated for KBNHud v518 --- src/HUDEditor/JSON/kbnhud.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/HUDEditor/JSON/kbnhud.json b/src/HUDEditor/JSON/kbnhud.json index 788d4a0f..12f15d60 100644 --- a/src/HUDEditor/JSON/kbnhud.json +++ b/src/HUDEditor/JSON/kbnhud.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/CriticalFlaw/TF2HUD.Editor/master/src/HUDEditor/JSON/Schema/schema.json", "Author": "Jotunn", "Description": "A TF2 HUD boiled down for competitive play and no-frills streamlining of as many elements as possible. Based on KNHUD with lots of customization from a long life and user suggestions. Pairs best with sniping. Thanks for 10 amazing years of this HUD!", - "Thumbnail": "https://static.tf2huds.dev/KBNHud/img/ehYUnaI.png", + "Thumbnail": "https://i.imgur.com/r6Yv3Pz.png", "Screenshots": [ "https://raw.githubusercontent.com/mastercomfig/hud-db/main/hud-resources/kbnhud/02-kbnhud-main-menu.webp", "https://raw.githubusercontent.com/mastercomfig/hud-db/main/hud-resources/kbnhud/05-kbnhud-in-game.webp", @@ -29,7 +29,7 @@ //10-Spy & Engie Color Options //Refer to screenshot of this HUD's options for more visual aid, this file is meant to be a guide for newcomers as well as a working piece of code. "Links": { - "Update": "https://github.com/Jotunn/kbnhud/archive/master.zip", + "Update": "https://github.com/Jotunn/kbnhud/archive/refs/heads/master.zip", "GitHub": "https://github.com/Jotunn/kbnhud", "TF2Huds": "https://tf2huds.dev/hud/KBNHud", "ComfigHuds": "https://comfig.app/huds/page/kbnhud/", @@ -990,4 +990,4 @@ } ] } -} \ No newline at end of file +} From e73cd1352f04e8482995353388c1d7b52ad829e4 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sat, 21 Mar 2026 13:52:50 -0400 Subject: [PATCH 2/2] Non-Imgur hosting for v518 thumbnail image --- src/HUDEditor/JSON/kbnhud.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HUDEditor/JSON/kbnhud.json b/src/HUDEditor/JSON/kbnhud.json index 12f15d60..a710828b 100644 --- a/src/HUDEditor/JSON/kbnhud.json +++ b/src/HUDEditor/JSON/kbnhud.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/CriticalFlaw/TF2HUD.Editor/master/src/HUDEditor/JSON/Schema/schema.json", "Author": "Jotunn", "Description": "A TF2 HUD boiled down for competitive play and no-frills streamlining of as many elements as possible. Based on KNHUD with lots of customization from a long life and user suggestions. Pairs best with sniping. Thanks for 10 amazing years of this HUD!", - "Thumbnail": "https://i.imgur.com/r6Yv3Pz.png", + "Thumbnail": "https://raw.githubusercontent.com/mastercomfig/hud-db/main/hud-resources/kbnhud/01-kbnhud-banner.webp", "Screenshots": [ "https://raw.githubusercontent.com/mastercomfig/hud-db/main/hud-resources/kbnhud/02-kbnhud-main-menu.webp", "https://raw.githubusercontent.com/mastercomfig/hud-db/main/hud-resources/kbnhud/05-kbnhud-in-game.webp",