From 2e39494421be50095d244395865e7c8d0c3790ba Mon Sep 17 00:00:00 2001 From: Alex <15199219+muskit@users.noreply.github.com> Date: Thu, 21 Aug 2025 01:23:16 -0700 Subject: [PATCH] add template data folder --- HOWTO.md | 6 ++---- dist/data/MER_BGM/01/.keep | 0 dist/data/MER_BGM/02/.keep | 0 dist/data/MER_BGM/03/.keep | 0 dist/data/MER_BGM/04/.keep | 0 dist/data/MER_BGM/05/.keep | 0 dist/data/MER_BGM/06/.keep | 0 dist/data/MER_BGM/07/.keep | 0 dist/data/MER_BGM/MER/.keep | 0 dist/data/jackets/.keep | 0 dist/data/movies/.keep | 0 src/MercuryConverter.csproj | 6 ++++++ 12 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 dist/data/MER_BGM/01/.keep create mode 100644 dist/data/MER_BGM/02/.keep create mode 100644 dist/data/MER_BGM/03/.keep create mode 100644 dist/data/MER_BGM/04/.keep create mode 100644 dist/data/MER_BGM/05/.keep create mode 100644 dist/data/MER_BGM/06/.keep create mode 100644 dist/data/MER_BGM/07/.keep create mode 100644 dist/data/MER_BGM/MER/.keep create mode 100644 dist/data/jackets/.keep create mode 100644 dist/data/movies/.keep diff --git a/HOWTO.md b/HOWTO.md index d6b39ee..f04a487 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -1,7 +1,5 @@ # 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. - -Start with the `data` folder bundled with the app/repo. Feel free to move it to another location as mentioned above. +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. **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`) *~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). diff --git a/dist/data/MER_BGM/01/.keep b/dist/data/MER_BGM/01/.keep new file mode 100644 index 0000000..e69de29 diff --git a/dist/data/MER_BGM/02/.keep b/dist/data/MER_BGM/02/.keep new file mode 100644 index 0000000..e69de29 diff --git a/dist/data/MER_BGM/03/.keep b/dist/data/MER_BGM/03/.keep new file mode 100644 index 0000000..e69de29 diff --git a/dist/data/MER_BGM/04/.keep b/dist/data/MER_BGM/04/.keep new file mode 100644 index 0000000..e69de29 diff --git a/dist/data/MER_BGM/05/.keep b/dist/data/MER_BGM/05/.keep new file mode 100644 index 0000000..e69de29 diff --git a/dist/data/MER_BGM/06/.keep b/dist/data/MER_BGM/06/.keep new file mode 100644 index 0000000..e69de29 diff --git a/dist/data/MER_BGM/07/.keep b/dist/data/MER_BGM/07/.keep new file mode 100644 index 0000000..e69de29 diff --git a/dist/data/MER_BGM/MER/.keep b/dist/data/MER_BGM/MER/.keep new file mode 100644 index 0000000..e69de29 diff --git a/dist/data/jackets/.keep b/dist/data/jackets/.keep new file mode 100644 index 0000000..e69de29 diff --git a/dist/data/movies/.keep b/dist/data/movies/.keep new file mode 100644 index 0000000..e69de29 diff --git a/src/MercuryConverter.csproj b/src/MercuryConverter.csproj index 04eddad..065ca8f 100644 --- a/src/MercuryConverter.csproj +++ b/src/MercuryConverter.csproj @@ -38,4 +38,10 @@ + + + + PreserveNewest + +