Hello, i'm trying to make an enemy that doesnt make any sound at all, i removed all sounds but that screeching sound is still there, how can i remove it? can i remove it?
/Lagoz
I believe it will have to be a full-conversion mod. I just tried this with my new enemy, but the same thing here happened. It should be in one of the .cfg files in the "config" folder, if I'm not mistaken. but again, if you don't want it to affect the rest of the game, you're going to have to make it a new .cfg and make your campaign a full conversion. Sorrryyy =[
Same thing, I tried to do the same in one of my earlier Customs. Didn't work; I think you have to do what Statyk is talking about.
Figured it out, thanks
(12-09-2011, 01:17 PM)Lagoz Wrote: [ -> ]Figured it out, thanks 
Maybe tell us?
(12-14-2011, 01:07 PM)flamez3 Wrote: [ -> ]Maybe tell us?
When there are two or more files with the same name in one of the directories listed in the resources.cfg, the game uses the first one it finds and ignores the rest. A full conversion allows you to control which one gets used over the others since a full conversion tends to have its own resources.cfg file.
(12-14-2011, 03:02 PM)Your Computer Wrote: [ -> ] (12-14-2011, 01:07 PM)flamez3 Wrote: [ -> ]Maybe tell us?
When there are two or more files with the same name in one of the directories listed in the resources.cfg, the game uses the first one it finds and ignores the rest. A full conversion allows you to control which one gets used over the others since a full conversion tends to have its own resources.cfg file.
Thanks for clarification.