Essentials Series/Sound and Music: Difference between revisions

 
Line 51:
If you want a music track to play, you can send the PlayMusic [[../Links/|event]] to any [[../Dispatchers/|dispatcher]] with the number of the song on the first argument (the game always uses a dispatcher called MUSIC_DISP, and so can you if you wish, but it's not necessary). Note that this cannot be done on ScenePrepare, as you have to wait at least one frame before PlayMusic actually works. An alternative way is to make a [[../Timers/|timer]] that runs on ScenePrepare and expires in 0.1 seconds before sending PlayMusic to a dispatcher on Expired.
 
=== Battle for Bikini Bottom ===
Here is a table of which argument will play which song, as well as whether it exists in the game. If a song does not exist, it will silence the music instead unless you add it.
 
{| class="wikitable"
|-
Line 100:
|-
| 23 || music_23_Calliope3 || <span style="color:#007F00">Yes</span>
|}
 
=== Scooby-Doo: Night Of 100 Frights ===
{| class="wikitable"
! Argument !! SNDS asset (boot.hip)
|-
| 0 || Black Knight-L
|-
| 1 || Redbeard-L
|-
| 2 || Green Ghost-L
|-
| 3 || Mastermind temp-L
|-
| 4 || Scooby 03 loop-L
|-
| 5 || Scooby 04 loop-L
|-
| 6 || Scooby 05 loop-L
|-
| 7 || Scooby 06 loop-L
|-
| 8 || Scooby 07 loop-L
|-
| 9 || Scooby 08 loop-L
|-
| 10 || Scooby 09 loop-L
|-
| 11 || Scooby 10 loop-L
|-
| 12 || Scooby 11 loop-L
|-
| 13 || Scooby 12 loop-L
|-
| 14 || action loop 01-L
|-
| 15 || action loop 02-L
|-
| 16 || action loop 03-L
|-
| 17 || action loop 04-L
|-
| 18 || action loop 05-L
|-
| 19 || action loop 06-L
|-
| 20 || action loop 07-L
|-
| 21 || Cinematic Nemesis 1-L
|-
| 22 || Cinematic Nemesis 2-L
|-
| 23 || Cinematic Nemesis 3-L
|-
| 24
| Cinematic Mood 1-L
|-
| 25 || Cinematic Mood 2-L
|-
| 26 || Cinematic Mood 3-L
|-
| 27 || Cinematic Generic 1-L
|-
| 28 || Cinematic Silly-L
|-
| 29 || Cinematic Van-L
|-
| 30 || Comedic Duo loop-L
|-
| 31 || Mystery loop-L
|-
| 32 || Jeopardy loop-L
|-
| 33 || theramin 01
|-
| 34 || theramin 02
|-
| 35 || theramin 03
|-
| 36 || theramin 04
|-
| 37 || theramin 05
|-
| 38 || theramin 06
|-
| 39 || theramin 07
|-
| 40 || theramin 08
|-
| 41 || theramin 09
|-
| 42 || theramin 10
|-
| 43 || theramin 11
|-
| 44 || theramin 12
|}
 
2,081

edits