##############################################################################
#                              2k4Sounds v2.0                                #
#                            by )DoE(-AnthraX                              #
#                            updated by ~V~ (2013)
##############################################################################

1) What is it?
--------------

2k4Sounds is a mod that will replace certain in-game sounds by the ones loaded
from the voicepack you install on your server.


2) What does it do?
-------------------

2k4Sounds can:

1. Dynamicaly load a voicepack
2. Replace the following ingame sounds:
	* Spree sounds (killing spree, rampage,...)
	* Combo sounds (double kill, multi kill,...)
	* Time sounds (30 seconds left, 10, 9, 8,...)
	* Headshot sound
	* Firstblood sound
3. Broadcast combo's to everyone on the server (similar to MonsterAnnouncer)

!!! IMPORTANT: 2k4Sounds will NOT work if you don't install a voicepack
!!! You can find several voicepacks at:
!!!	http://www.unrealadmin.org/forums/forumdisplay.php?f=176
!!! or you can make your own packs...

3) Installation
---------------

To install 2k4Sounds on your server:

1. Unzip the contents of this zip package in your server's system folder. 

2. Choose the voicepack you want to use and unzip it to your server's sound folder.

3. Open your server's unrealtournament.ini file and find the line that reads "[Engine.GameEngine]".

4. Add these lines under it:

    ServerActors=2k4Sounds20.SoundsActor
    ServerPackages=2k4Sounds20
    ServerPackages=<Insert the name of your voicepack here (without the .uax)>
    
5. Move to the end of your UT.ini file and add these lines 
   (you can find the explanation of the settings under 4) Settings):    
    
    [2k4Sounds20.SoundsMutator]
    VoicePack=<Insert the name of your voicepack here (without the .uax)>
    bComboSounds=true
    bSpreeSounds=true
    bHeadshotSound=true
    bFirstbloodSound=true
    bTimeSounds=true
    bAnnounceCombos=true
    
6. Restart your server

4) Settings
-----------

bComboSounds	 : set this to false if you don't want to replace the combo sounds
bSpreeSounds	 : set this to false if you don't want to replace the spree sounds
bHeadshotSound	 : set this to false if you don't want to replace the headshot sound
bFirstbloodSound : set this to false if you don't want to replace the firstblood sound
bTimeSounds	 : set this to false if you don't want to replace the time sounds
bAnnounceCombos	 : set this to false if you don't want to broadcast the combo's
		   (similar to MonsterAnnouncer)
 
5) History
----------

v1.0:
	* Initial release 
 

v2.0:
        * Removed log errors
        * Fixed multiple countdowns where mods with their own HUD are in use (eg: nexgen)

6) Feedback & Support
---------------------
 
http://www.unrealadmin.org/forums/forumdisplay.php?f=176
 
 
 
