From 0581b00961abd2f20f04dfbb9692f999b5c79e19 Mon Sep 17 00:00:00 2001 From: Daniel Wong Date: Sun, 4 Apr 2021 14:06:52 +1000 Subject: [PATCH] Remove OST Remake as the tracks it adds are not used in Onikakushi --- Update/init.txt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Update/init.txt b/Update/init.txt index 3ba9b2f..4f1031c 100644 --- a/Update/init.txt +++ b/Update/init.txt @@ -133,7 +133,6 @@ void main() // GAltBGM controls which of these are selected ModAddBGMset("New BGM", "Placeholder", "BGM"); ModAddBGMset("Original BGM", "Placeholder", "OGBGM:BGM"); - ModAddBGMset("Italo BGM", "Placeholder", "ItaloBGM:OGBGM:BGM"); // GAltSE controls which of these are selected ModAddSEset("New SE", "Placeholder", "SE"); @@ -166,16 +165,5 @@ void main() 1 // GAltSEFlow ); - ModAddAudioset( - "OST Remake", - "Handmade remakes of several music tracks from the original release (pre-2019), using the Console timings", - "JP: OST Remake", - "JP: Handmade remakes of several music tracks from the original release (pre-2019), using the Console timings", - 2, // GAltBGM - 0, // GAltBGMFlow - 0, // GAltSE - 0 // GAltSEFlow - ); - CallScript( "flow" ); }