How To Add The Proxy Announcer to your List of Announcers

All about Chaos for Unreal... (UT3, UT2004, UT2003, UT)
Post Reply
jb
Posts: 9825
Joined: Fri May 03, 2002 12:29 am
Location: Coral Springs, FL
Contact:

How To Add The Proxy Announcer to your List of Announcers

Post 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.
Jb
HardObject
Posts: 56
Joined: Sat Apr 17, 2004 8:38 pm
Location: The Netherlands
Contact:

Post by HardObject »

Could it also work in 2K4?
Nothing to see here...
Shuri
Chaotic Dreams Team
Posts: 1183
Joined: Tue Jun 10, 2003 7:27 pm
Location: india
Contact:

Post by Shuri »

No, UT2004 uses the ucl's to find announcers.
jeditobe1
Inactive Chaos Team Member
Posts: 2638
Joined: Mon Mar 10, 2003 11:06 pm
Location: The Dagobah System
Contact:

Post 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")
I make Darth Vader look like a teenage punk with a lightsaber.
Post Reply