Skip to content

Commit

Permalink
Add support for ExtraBGM and ExtraSE folders
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Nov 4, 2022
1 parent 86c47db commit 4971ece
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Update/init.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ void main()
ModAddArtset("Original", "オリジナル", "OGBackgrounds:OGSprites:CG");

// GAltBGM controls which of these are selected
ModAddBGMset("New BGM", "Placeholder", "BGM");
ModAddBGMset("GIN's BGM", "Placeholder", "OGBGM:BGM");
ModAddBGMset("Italo BGM", "Placeholder", "ItaloBGM:OGBGM:BGM");
ModAddBGMset("New BGM", "Placeholder", "ExtraBGM:BGM");
ModAddBGMset("GIN's BGM", "Placeholder", "OGBGM:ExtraBGM:BGM");
ModAddBGMset("Italo BGM", "Placeholder", "ItaloBGM:OGBGM:ExtraBGM:BGM");

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

// Audio presets the user can select, consisting of a combination of the BGM and SE flags
ModAddAudioset(
Expand Down

0 comments on commit 4971ece

Please sign in to comment.