Difference between revisions of "Playing custom background music"

m
→‎Part 2: Automatically detecting the most appropriate method: Two spelling corrections (did NOT touch the code)
imported>Syscrusher
imported>Syscrusher
m (→‎Part 2: Automatically detecting the most appropriate method: Two spelling corrections (did NOT touch the code))
Line 67: Line 67:
#Your mod defines a cell called ''YourCell'', in which your custom music should automatically be played on entering
#Your mod defines a cell called ''YourCell'', in which your custom music should automatically be played on entering
#All music tracks for this cell-specific playlist are located under ''Data\Music\YourPlaylist''
#All music tracks for this cell-specific playlist are located under ''Data\Music\YourPlaylist''
#There's only 1 track to be playes (''YourTrack.mp3'')
#There's only 1 track to be played (''YourTrack.mp3'')


This script is still quite yomplex, and it already covers some very special situations. A more detailed explanation will follow...
This script is still quite complex, and it already covers some very special situations. A more detailed explanation will follow...


  ScriptName YourModQuestScript
  ScriptName YourModQuestScript
Line 156: Line 156:
   endif
   endif
  end ; end of gameMode block
  end ; end of gameMode block
 
==See also==
==See also==
*[[StreamMusic]]
*[[StreamMusic]]
Anonymous user