Page 1 of 1

How To Add The Proxy Announcer to your List of Announcers

Posted: Wed Dec 03, 2003 12:55 pm
by jb
Find your [Xinterface.Tab_AudioSettings] settings in your ut2003.ini file:

Add this to the end of that setting
PackInfo=(PackageName="AnnouncerProxy.uax",Description="Proxy")

So when your all done it should look like so:

[Xinterface.Tab_AudioSettings]
BonusPackInfo[0]=(PackageName="AnnouncerMain.uax",Description="Default")
BonusPackInfo[1]=(PackageName="AnnouncerEvil.uax",Description="Evil")
BonusPackInfo[2]=(PackageName="AnnouncerFemale.uax",Description="Female")
BonusPackInfo[3]=(PackageName="AnnouncerSexy.uax",Description="Aroused")
PackInfo=(PackageName="AnnouncerProxy.uax",Description="Proxy")
The UMODs will add this for you. The zips will NOT.

Posted: Wed Jun 09, 2004 9:59 pm
by HardObject
Could it also work in 2K4?

Posted: Wed Jun 09, 2004 10:01 pm
by Shuri
No, UT2004 uses the ucl's to find announcers.

Posted: Wed Jun 09, 2004 10:03 pm
by jeditobe1
For UT2k4 you need this line in a ucl (should be in ChaosGames.ucl in your ChaosUT2/System folder):

Announcer=(ClassName=ChaosGames.ProxyAnnouncer,PackageName=ChaosProxyAnnouncer,FallbackPackage=AnnouncerMale2K4,EnglishOnly=0,FriendlyName=ChaosGames.ProxyAnnouncer.AnnouncerName,FallbackName="Chaos Proxy")