diff --git a/HarmonySrc/FinalSlides.cs b/HarmonySrc/FinalSlides.cs index 9906df0..257a4ab 100644 --- a/HarmonySrc/FinalSlides.cs +++ b/HarmonySrc/FinalSlides.cs @@ -258,11 +258,15 @@ namespace NecromancerTome /// "Конец". /// /// ВИДЕО ОТСЮДА УБРАНО 2026-09-09 по прямому указанию ("временно, убираем вообще видосы - /// из финала"). Файлы Video/FinalStay.webm и FinalReturn.webm остались лежать на месте, а - /// сам вызов XUiC_VideoPlayer.PlayVideo целиком сохранён в + /// из финала"). Сам вызов XUiC_VideoPlayer.PlayVideo целиком сохранён в /// PortalStonePatch.PlayBlackPortalVideoLegacy - вернуть видео можно, не восстанавливая /// код по кускам. /// + /// Файлы Video/FinalStay.webm, FinalReturn.webm и BlackPortal.webm УДАЛЕНЫ ИЗ МОДА + /// 2026-09-09 перед публикацией: все три были побайтовой копией ванильного + /// TFP_Intro.webm (заглушка для тестов), а раздавать чужой ассет игры в релизе нельзя. + /// Настоящее видео класть под тем же именем. + /// /// Задержки и наезда здесь нет намеренно: смотреть на чёрный экран пять секунд незачем, /// текст показывается сразу. private static void ShowEpilogue(EntityPlayerLocal player, bool _stay) diff --git a/HarmonySrc/PortalStonePatch.cs b/HarmonySrc/PortalStonePatch.cs index d261793..9a25df2 100644 --- a/HarmonySrc/PortalStonePatch.cs +++ b/HarmonySrc/PortalStonePatch.cs @@ -184,13 +184,13 @@ namespace NecromancerTome /// already auto-closes on a bad file on its own, this is just a second, player-facing /// way out. /// - /// VIDEO FILE: per direct user instruction 2026-08-30 ("Пока файл видео замени - /// заглушкой. Потом поставим нормальный"), Video/BlackPortal.webm is currently a COPY OF - /// VANILLA'S OWN TFP_Intro.webm (from 7DaysToDie_Data/StreamingAssets/Video/), not real - /// mod content - purely so the full dialog -> pause -> video -> unpause pipeline is - /// genuinely testable end-to-end right now. Swap that one file for the real video later; - /// nothing else needs to change (reuse the same filename, or update BlackPortalVideoPath - /// below if the real file gets a different name). + /// VIDEO FILE: Video/BlackPortal.webm NO LONGER SHIPS WITH THE MOD. It used to be a + /// byte-for-byte copy of vanilla's own TFP_Intro.webm (from + /// 7DaysToDie_Data/StreamingAssets/Video/), placed there 2026-08-30 as a test stand-in + /// ("Пока файл видео замени заглушкой") - deleted 2026-09-09 before the public release, + /// since redistributing a game asset is not ours to do. This path is dead until a real + /// video is dropped in under the same name; the method below is legacy anyway (the + /// finale plays text epilogues now, see FinalSlides). /// "@modfolder(NecromancerTome):..." is the exact mod-relative path syntax /// XUiV_Video.startVideo resolves via ModManager.TryPatchModPathString (decompiled to /// confirm - looks for "@modfolder(<mod name>):" and substitutes the mod's real diff --git a/Video/BlackPortal.webm b/Video/BlackPortal.webm deleted file mode 100644 index 2c83a52..0000000 Binary files a/Video/BlackPortal.webm and /dev/null differ diff --git a/Video/FinalReturn.webm b/Video/FinalReturn.webm deleted file mode 100644 index 2c83a52..0000000 Binary files a/Video/FinalReturn.webm and /dev/null differ diff --git a/Video/FinalStay.webm b/Video/FinalStay.webm deleted file mode 100644 index 2c83a52..0000000 Binary files a/Video/FinalStay.webm and /dev/null differ