Remove SFX/non-music entries from default [CDTracks], allow user.ini to fully replace CDTracks#312
Open
manato-tajiri wants to merge 1 commit into
Open
Conversation
…to fully replace CDTracks - Remove 11 non-BGM entries from default OutRun2006Tweaks.ini [CDTracks] section (Last_Wave.ogg, SEGA441.ogg, Beach_wave.ogg, title_*.ogg, or2ed*.ogg) - Add Settings::CDTracks.clear() before reading user.ini, so that OutRun2006Tweaks.user.ini can fully replace the track list rather than appending to it Fixes the issue where CD Switcher included SFX/ending/title tracks that aren't part of the racing BGM soundtrack.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes the default CD Switcher tracklist
Problem
The default
OutRun2006Tweaks.ini[CDTracks] section includes 11 entries that are not racing BGM tracks:Last_Wave.ogg(stage-end jingle),SEGA441.ogg(SEGA intro),Beach_wave.ogg(ambient waves)title_pattern1.ogg,title_01.oggor2ed1.oggthroughor2ed5.oggChanges
OutRun2006Tweaks.ini— Removed the 11 non-BGM entries from[CDTracks]. The section now contains only the 28 actual racing BGM tracks (01_Splash_wave.oggthrough28_Night_Flight_Instrumental.ogg).src/dllmain.cpp— AddedSettings::CDTracks.clear()before readingOutRun2006Tweaks.user.ini, so users can create a user.ini with their own[CDTracks]section that fully replaces (rather than appending to) the default track list.Workaround for users on the current release
Users can manually delete these 11 lines from their
OutRun2006Tweaks.iniunder[CDTracks]: