HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Character Voices

08-05-2003, 11:36 PM#1
KillR
I need some help for a mod. Is there any way of replacing the things chracters say with new ones? For example, everyone knows that Footmen say, "Orders?". Well, is there any way to replace that with a custom sound, for example, "I'm Here To Serve." Can someone please help me on this?

Thanks in advance.


-KillR
08-05-2003, 11:40 PM#2
35263526
i dont know about editing game files, but u could make a trigger so that when the unit is issued with an order it plays the appropriate sound.

For instance a trigger that goes:

EVENTS:
Generic unit is selected

CONDITIONS:
Selected unit-type = (CUSTOM UNIT)

ACTIONS:
Play sound CUSTOMSELECTSOUND

or:

EVENTS:
Generic unit is issued with an order targeting a point

CONDITIONS
Selected unit-type = (CUSTOM UNIT)
Issued order = Move

ACTIONS:
Play sound CUSTOMMOVESOUND
08-06-2003, 12:14 AM#3
DvWizard
Can't you do this with the Import Manager and the Sound Editor? Im pretty sure you can, but I don't know enough to tell you how, but I remember being able to browse through all the unit voices, so there must be a way to replace them.
08-06-2003, 02:24 AM#4
35263526
Im pretty sure u cant with the sound editor. There's probably an .SLK or data file somewhere that u can edit to but im guessing it would be complicated.

If ur only using two or three custom sound units i think my way would be better