0394

From GTAMods Wiki
Jump to navigation Jump to search

GTA III Vice City San Andreas PLAY_MISSION_PASSED_TUNE


Description
Plays the mission passed audio
Syntax
0394: play_music [int]
Parameter
[int]
1 (see below for special cases)

This opcode plays the mission passed audio.

In GTA III the mission passed audio uses Miscom.wav file and in Vice City it uses miscom.mp3 file. The background ambient noise will be disabled and the music will play. In Vice City, music will fade in as it plays and when it finishes background ambient noise will fade back in and resume afterward. In GTA III this happens instantly. Pausing and unpausing the game or playing another audio other than itself will interrupt the audio.

Special cases

This opcode can actually play many audio files within the Audio directory, not just the mission passed audio. Using any value other than 1 will continue to have the background ambient noise disabled unless it is restored, one way by pausing and unpausing the game. In Vice City, if the background ambient noise remains disabled, this opcode cannot play the same audio until the noise is reenabled but it can still play other audio.

In GTA III, it accepts negative values down to -92 and positive values up to 103, being able to play any audio within the folder. From the list of positions of GTA III's audio, offset the position by -92 to get the appropriate value.

In Vice City, it accepts negative values down to -100 and positive values up to 155. From the list of positions of Vice City's audio, offset the position by -100 to get the appropriate value. For example, a value of 16 - 100 = -84 can play the mall ambiance audio, or a value of 103 - 100 = 3 can play the phone ringing audio. At a value of 156, it overflows back to the beginning of the audio position (i.e. 156 will play audio in position 0) and will overflow in increments of 256 (i.e. 412 will play audio in position 0).

Keywords

play, mission, passed, music, sound, mp3, tune