コンテンツにスキップ
ライオットビット

ライオットビット

  • 家
  • ニュース
  • ガイド
  • ビデオガイド
  • パッチノート
  • 不正行為を報告する
  • 検索フォームを切り替え

星雲艦隊司令部 – アナウンサーのボイスパックを作成する方法

ポストする 02/09/202402/09/2024 に shadow.lotus.62312 コメントはありません の上 星雲艦隊司令部 – アナウンサーのボイスパックを作成する方法
  • タイトル: 漠然とした: 艦隊司令部
  • 発売日: 2月 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 スチームコミュニティ. 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.

Unity

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) (イベント) (位置) (variation) 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 minutes remaining (1200 秒)
  2. 10 minutes remaining (600 秒)
  3. 5 minutes remaining (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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="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. That’s pretty much it. 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: 修正方法は次のとおりです
次の投稿: ソウルマスク – 建物の腐敗を防ぐ方法

返信を残す 返信をキャンセル

あなたのメールアドレスは公開されません. 必須フィールドにマークが付いています *

  • タイトル: 漠然とした: 艦隊司令部
  • 発売日: 2月 11, 2022
  • 開発者: エリダヌス産業
  • 出版社: フード付きの馬

免責事項

引用されたすべてのコンテンツはそれぞれの情報源から得られています. 当社があなたのコンテンツを許可なく使用したと思われる場合, 必ずご連絡ください。真剣に対応させていただきます.
  • 私たちに関しては
  • お問い合わせ
  • プライバシーポリシー
  • 利用規約

著作権 © 2025 ライオットビット.

搭載 プレスブックニュース ワードプレスのテーマ