Tips.
datablock AudioProfile(WarHammerBetaDrawSound)
{
filename = "./swordDraw.wav";
description = AudioClosest3d;
preload = true;
};
Change this..
To This..
datablock AudioProfile(WarHammerBetaDrawSound)
{
filename = "Add-ons/Weapon_Sword/swordDraw.wav";
description = AudioClosest3d;
preload = true;
};
Those sounds are default.
You don't need them in the zip.
Do that with anything that is default.
Also, You're not giving me any solid info.
What happens? What doesn't happen?
When you say it doesn't work, Do you mean that because it..
-Doesn't show up in the GUI menu
-Crashes when held
-Etc...
Please elaborate.