Skip to content

Commit 9a831b4

Browse files
committed
Make description redirect to the BGM/SE FAQ
- See 07th-mod/meakashi#79 - Don't apply this until the DLL has been updated with the button to open the 07th-mod BGM/SE FAQ
1 parent 9dca80b commit 9a831b4

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

Update/init.txt

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -132,33 +132,37 @@ void main()
132132

133133
// GAltBGM controls which of these are selected
134134
ModAddBGMset("New BGM", "Placeholder", "BGM");
135-
ModAddBGMset("Original BGM", "Placeholder", "OGBGM:BGM");
135+
ModAddBGMset("GIN's BGM", "Placeholder", "OGBGM:BGM");
136136

137137
// GAltSE controls which of these are selected
138138
ModAddSEset("New SE", "Placeholder", "SE");
139-
ModAddSEset("Original SE", "Placeholder", "OGSE:SE");
139+
ModAddSEset("GIN's SE", "Placeholder", "OGSE:SE");
140140

141141
// Audio presets the user can select, consisting of a combination of the BGM and SE flags
142142
ModAddAudioset(
143143
"New BGM/SE",
144-
"Use the new BGM/SE introduced by MangaGamer in the April 2019 update, played with the Console timings.",
144+
"Use the new Background Music (BGM) and Sound Effects (SE) introduced by MangaGamer in the April 2019 update, played with the Console timings.",
145145
"JP: New BGM/SE",
146-
"JP: Use the new BGM/SE introduced by MangaGamer in the April 2019 update, played with the Console timings.",
146+
"JP: Use the new Background Music (BGM) and Sound Effects (SE) introduced by MangaGamer in the April 2019 update, played with the Console timings.",
147147
0, // GAltBGM
148148
0, // GAltBGMFlow
149149
0, // GAltSE
150150
0 // GAltSEFlow
151151
);
152152

153153
ModAddAudioset(
154-
"Original BGM/SE",
155-
"Use the original BGM/SE from the Japanese version of the game, with the original game's timings. This option was previously known as 'BGM/SE fix'.
154+
"GIN's BGM/SE",
155+
"This option uses GIN's Background Music (BGM) and Sound Effects (SE), which bring the BGM/SE closer (but definitely NOT identical to) the original Japanese release and/or Pre April Update.
156156

157-
Note that this not only changes which audio files are played, but also when BGM starts to play/stops playing, in certain cases.",
158-
"JP: Original BGM/SE",
159-
"JP: Use the original BGM/SE from the Japanese version of the game, with the original game's timings. This option was previously known as 'BGM/SE fix'.
157+
Please click on the 'Open BGM/SE FAQ' button to view the 07th-mod wiki for more details.
160158

161-
Note that this not only changes which audio files are played, but also when BGM starts to play/stops playing, in certain cases.",
159+
This option was previously known as 'Original BGM/SE' or 'BGM/SE fix'.",
160+
"JP: GIN's BGM/SE",
161+
"JP: This option uses GIN's Background Music (BGM) and Sound Effects (SE), which bring the BGM/SE closer (but definitely NOT identical to) the original Japanese release and/or Pre April Update.
162+
163+
Please click on the 'Open BGM/SE FAQ' button to view the 07th-mod wiki for more details.
164+
165+
This option was previously known as 'Original BGM/SE' or 'BGM/SE fix'.",
162166
1, // GAltBGM
163167
1, // GAltBGMFlow
164168
1, // GAltSE

0 commit comments

Comments
 (0)