Thu Apr 12, 2007 11:48 pm by Gibbon
First thing you need to do is calm down. Secondly, your question has alreay been answered, the music for the menu screens is the same as whatever you have defined for the planetscape scenes. There is no seperate menu screen music option.
If you want to change the music to a tune of your choice then make a new entry in the music.ini
[Sound
nickname = Yourtrack
file = audio\music\yourtrack.wav
type = music
attenuation = 8
streamer = true
Stick the custom wav file into the MUSIC folder, then in DATA\UNIVERSE\SYSTEMS\INTRO\BASES\ROOMS find the ini file you want to change, only three there anyway, and change the audio line to this,
[Room_Info
scene = ambient, Scripts\Intro\intro_gasminer3.thn
[Room_Sound
music = Yourtrack
What will happen now is your new track will play on the intro scene AND the menu screen if you do it properly.