After you create the File Packager project and import the SoundBank and streamed file information, you can create and populate the packages you need. You can then generate the packages so they can be included in the game.
File package management consists of the following tasks:
1つのプロジェクトに、パッケージを無制限に追加できます。When you add packages, you can specify the block size, the number of bytes upon which to align the data in your packages, which can vary depending on each platform's I/O device.
![]() | 注釈 |
|---|---|
For more information about block size and I/O device constraints, see Low-Level I/O in the SDK documentation. For more information about block size, see 「ブロックサイズを設定する」. |
プロジェクトにファイルパッケージを追加するには:
Packagesリストで、Addをクリックする。
A new package is added to the Packages list.
デフォルトのパッケージ名を、新規パッケージの内容が分かる名前に変更する。
Enterをクリックする。
Repeat steps 1-3 until all your packages have been created.
(Optional) To specify the number of bytes upon which to align the data in your packages, type a value in the Block Size field. The typical value for each platform is 1, which indicates that there is no alignment.