Difference between revisions of "Playing custom background music"
Jump to navigation
Jump to search
m
Playing custom background music (edit)
Revision as of 11:20, 24 October 2012
, 11:20, 24 October 2012→Part 2: Automatically detecting the most appropriate method: Two spelling corrections (did NOT touch the code)
imported>Syscrusher m (→Enhanced Music and Controls (EMC): Spelling correction) |
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 | #There's only 1 track to be played (''YourTrack.mp3'') | ||
This script is still quite | 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]] |