9
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ADX2 LEを使おう その3

Last updated at Posted at 2015-05-01

ここではCRIのファイルについて説明をしていく。

##ファイルの種類

  • HCA
  • ACF
  • ACB
  • AWB

###HCAについて
HCAファイルは、単一の音声ファイルである。
Waveファイルをから変換を行うことが可能。

###ACFについて
実際にゲーム開発でADX2を使う場合、「CriAtomCraft」というツールを使用する。
ACFファイルは、「CriAtomCraft」を用いてプロジェクトを生成してコンバートした際に出力される
共通情報を格納しているファイルである。

###ACBについて
ACBファイルは、「CriAtomCraft」でコンバートした際に出力されるHCAのパッキングファイルである。
ただし、設定されている音がストリーミング再生の場合、音声の実データはAWBファイルに入る。

###AWBについて
ストリーミングデータが格納されているファイルである。
ACBファイルを出力した際に、ACBの中にストリーミング設定になっているデータがある場合
ACBと一緒に同名のAWBファイルが出力される。

##実際のゲームで用意するファイル

  • 共通設定のACF
  • BGMをパックしたACBとAWB
  • SEをパックしたACB
  • VOICEをパックしたACBとAWB(キャラごとにACBとAWBを用意する)

その4へ続く

9
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?