| 03-14-2005, 12:20 AM | #1 |
Guest | Trying to attach the gyrocopter attack sound to the gyrocopter attack projectile. What program can I use to do this? Any tutorials lying around somewhere? |
| 03-14-2005, 05:58 PM | #2 |
Guest | Search the forums for "eventobjects". I guess that's what you need to use. |
| 03-14-2005, 06:07 PM | #3 |
Guest | The only information I found was: Code:
Sounds are added through EventObjects, which look like this:
EventObject "SNDXASPS" {
ObjectId 7,
EventTrack 1 {
2400,
}
}So I look up the gyrocopter attack sound code and replace the ASPS with it... but where is this EventObject in the first place? Is it the code for the specific projectile art? :( |
| 03-15-2005, 04:19 PM | #4 |
Guest | The eventobjects are found near the end of a mdl (model) file. So you'll have to extract the mdx of the projectile from the mpq, convert it to mdl, open it with notepad, and change the current sound code with the sound code you need (in this case, the gyrocopter attack sound). Then convert it back to a mdx and import it in the map. |
