Hi can someone help, for some reason ive lost the sounds of my footsteps and mele. can someone point me in the direction how to fix this please. I am on the last bit of my map the morgue and this has happened. thanks
If it's a custom weapon then you forgot to add all the sounds to the weaponfile.
Uhh animscripts control the foot sounds, not the weapon - there is no such thing as a walking anim, since all it is is an idle animation. Since there is no walking anim, there are no notetracks that the weapon needs for these sounds. The anim script controls the sounds of the foots steps, weapon bobbing and particle effects that the surface would generate.
The sounds are found in charcter.csv and need to be included for the sounds to work. Simply adding this line to your mod.csv should fix the issue:
Code Snippet
Plaintext
sound,character,,all_sp
Last Edit: October 17, 2014, 12:47:25 am by JBird632
Thanks that did it , I have custom sounds and I am getting the 1600 error is there anyone who can point out what I can take out safely like tank noises and say specific weapons. thanks Double Post Merge: October 17, 2014, 01:13:06 amLike I said im so close to finishing, and I only loaded mode up 2 months ago and didn't know a thing .here is my wip
Uhh animscripts control the foot sounds, not the weapon
I was mainly referring to the melee as I see a lot of people messing up the sounds in their weapons. OP didn't give much information to go off so throwing out the other thing that wasn't addressed.
Thanks that did it , I have custom sounds and I am getting the 1600 error is there anyone who can point out what I can take out safely like tank noises and say specific weapons. thanks
You can open up weapons.csv and comment out or remove any sounds not used by your weapons.
If you want scripts / features made for you, then contact me by PM or email / skype etc it will cost you tho so if you have no intention of reciprocating don't even waste my time
Thanks that did it , I have custom sounds and I am getting the 1600 error is there anyone who can point out what I can take out safely like tank noises and say specific weapons. thanks Double Post Merge: October 17, 2014, 01:13:06 amLike I said im so close to finishing, and I only loaded mode up 2 months ago and didn't know a thing .here is my wip
copy one of the csvs and rename it "my_ignore.csv"
delete everything in it
then you add the fx,models,anims,sounds,etc you dont want loaded into that. You can see what has been loaded in your mod by looking in "zone_source/YOURMOD.csv and zone_source/YOURMOD_patch.csv"
Copy what you dont need into your "my_ignore.csv"
then put
Code Snippet
Plaintext
ignore,my_ignore,,
in your mod.csv
I think thats right, if not might be worth using the search feature, or failing that post a new topic specifically asking about ignore files
I literally copied most things in there, as I removed all the WaW guns etc. Just mind not to copy over things that are relevent, If you get odd behaviours ingame, check your "my_ignore" file as you may have prevented something important from loading
I also think you need to recompile the whole map
Last Edit: October 17, 2014, 03:43:04 am by Harry Bo21