콘텐츠로 건너뛰기
라이엇 비트

라이엇 비트

  • 집
  • 소식
  • 가이드
  • 비디오 가이드
  • 패치 노트
  • 남용 신고
  • 검색 양식 전환

성가신 함대 명령 – 아나운서 음성 팩을 만드는 방법

에 게시됨 02/09/202402/09/2024 에 의해 shadow.lotus.62312 코멘트 없음 ~에 성가신 함대 명령 – 아나운서 음성 팩을 만드는 방법
  • 제목: NEBULOUS: Fleet Command
  • 출시일: 2월 11, 2022
  • 개발자: Eridanus Industries
  • 발행자: Hooded Horse

Here’s a brief guide on creating announcer packs for NEBULOUS: Fleet Command, 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) (이벤트) (위치) (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.

In the vanilla game, 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:

  • Atlas
  • Boxer
  • Comet
  • 단검
  • Eclipse
  • Fulcrum
  • Gambit
  • Helios

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” tag. 명심하십시오, different tools might have different requirements or methods.

<?xml version="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.

이것이 오늘 우리가 공유하는 모든 것입니다. NEBULOUS: Fleet Command 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. shadow.lotus.62312. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.

이 사이트의 콘텐츠가 귀하의 권리를 침해한다고 생각하는 경우, 귀하의 지적 재산권을 포함하여, 문의 양식을 사용하여 즉시 문의하십시오..
가이드 태그:NEBULOUS: Fleet Command

탐색 후

이전 게시물: Next King Won’t Launch: 문제를 해결하는 방법은 다음과 같습니다.
다음 게시물: 소울마스크 – 건물이 부패되는 것을 방지하는 방법

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

  • 제목: NEBULOUS: Fleet Command
  • 출시일: 2월 11, 2022
  • 개발자: Eridanus Industries
  • 발행자: Hooded Horse

부인 성명

인용된 모든 콘텐츠는 해당 소스에서 파생됩니다.. 귀하의 콘텐츠를 허가 없이 사용했다고 생각되는 경우, 우리에게 연락하면 진지하게 받아 들일 것입니다..
  • 회사 소개
  • 문의하기
  • 개인 정보 정책
  • 서비스 약관

저작권 © 2025 라이엇 비트.

에 의해 구동 프레스북 뉴스 WordPress 테마