Added MUSIC tag to note data to allow each chart in a simfile to use a different music file.
This commit is contained in:
@@ -722,6 +722,11 @@ bool SSCLoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
|
||||
pNewNotes->SetFilename(sPath);
|
||||
out.AddSteps( pNewNotes );
|
||||
}
|
||||
|
||||
else if(sValueName == "MUSIC")
|
||||
{
|
||||
pNewNotes->SetMusicFile(sParams[1]);
|
||||
}
|
||||
|
||||
else if( sValueName=="BPMS" )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user