PersonaVCE 2.2
This update adds the following options to the "Rename" section of the form.
Ryo Renaming Options
Learn more about Ryo Framework and why you would want to use these settings here.
The following settings do not use the "Suffix," "Append OG Name," or "Left Padding" options.
- Ryo Output Mode: Set this to anything other than "Don't Output For Ryo" to enable the following settings.
- Streaming: Check this box if you're replacing "streaming" cues (i.e. embedded in
.AWB
rather than.ACB
. - Player Volume: Check this to override the volume for the sound player rather than the sound itself. Fixes some volume issues.
- Volume: The volume percentage applied to all the output sound clips. Uncheck Override Volume to use the sound category's default volume.
- Category: The ID of the Sound Category applied to all the output sound clips. Varies by game. (i.e. in P5R, se: 0, bgm: 1, voice: 2, system: 3, syste_stream: 12 ... )
- Folder Suffix: The suffix applied to each Cue folder's name. Only works when Cue Names is checked. (i.e. btl_support becomes btl_support_Joker if the suffix is "Joker")
- Cue Names: Whether to use cue names for output folders. If not, folders will be named
<CUEID>.cue
. This also applies to eacch sound's.yaml
config file.
Adding ACB Cue Data
Because the Ryo output mode relies on an external file matching wave IDs to cue names/IDs, it only works out of the box with the provided P5R system.acb and voice_singleword.acb modes.
To add more archives to the dropdown, follow these steps:
- Get a
.tsv
(tab separated values) file for the.acb
you're editing by dragging the original.acb
archive into CriAtomViewer. (extension must be lowercase!) - Click inside the table and press CTRL + A to highlight everything. Then right click and copy as tabs delineated text. Paste into a text file and save it as a
.tsv
to this program'sDependencies/RyoText
folder.