How do I add/change music to the maps?

lust

First time out of the vault
I did a search of this forum with "music" and got no hits.

I also searched the mapper docks and didn't find anything, and browsed through master.dat (SFX and speech was there, but not music)

Basically I'm just looking for a quick and easy way to change the "music" loop for a given map.

It occured to me that the "music loop" could be a script somewhere overlaying various sounds, using the play_sfx command, but I couldn't find that in the <map>.ssl (where I'd think it would go).

Also, new maps have a default music, so that wouldn't make sense anyway.
 
music are set on data/maps.txt file inside master.dat

just create a new entry with the following:

[Map 150]
lookup_name=Bess Dead ; The name of the map on the game
map_name=rndbess ; name of the .map file, like arvillag, arcaves, etc without the ".map"
music=07desert ; set the music of the map here, the music files are on the data/sound/music folder off the fallout dir, not on master.dat
saved=No ; if the map is saved on the save game slot

to add new maps just put [Map 151], [Map 152], etc
 
there's a limit to the number of maps and cities you can have unless you use the "city patch" that removes the limits..

for more detailed info on adding maps and other tutorials check out my site for my tutorials..
 
Back
Top