Перейти к содержимому
Бунтовые биты

Бунтовые биты

  • Дом
  • Новости
  • Путеводители
  • Видео-гиды
  • Примечания к патчу
  • Сообщить о нарушении
  • Переключить форму поиска

ТУМАННОЕ Командование флотом – Как создать голосовые пакеты диктора

Опубликовано 02/09/202402/09/2024 К shadow.lotus.62312 Без комментариев на ТУМАННОЕ Командование флотом – Как создать голосовые пакеты диктора
  • Заголовок: ТУМАННЫЙ: Командование флотом
  • Дата выпуска: февраль 11, 2022
  • Разработчик: Эридан Индастриз
  • Издатель: Лошадь с капюшоном

Here’s a brief guide on creating announcer packs for ТУМАННЫЙ: Командование флотом, focusing solely on Unity implementation.

Введение

Creating your own voicepack for ships is explained by Tuna on Сообщество Steam. It’s recommended to check out their guide, as there’s significant overlap.

Однако, announcer packs work a bit differently. The base game doesn’t support changing announcer packs directly. To use an announcer pack, you’ll need a system like the Voicepack Selector Mod, which I developed and is available on Steam Community.

While your announcer pack can be created independently without including the Voicepack Selector in your Unity project, it won’t be loaded into the game unless you’re using the Voicepack Selector or a similar tool.

Единство

Similar to voicepacks, AudioClips for announcer packs must be in .wav format. Although you can name them as you like, using a format like (ally/enemy) (событие) (расположение) (вариация) can assist in organizing when you have many audio clips.

In Unity, you only need to create one thing.

The Announcer’s Voice Set

Для Time Warning fields, these are the countdown warnings such as “20 minutes remaining.” Vanilla typically includes four:

  1. 20 минуты остаются (1200 секунды)
  2. 10 минуты остаются (600 секунды)
  3. 5 минуты остаются (300 секунды)
  4. Mission complete (0 секунды)

Objective fields consist of five sets of lines:

  1. Enemy has taken the objective
  2. Enemy is taking the objective
  3. We are contesting the objective
  4. We are taking the objective
  5. We have taken the objective

If you include more than one line, the announcer will randomly select one at runtime, similar to ship voicepacks.

В ванильной игре, the Generic Objective plays when there’s only one objective point of interest in the match. Numbered Objectives play if there are more than one. For each Numbered Objective (есть 8 всего, indexed from 0 к 7), you need the same 5 lines as mentioned earlier, but referencing the specific objective instead of a generic “the objective.” The callouts for the base 8 zones are:

  • Атлас
  • Боксер
  • Комета
  • Кинжал
  • Затмение
  • Fulcrum
  • Gambit
  • Гелиос

Flag Action fields each contain 4 sets of lines:

  1. Enemy has captured the flag (scored a point)
  2. Enemy has taken the flag (an enemy ship has picked it up)
  3. Enemy has dropped the flag
  4. Flag has been recovered (the flag that an enemy dropped has been reset to its starting position)

Getting the Pack In-Game

This is all about how the Voicepack Selector Mod works. To let the Selector recognize that your mod includes an announcer pack, it searches your manifest.xml file for an “Announcer” ярлык. Просто имейте в виду, different tools might have different requirements or methods.

<?XML-версия ="1.0"?>
<BundleManifest xmlns:хсд="http://www.w3.org/2001/XMLSchema" xmlns:хси="http://www.w3.org/2001/XMLSchema-instance">
 <BasePath>Assets/Bundle</BasePath>
 <Namespace></Namespace>
 <Announcers>
  <Entry Address="Radio Broadcaster.asset"/>
 </Announcers>
</BundleManifest>

To ensure everything aligns smoothly, the address in your mod must match the Announcer Voice Set asset you created. Также, remember to include this asset in the AssetBundle. Это в значительной степени. There aren’t any other special steps. I made it straightforward to integrate, keeping it in line with creating other components.

Это все, чем мы делимся сегодня для этого. ТУМАННЫЙ: Командование флотом гид. Это руководство было первоначально создано и написано shadow.lotus.62312. На случай, если нам не удастся обновить это руководство, вы можете найти последнее обновление, следуя этому связь.

Если вы считаете, что какой-либо контент на этом сайте нарушает ваши права, включая ваши права интеллектуальной собственности, пожалуйста, свяжитесь с нами немедленно, используя нашу контактную форму.
Путеводители Теги:ТУМАННЫЙ: Командование флотом

Навигация по публикациям

Предыдущий пост: Next King Won’t Launch: Вот как это исправить
Следующий пост: Маска души – Как предотвратить разрушение зданий

Оставить ответ Отменить ответ

Ваш адрес электронной почты не будет опубликован. Обязательные поля отмечены *

  • Заголовок: ТУМАННЫЙ: Командование флотом
  • Дата выпуска: февраль 11, 2022
  • Разработчик: Эридан Индастриз
  • Издатель: Лошадь с капюшоном

Отказ от ответственности

Весь цитируемый контент взят из соответствующих источников.. Если вы считаете, что мы использовали ваш контент без разрешения, обязательно свяжитесь с нами, и мы отнесемся к этому серьезно.
  • О нас
  • Связаться с нами
  • политика конфиденциальности
  • Условия использования

Авторское право © 2025 Бунтовые биты.

Питаться от Пресс-книга новостей Тема WordPress