[Archive] Mountspecial have no sound.
[Archive] Mountspecial have no sound.
Archived author: Finsternis • Posted: 2017-03-05T13:33:39+00:00
Original source
Heyhow^^,
I have a little problem, i ported down some new models from 7.2 but also have this issue with 7.1 models.
For example the storm dragon, but also the new pala mounts.
The animations are correct set but they make no voice in game.
All other sounds work normal just the mount special not!
Is there a way to fix it in the m2 file? Or just a little dbc edit wich i not see x)?
Archived author: Callmephil • Posted: 2017-03-05T18:22:21+00:00
Original source
I'm not yet on 7.X models but CreatureSoundData.dbc could be what you're looking for !
Archived author: Callmephil • Posted: 2017-03-05T22:06:34+00:00
Original source
Some Update :
Invocation sounds :
SoundEntries.dbc
SpellVisualKit.dbc
Linked To Spell.dbc
Creature Sounds :
SoundEntries.dbc
CreatureSoundData.dbc
Linked To CreatureModelData.dbc
Creature FootPrint :
FootPrintTextures.dbc
For Column References check this website : https://wowdev.wiki/
btw i dont mean that there exist rly no mountspecial in the soundentries.dbc, but for example for horses not )Archived author: Finsternis • Posted: 2017-03-05T22:32:14+00:00
Original source
Thx that help me , have you maybe an idea wich entry in the creaturesounddata.dbc(wotlk) is for the mountspecial?
There is nothing that calls "mountspecial" also i find no mountspecial sound in the soundentries.dbc(wotlk)
I think here is used just another entry wich have the same sound , like customattack.
And if you know it i dont have to do try and error the whole table xD.
edit1
btw i dont mean that there exist rly no mountspecial in the soundentries.dbc, but for example for horses not )
Edit2: And i replace just the old mount with same dbc values ofc :<
Archived author: Callmephil • Posted: 2017-03-06T01:21:37+00:00
Original source
SoundEntries.dbc
column 3 : (Sound Name - Can be anything you want)
column 4 - 13 : (Sound Name & Extension) ex : MON_Horse_Attack_01.ogg
column 24 : Path EX : Sound\\Creature\\Horse
SpellVisualKit.dbc
Column 3 : 54 (Player Animation)
Column 16 : SoundEntries ID
SpellVisual.dbc
column 2 : 358 (For Visual Effect on Summoning)
column 3 : SpellVisualKit ID
Spell.dbc
column 132 : SpellVisual.dbc ID
SoundEntries.dbc
Column 2 : 10 (To specify sound creature)
Column 3 > 13 : Sounds
Create new row for each Sound type example (Attack) (Wound) (WoundCritical) (Death) (Stand/MountSpecial)
CreatureSoundData.dbc
column 2 (Attack) , 11 (Wound), 14 (WoundCritical) , 15 (Death) , 16 (Stand/MountSpecial)
fill them with the ID of row of SoundEntries.dbc
And Finally,
CreatureModelData.dbc
column 14 : CreatureSoundData ID
this is how you add sound and spawn visual effect for mounts however i've never replaced an old row i always create new one. so i guess you will have to figure out what to check to see if you have a missing sound file.
i hope this helped you.
.Archived author: Finsternis • Posted: 2017-03-06T01:50:04+00:00
Original source
Wow thank you, that rly alot
.
I will try to make my own soundpath and hope it work.
I had a simliar problem with legion emote sounds on charackter downports, where i need to do new entries for the emotes, amaroth gave me this tipp(but still i dont know why they need new entries).
I try a bit around and gave the model different sound kits but no one work at the "mountspecial". ex. chicken,netherray,protodrake.
And i look in the creaturesounddata and filled all horse "0" sounds 3-13 with the attack sound. but still no mountspecial.
The summon and run/walk sound work so i think i dont need to look in the spell.dbc´s
Archived author: wungasaurus • Posted: 2017-03-06T14:15:33+00:00
Original source
https://wowdev.wiki/M2#Events $SND
Quote: 1 hour ago, wungasaurus said:Ya that entry is not in the file and also not in the old pala mount.
https://wowdev.wiki/M2#Events $SND
Archived author: Finsternis • Posted: 2017-03-06T15:46:52+00:00
Original source
i try with own path and it wont work.
Quote: 1 hour ago, wungasaurus said:Ya that entry is not in the file and also not in the old pala mount.
https://wowdev.wiki/M2#Events $SND
Quote: 17 hours ago, Callmephil said:as i said for mount special sound you have to fill the column 16 in creaturesounddata with the row you created in soundentry.
16 (Stand/MountSpecial)
Archived author: Callmephil • Posted: 2017-03-06T18:36:33+00:00
Original source
Quote: 17 hours ago, Callmephil said:as i said for mount special sound you have to fill the column 16 in creaturesounddata with the row you created in soundentry.
16 (Stand/MountSpecial)
Quote: 3 hours ago, Callmephil said:ya i filled all coulums with sound id´s still nothing happens. hmpf
as i said for mount special sound you have to fill the column 16 in creaturesounddata with the row you created in soundentry.
also i'm not sure but may the legion sounds need to be converted ?
Archived author: Finsternis • Posted: 2017-03-06T22:15:48+00:00
Original source
Quote: 3 hours ago, Callmephil said:ya i filled all coulums with sound id´s still nothing happens. hmpf
as i said for mount special sound you have to fill the column 16 in creaturesounddata with the row you created in soundentry.
also i'm not sure but may the legion sounds need to be converted ?