Modifying Other Shell Music

Avatar of Nighthawk

Nighthawk

Category: Code
Level: Beginner
Created: Saturday December 1, 2007 - 17:08
Updated: Saturday May 5, 2012 - 18:13
Views: 5092
Summary: A tutorial on how to change the music played on various menus, the credits and the loadscreen.
Rating
  • Staff-
  • Members5.0
  • Average5.0/5.0

1 vote

Page 1 2 3 4 5 6
Credits Music:
This is somewhat similar to the previous step. Firstly, create your Passthrough entry for your music file:
              
Code
        <AudioFileMP3Passthrough id="MODCreditsScreen" File="AUDIO:CnC80sMix.mp3" />
        <MP3MusicTrack id="NewCreditsMP3" inheritFrom="MP3MusicTrack:BaseMP3MusicTrack" Volume="60">        
            <VolumeSliderMultiplier Slider="NONE" Multiplier="1.0" />
            <Filename>MODCreditsScreen</Filename>            
        </MP3MusicTrack>        


The music file I am using here is 'C&C 80s Mix', part of the Covert Operations sound track.
Now, navigate back to your MiscAudio block, and locate the line "CreditsMusic=". Change the parameter to "NewCreditsMP3" (including quote marks).

Save your XML. I can't stress the importance of saving, it's one of life's essential processes, alongside the occasional shut down, reboot and Engineer Rush.

Links / Downloads

 HitsAdded
Command & Conquer (Renegade)2366December 1, 2007 - 17:20
On The Prowl (Tiberian Dawn)1982December 1, 2007 - 17:19
C&C 80s Mix (Covert Operations)1965December 1, 2007 - 17:18
Airstrike (Tiberian Dawn)2625December 1, 2007 - 17:18

Comments

Display order: Newest first

Boomerang Python - Friday January 30, 2009 - 9:48

Awesome stuff mate

Return to top