Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrineFox authored Jan 30, 2023
1 parent e571a05 commit 1a20848
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# PersonaVoiceClipEditor
![](https://cdn.discordapp.com/attachments/316239186736971776/789541535028084756/unknown.png)
![](https://i.imgur.com/EAIbuzh.gif)
# What is This?
This tool is for [automatically making dual-language mods](https://shrinefox.com/news/p5-adachi-mod-development-blog-1-dual-language/) when you're batch converting English WAV files to ADX.
Your English and Japanese WAV directories must contain identically-named files for this to work.
# How to Use
This tool is for batch converting multiple .adx files for games that use CriWare audio, such as the Persona series. This may be useful for [automatically making dual-language mods](https://shrinefox.com/news/p5-adachi-mod-development-blog-1-dual-language/), encrypting audio, unpacking/repacking .afs/.acb archives, or quickly renaming audio files.

# How to Support Dual Languages
1. Make a spreadsheet with all the filenames of your English wavs in the order of the files extracted from an AWB (P5) or AFS (P3/P4). Line up the filenames of the replacement clips in another column. Leave cells blank where no replacement is needed.
![](https://64.media.tumblr.com/528ca52de04e3816460ec84ddf8e9b6d/tumblr_inline_pdfuax2BVH1rp7sxh_1280.png)
3. Copy the column with the replacement filenames to a .txt document, and specify the path in the program.
Expand All @@ -16,6 +16,9 @@ Please note **these files will be overwritten** so back them up before proceedin
6. Specify the path to your WAV list .txt.
7. Click Replace, wait for it to finish and repeat for each language you have WAVs for.
# Dependencies
[PuyoTools](https://github.com/nickworonekin/puyotools) - AFS Extraction
[SonicAudioTools](https://github.com/blueskythlikesclouds/SonicAudioTools) - ACB/AWB Unpacking/Repacking
adxencd - ADX Conversion
[AFSLib](https://github.com/MaikelChan/AFSLib) - AFS Extract/Repack
[VGAudio](https://github.com/Thealexbarney/VGAudio) - .adx/.hca/.wav encode/decode
[ACBEditor](https://github.com/blueskythlikesclouds/SonicAudioTools) - ACB/AWB Unpacking/Repacking
[yet-another-tab-control](https://github.com/realistschuckle/yet-another-tab-control) - Dark TabControl Appearance
[DarkUI](https://github.com/RobinPerris/DarkUI) - Dark WinForms Controls
[ShrineFox.IO](https://github.com/ShrineFox/ShrineFox.IO) - Shared Code Library for my projects

0 comments on commit 1a20848

Please sign in to comment.