From e279254a9f8c67b084cbf2af4859791823299540 Mon Sep 17 00:00:00 2001 From: JaXt0r Date: Thu, 18 Jun 2026 05:12:15 +0200 Subject: [PATCH 1/2] feat: Disable health bar for now. --- .../Scripts/Adapters/UI/StatusBars/StatusBarAdapter.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/Gothic-Core/Scripts/Adapters/UI/StatusBars/StatusBarAdapter.cs b/Assets/Gothic-Core/Scripts/Adapters/UI/StatusBars/StatusBarAdapter.cs index f75897f2a..bb8843b9e 100644 --- a/Assets/Gothic-Core/Scripts/Adapters/UI/StatusBars/StatusBarAdapter.cs +++ b/Assets/Gothic-Core/Scripts/Adapters/UI/StatusBars/StatusBarAdapter.cs @@ -63,6 +63,8 @@ private void StartInternal() switch (_statusType) { case StatusType.Health: + if (_isPlayer) + DisableBar(); break; case StatusType.Mana: break; From 1ce715e48cc5ab0da250e6850c60d244b20c7814 Mon Sep 17 00:00:00 2001 From: JaXt0r Date: Thu, 18 Jun 2026 05:25:03 +0200 Subject: [PATCH 2/2] docs: Minor speechtotext info update. --- Assets/StreamingAssets/SpeechToText/HOWTO.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/StreamingAssets/SpeechToText/HOWTO.txt b/Assets/StreamingAssets/SpeechToText/HOWTO.txt index 6b22f6273..0273170b2 100644 --- a/Assets/StreamingAssets/SpeechToText/HOWTO.txt +++ b/Assets/StreamingAssets/SpeechToText/HOWTO.txt @@ -7,7 +7,7 @@ -> For latest instructions to activate it in game, please check the Gothic Unity wiki at: https://github.com/Gothic-Unity-Project/Gothic-Unity/wiki In general: -1. Go to Gothic Unity release page and select the one with .sentis files stored: https://github.com/Gothic-Unity-Project/Gothic-Unity/releases +1. Go to release page for v0.2.0-alpha: https://github.com/Gothic-Unity-Project/Gothic-Unity/releases/tag/v0.2.0-alpha 2. Download SpeechToText.zip with the following files: 1. vocab.json 2. decoder_model.sentis