add template data folder

This commit is contained in:
Alex
2025-08-21 01:23:16 -07:00
parent e78b4aaf3f
commit 2e39494421
12 changed files with 8 additions and 4 deletions
+2 -4
View File
@@ -1,7 +1,5 @@
# Preparing files # Preparing files
This is a guide to populating the `data` working folder in this application's directory, which will eventually contain all relevant data for repacking & converting charts. You may set up this folder elsewhere for storage space reasons; you'll get to choose a different working folder path. We will refer to this working folder as `data` throughout the guide. This is a guide to populating the `data` working folder found in this application's directory, which will eventually contain all relevant data for repacking & converting charts. You may set up this folder elsewhere for storage space reasons. We will refer to this working folder as `data` throughout the guide.
Start with the `data` folder bundled with the app/repo. Feel free to move it to another location as mentioned above.
**This project will only repack audio on Reverse 3.07 properly.** **This project will only repack audio on Reverse 3.07 properly.**
@@ -14,7 +12,7 @@ Start with the `data` folder bundled with the app/repo. Feel free to move it to
## Song Audio (`data/MER_BGM`) ## Song Audio (`data/MER_BGM`)
*~18.8 GB for WAVs* *~18.8 GB for WAVs*
Due to the audio indexing data in this project only done for **Reverse 3.07**, these steps will only work for game files of that version. Due to the audio indexing data in this project only done for **Reverse 3.07**, this process will only work for files of that version.
You will need the latest version of [Audio Cue Editor (ACE)](https://github.com/LazyBone152/ACE). You will need the latest version of [Audio Cue Editor (ACE)](https://github.com/LazyBone152/ACE).
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
+6
View File
@@ -38,4 +38,10 @@
<ProjectReference Include="..\_External\UAssetAPI\UAssetAPI\UAssetAPI.csproj" /> <ProjectReference Include="..\_External\UAssetAPI\UAssetAPI\UAssetAPI.csproj" />
<ProjectReference Include="../_External/SaturnData/SaturnData/SaturnData.csproj" /> <ProjectReference Include="../_External/SaturnData/SaturnData/SaturnData.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="..\dist\**\*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project> </Project>