Page 1 of 1

Idle sounds?

Posted: Fri Apr 03, 2009 9:14 pm
by ryukaji
So ive made a weapon and I have custom sounds for it and Ive been messing around trying to give it an idle sound for when its not being used. Anyone know how to do it? I know it can be done to a melee label class but I have to set it up as a cannon so it is held and used like a gun.

Heres the weapon im talking about:
Hidden/Spoiler:
[attachment=0]chainsaw.jpg[/attachment]
Yes, this is a very violent mod lol.

Re: Idle sounds?

Posted: Sat Apr 04, 2009 6:37 am
by theultimat
Yes, for the lightsaber it is stated in the com_weap_inf_lightsaber.odf file. It says:

Code: Select all

OnSound				= "com_inf_saber_ambient"
And you would replace the com_inf_saber_ambient with the sound you wanted.

OffTopic:
ryukaji wrote:Yes, this is a very violent mod lol.
:funny2:

Re: Idle sounds?

Posted: Sat Apr 04, 2009 9:30 am
by Master_Ben
theultimat wrote:Yes, for the lightsaber it is stated in the com_weap_inf_lightsaber.odf file. It says:

Code: Select all

OnSound				= "com_inf_saber_ambient"
And you would replace the com_inf_saber_ambient with the sound you wanted.

OffTopic:
ryukaji wrote:Yes, this is a very violent mod lol.
:funny2:
But that's for a melee weapon, is it not?

Re: Idle sounds?

Posted: Sat Apr 04, 2009 11:50 am
by ryukaji
Exactly thats why im asking cause that didnt work when I tried that.