Extending Sound and Music
=========================


When Extending both Music and Sound, there's some rules to follow.

New Music records should be added starting at entry 4699 in Sounds.txt
Music records should all be grouped together consecutivly.

You will need to enable ExtendSounds option in BaseMod.txt, and put the last Music 
record number into param1 of ExtendSound.  

You can then put your extended sound record entrys in after that and it will work right.


Be sure to copy your new Sounds.txt, Sounds.bin (and SoundEnviron.txt if changed) into 
your mpq's to avoid the shenk bug.


Tested to 9700 records in 1.13c.



Example
=======


add 10 consectutive Music records starting at 4699 and 50 Sound records after that.


The Last entry in Sounds.txt for Music Records  = 4708

Edit BaseMod.txt row 

ExtendSounds

Enabled = 1  
param1 = 4708

