Skip to content

Commit

Permalink
Add Hou Plus Demo BGM and update BGM descriptions
Browse files Browse the repository at this point in the history
 - Update descriptions to say "New Mangagamer BGM" instead of "New BGM"
  • Loading branch information
drojf committed Jun 24, 2023
1 parent 5e5bb28 commit c88e8b8
Showing 1 changed file with 42 additions and 18 deletions.
60 changes: 42 additions & 18 deletions Update/init.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,21 +131,22 @@ void main()
ModAddArtset("Original", "オリジナル", "OGBackgrounds:OGSprites:CG");

// GAltBGM controls which of these are selected
ModAddBGMset("New BGM", "Placeholder", "BGM");
ModAddBGMset("New Mangagamer BGM", "Placeholder", "BGM");
ModAddBGMset("GIN's BGM", "Placeholder", "OGBGM:BGM");
ModAddBGMset("Remake + New BGM", "Placeholder", "RemakeBGM:BGM");
ModAddBGMset("Remake + New Mangagamer BGM", "Placeholder", "RemakeBGM:BGM");
ModAddBGMset("Remake + Original BGM", "Placeholder", "RemakeBGM:OGBGM:BGM");
ModAddBGMset("Hou+", "Placeholder", "HouPlusBGM:BGM");

// GAltSE controls which of these are selected
ModAddSEset("New SE", "Placeholder", "SE");
ModAddSEset("GIN's SE", "Placeholder", "OGSE:SE");

// Audio presets the user can select, consisting of a combination of the BGM and SE flags
ModAddAudioset(
"New BGM/SE",
"Use the new Background Music (BGM) and Sound Effects (SE) introduced by MangaGamer in the April 2019 update, played with the Console timings.",
"JP: New BGM/SE",
"JP: Use the new Background Music (BGM) and Sound Effects (SE) introduced by MangaGamer in the April 2019 update, played with the Console timings.",
"New Mangagamer BGM/SE",
"Use the new Background Music (BGM) and Sound Effects (SE) introduced by MangaGamer in the April 2019 update",
"JP: New Mangagamer BGM/SE",
"JP: Use the new Background Music (BGM) and Sound Effects (SE) introduced by MangaGamer in the April 2019 update",
0, // GAltBGM
0, // GAltBGMFlow
0, // GAltSE
Expand All @@ -172,10 +173,10 @@ void main()
);

ModAddAudioset(
"OST Remake + New",
"This option adds handmade remakes of nine tracks from the original release (pre-2019).
"OST Remake (+New Mangagamer BGM)",
"This option replaces nine BGM with handmade remakes of nine tracks from the original release (pre-2019).

All other tracks will use the New BGM/SE with the Console timings.
All other tracks will use the New Mangagamer BGM/SE.

The following tracks are replaced:
- Tell a thing (piano solo ver.)
Expand All @@ -192,10 +193,10 @@ void main()

This option is not available for Onikakushi Ch.1, as the chapter does not use any of these tracks.
This option is not available for Chapters 5-8 as an OST remake for those chapters hasn't been created.",
"JP: OST Remake + New",
"JP: This option adds handmade remakes of nine tracks from the original release (pre-2019).
"JP: OST Remake (+New Mangagamer BGM)",
"JP: This option replaces nine BGM with handmade remakes of nine tracks from the original release (pre-2019).

All other tracks will use the New BGM/SE with the Console timings.
All other tracks will use the New Mangagamer BGM/SE.

The following tracks are replaced:
- Tell a thing (piano solo ver.)
Expand All @@ -219,10 +220,10 @@ void main()
);

ModAddAudioset(
"OST Remake + Original",
"This option adds handmade remakes of nine tracks from the original release (pre-2019).
"OST Remake (+GIN's BGM)",
"This option replaces nine BGM with handmade remakes of nine tracks from the original release (pre-2019).

All other tracks will use the Original BGM/SE with the original game's timings.
All other tracks will use the GIN's/OG BGM BGM/SE.

The following tracks are replaced:
- Tell a thing (piano solo ver.)
Expand All @@ -239,10 +240,10 @@ void main()

This option is not available for Onikakushi Ch.1, as the chapter does not use any of these tracks.
This option is not available for Chapters 5-8 as an OST remake for those chapters hasn't been created.",
"JP: OST Remake + Original",
"JP: This option adds handmade remakes of nine tracks from the original release (pre-2019).
"JP: OST Remake (+GIN's BGM)",
"JP: This option replaces nine BGM with handmade remakes of nine tracks from the original release (pre-2019).

All other tracks will use the Original BGM/SE with the original game's timings.
All other tracks will use the GIN's/OG BGM BGM/SE.

The following tracks are replaced:
- Tell a thing (piano solo ver.)
Expand All @@ -265,5 +266,28 @@ void main()
1 // GAltSEFlow
);

ModAddAudioset(
"Hou+ Demo BGM",
"This option replaces 16 BGM with BGM from the Higurashi Hou+ Demo. It uses the same tracks from nerve as the New MangaGamer BGM, but the AI-D-IA tracks are different.

Some are remastered versions of MangaGamer's replacements, while others were newly composed by xaki.

This option is not available for Chapters 5-8 and Rei because most of their music isn't in the Hou+ demo.

All other tracks will use the New Mangagamer BGM and GIN's/Original SE.",
"JP: Hou+ Demo BGM",
"JP: This option replaces 16 BGM with BGM from the Higurashi Hou+ Demo. It uses the same tracks from nerve as the New MangaGamer BGM, but the AI-D-IA tracks are different.

Some are remastered versions of MangaGamer's replacements, while others were newly composed by xaki.

This option is not available for Chapters 5-8 and Rei because most of their music isn't in the Hou+ demo.

All other tracks will use the New Mangagamer BGM and GIN's/Original SE.",
4, // GAltBGM
1, // GAltBGMFlow
1, // GAltSE
1 // GAltSEFlow
);

CallScript( "flow" );
}

0 comments on commit c88e8b8

Please sign in to comment.