HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Attack sound

08-27-2004, 04:16 PM#1
AFB-DieHard
Which way is the easiest to change the attack sound of a unit? I want to replace the attacking sound of the rifleman with another sound.
08-27-2004, 07:20 PM#2
RightField
You can model edit it and simply change the code inside the model itself. (search for SNDx) Or you can simply just replace the sound with another one, by overwriting it.
08-27-2004, 07:46 PM#3
AFB-DieHard
I am not very familar with model editing. Is there a possibility to just edit this in the mdl file?

If yes, what to do with this:

Code:
EventObject "SNDXDRIF" {
	ObjectId 60,
	EventTrack 1 {
		14333,
	}
}
EventObject "SNDXKRIF" {
	ObjectId 61,
	EventTrack 1 {
		13367,
	}
}
08-27-2004, 08:50 PM#4
Oinkerwinkle
Right. Change KRIF to whatever the code is for the sound you want. You can find the sound codes by looking in UI\SoundInfo\AnimLookups.slk .
08-27-2004, 08:52 PM#5
AFB-DieHard
Ahh, thank you very much. I'll give you a rep point.