Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
CustomCinematicsReplacer
Заменяет стандартные синематики Valheim на ваши видео. / Replaces standard Valheim cinematics with your own videos.
By Shapoff
| Last updated | a day ago |
| Total downloads | 94 |
| Total rating | 1 |
| Categories | Mods Client-side Utility |
| Dependency string | Shapoff-CustomCinematicsReplacer-1.0.3 |
| Dependants | 2 other packages depend on this package |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2350README
🎬 Custom Cinematics Replacer v1.0.3
Автор: Shapoff
Заменяет стандартные синематики Valheim на ваши собственные видео.
🌐 English version below ⬇
📦 Установка
- Установите мод
- Запустите игру — мод создаст папку
CustomCinematicsReplacer(вBepInEx\plugins\) - Положите туда свои видеофайлы
Ручная установка: установите BepInExPack Valheim, затем поместите
CustomCinematicsReplacer.dllв папкуBepInEx\plugins\.
🔊 Готовая русская озвучка
🎙️ Доступна в отдельном пакете.
Просто установите его вместе с этим модом — и всё заработает автоматически. Никакой ручной установки при использовании мод менеджеров.
🎞️ Список файлов для замены
| Файл | Что заменяет |
|---|---|
intro.mp4 |
Вступительный ролик |
outro.mp4 |
Финальный ролик |
credits.mp4 |
Титры |
ashlands.mp4 |
Пепельные земли |
swamp.mp4 |
Болота |
deepnorth.mp4 |
Дальний Север |
mountains.mp4 |
Горы |
mistlands.mp4 |
Туманные земли |
blackforest.mp4 |
Чёрный Лес |
plains.mp4 |
Равнины |
🆕 Поддержка новых синематиков
Мод не ограничен текущим списком — если в Valheim добавят новый ролик, мод подхватит его автоматически.
- Включите
LogCinematicDetection = trueв конфиге - Запустите игру и дождитесь нового ролика
- В логе BepInEx появится
Detected: <имя> - Назовите свой файл
<имя>.mp4и положите в папку мода
🔍 Где искать видео
Мод ищет файлы в нескольких местах (по порядку):
- Своя папка —
BepInEx\plugins\CustomCinematicsReplacer\ - Другие папки модов — например, видео-паки вроде
RussianCinematics - Корень
plugins
⚙️ Формат и настройки
Формат: .mp4 · Разрешение — любое, рекомендуется как у оригинала (3840x1920)
Конфиг: BepInEx\config\Shapoff.CustomCinematicsReplacer.cfg
| Параметр | Описание |
|---|---|
Enabled |
вкл/выкл мод (true/false) |
Volume |
громкость видео (0.0 - 1.0) |
DisableSubtitles |
главный выключатель субтитров (true/false) |
DisableSubtitlesFor |
список роликов, где отключить субтитры |
LogCinematicDetection |
логировать обнаруженные синематики |
💬 Субтитры
Субтитры управляются двумя настройками:
1. DisableSubtitles — главный выключатель:
false— субтитры работаютtrue— субтитры выключаются
2. DisableSubtitlesFor — список роликов (работает только если DisableSubtitles = true):
- пусто — субтитры выключаются везде
intro, credits— субтитры выключаются только в интро и титрах
Примеры:
Выключить субтитры только в интро и титрах:
DisableSubtitles = true
DisableSubtitlesFor = intro, credits
Выключить субтитры везде:
DisableSubtitles = true
DisableSubtitlesFor =
Оставить субтитры везде:
DisableSubtitles = false
❓ Если что-то не работает
- Проверьте, что имя файла точно совпадает (включая регистр)
- Убедитесь, что видео в формате MP4
- Включите
LogCinematicDetection = trueи посмотрите лог BepInEx
🌐 English
Replaces standard Valheim cinematics with your own videos.
📦 Installation
- Install the mod
- Launch the game — the mod will create a
CustomCinematicsReplacerfolder (inBepInEx\plugins\) - Put your video files there
Manual install: install BepInExPack Valheim, then place
CustomCinematicsReplacer.dllinBepInEx\plugins\.
🎞️ Files to replace
| File | Replaces |
|---|---|
intro.mp4 |
Intro cinematic |
outro.mp4 |
Outro cinematic |
credits.mp4 |
Credits |
ashlands.mp4 |
Ashlands |
swamp.mp4 |
Swamp |
deepnorth.mp4 |
Deep North |
mountains.mp4 |
Mountains |
mistlands.mp4 |
Mistlands |
blackforest.mp4 |
Black Forest |
plains.mp4 |
Plains |
🆕 Support for new cinematics
The mod is not limited to the current list — new cinematics are picked up automatically.
- Enable
LogCinematicDetection = truein config - Run the game and wait for the new cinematic
- Find
Detected: <name>in the BepInEx log - Name your file
<name>.mp4and place it in the mod folder
🔍 Where videos are searched
- Own folder —
BepInEx\plugins\CustomCinematicsReplacer\ - Other mod folders — e.g. video packs like
RussianCinematics pluginsroot
⚙️ Format & Config
Format: .mp4 · Any resolution, original (3840x1920) recommended
Config: BepInEx\config\Shapoff.CustomCinematicsReplacer.cfg
| Parameter | Description |
|---|---|
Enabled |
enable/disable the mod (true/false) |
Volume |
video volume (0.0 - 1.0) |
DisableSubtitles |
master switch for subtitles (true/false) |
DisableSubtitlesFor |
list of cinematics to disable subtitles for |
LogCinematicDetection |
log detected cinematics |
💬 Subtitles
Subtitles are controlled by two settings:
1. DisableSubtitles — master switch:
false— subtitles worktrue— subtitles are disabled
2. DisableSubtitlesFor — list of cinematics (works only if DisableSubtitles = true):
- empty — subtitles are disabled everywhere
intro, credits— subtitles are disabled only in intro and credits
Examples:
Disable subtitles only in intro and credits:
DisableSubtitles = true
DisableSubtitlesFor = intro, credits
Disable subtitles everywhere:
DisableSubtitles = true
DisableSubtitlesFor =
Keep subtitles everywhere:
DisableSubtitles = false
❓ Troubleshooting
- Check that the file name matches exactly (case-sensitive)
- Make sure the video is MP4
- Enable
LogCinematicDetection = trueand check the BepInEx log