Usage:
Musicmanager.RegisterSong
number string string string string string string number
Argument values:
argument 1: | range is 0 to 15 |
argument 2: | "A., "B., "C., "D., "E., "F., "G., "H., "I., "J., "K., "L., "M., "N., "O., "P. |
argument 3: | All, Fortunate, Get, Hush", I, Nowhere, On, Psychotic, Ride, Shakin', Somebody, Surfin', The, War", Wild, You |
argument 4: | 203.6, 251.2, All, Bird", Day, Fought, Letter", Reaction", Ready", Realy, Son", Thing", of, the, to; most commonly to |
argument 5: | 112.1, 135.2, 139.8, 153.6, 165.7, 181.5, Got, Love", Over", Road, Run", and, the; most commonly the |
argument 6: | 161, 169.9, 173.2, Again", All, Law", Me", Valkyries" |
argument 7: | 135.5, 200, 212.2, 317.5, Night" |
argument 8: | 220.3 |
Description: This property is used exclusively in Battlefield Vietnam.
This property is not a part of any defined type of object.
Used in one .con file: vietnamBf1942/Game/Playlists/Playlists.con
Example: (from vietnamBf1942/Game/Playlists/playlists.con)
Musicmanager.CreateGroup 0 "USArmy"
Musicmanager.LoadSoundScript "default.scc"
Musicmanager.RegisterSong 0 "A. Fortunate Son" 135.2
Musicmanager.RegisterSong 1 "B. War" 203.6
Musicmanager.RegisterSong 2 "C. Nowhere to Run" 169.9
Musicmanager.RegisterSong 3 "D. Wild Thing" 153.6
Musicmanager.RegisterSong 4 "E. Get Ready" 165.7
Musicmanager.RegisterSong 5 "F. On the Road Again" 200
Musicmanager.RegisterSong 6 "G. Shakin' All Over" 161
Musicmanager.RegisterSong 7 "H. Psychotic Reaction" 181.5
Musicmanager.RegisterSong 8 "I. Hush" 251.2
Musicmanager.RegisterSong 9 "J. All Day and All Night" 220.3
Musicmanager.RegisterSong 10 "K. You Realy Got Me" 212.2
Musicmanager.RegisterSong 11 "L. The Letter" 112.1
Musicmanager.RegisterSong 12 "M. Somebody to Love" 173.2
Musicmanager.RegisterSong 13 "N. I Fought the Law" 135.5
Musicmanager.RegisterSong 14 "O. Ride of the Valkyries" 317.5
Musicmanager.RegisterSong 15 "P. Surfin' Bird" 139.8
Go to the Musicmanager properties list page, Musicmanager page, All Properties list, or Main scripting page.