Fortress Forever

Go Back   Fortress Forever > Editing > Modding

Reply
 
Thread Tools Display Modes
Old 08-17-2010, 07:51 AM   #1
SirFrag.
God's gift to FF.
D&A Member
 
Join Date: Aug 2010
Gametype: Capture the Flag
Affiliations: teamfail.
Posts Rated Helpful 0 Times
Railgun sound

Anyone know how to change/disable the railgun charging sound? Can't seem to find it and the sound is VERY annoying

Thanks.

Last edited by SirFrag.; 08-17-2010 at 07:52 AM.
SirFrag. is offline   Reply With Quote


Old 08-17-2010, 08:58 AM   #2
moosh
WhenNailGrenWillOut?
Beta Tester
 
moosh's Avatar
 
Join Date: May 2009
Gametype: mp_prematch
Affiliations: [:)] - Frag Happy, babe|
Posts Rated Helpful 29 Times
fortress forever/sound/weapons/railgun/railgun_chargeloop.wav?
__________________
[[ ff_hotfudge - bhop_theonlyone ]]
"As the the new year approaches I await for it like an case of explosive fecalomania otherwise know as diareha or the massive shits. I am gripping the sides of the toilet as my stomach produces the first hollow thud out of the anus of the year to come." DarkeN_HellspawN

Last edited by moosh; 08-17-2010 at 08:59 AM.
moosh is offline   Reply With Quote


Old 08-17-2010, 09:31 AM   #3
SirFrag.
God's gift to FF.
D&A Member
 
Join Date: Aug 2010
Gametype: Capture the Flag
Affiliations: teamfail.
Posts Rated Helpful 0 Times
Just to be clear, it's the static/electricity part that I want to edit/remove.
__________________
You need a bit of piss to put the spice in victory.
SirFrag. is offline   Reply With Quote


Old 08-19-2010, 11:40 PM   #4
Crazycarl
D&A Member
Wiki Team
Fortress Forever Staff
 
Crazycarl's Avatar
 
Join Date: Apr 2007
Posts Rated Helpful 31 Times
Code:
	"railgun.halfcharge"
	{
		"channel"		"CHAN_WEAPON"
		"volume"		"VOL_NORM"
		"pitch"			"PITCH_NORM"
	"CompatibilityAttenuation"	"1.0"
		"wave"			"ambient/energy/zap8.wav"
	}
	"railgun.fullcharge"
	{
		"channel"		"CHAN_WEAPON"
		"volume"		"VOL_NORM"
		"pitch"			"PITCH_NORM"
	"CompatibilityAttenuation"	"1.0"
		"wave"			"ambient/energy/zap9.wav"
	}
	"railgun.overcharge"
	{
		"channel"		"CHAN_WEAPON"
		"volume"		"VOL_NORM"
		"pitch"			"PITCH_NORM"
	"CompatibilityAttenuation"	"1.0"
		"wave"			"ambient/energy/zap5.wav"
	}
Those are HL2 sounds, so you won't find them in the FF folder. You can either create those .wav files, or edit fortressforever\scripts\game_sounds_ff_weapons.txt to point to another .wav
Crazycarl is offline   Reply With Quote


Old 08-20-2010, 08:01 AM   #5
SirFrag.
God's gift to FF.
D&A Member
 
Join Date: Aug 2010
Gametype: Capture the Flag
Affiliations: teamfail.
Posts Rated Helpful 0 Times
Quote:
Originally Posted by Crazycarl View Post
Code:
	"railgun.halfcharge"
	{
		"channel"		"CHAN_WEAPON"
		"volume"		"VOL_NORM"
		"pitch"			"PITCH_NORM"
	"CompatibilityAttenuation"	"1.0"
		"wave"			"ambient/energy/zap8.wav"
	}
	"railgun.fullcharge"
	{
		"channel"		"CHAN_WEAPON"
		"volume"		"VOL_NORM"
		"pitch"			"PITCH_NORM"
	"CompatibilityAttenuation"	"1.0"
		"wave"			"ambient/energy/zap9.wav"
	}
	"railgun.overcharge"
	{
		"channel"		"CHAN_WEAPON"
		"volume"		"VOL_NORM"
		"pitch"			"PITCH_NORM"
	"CompatibilityAttenuation"	"1.0"
		"wave"			"ambient/energy/zap5.wav"
	}
Those are HL2 sounds, so you won't find them in the FF folder. You can either create those .wav files, or edit fortressforever\scripts\game_sounds_ff_weapons.txt to point to another .wav
I love you man! Thanks a lot, will be trying to fix it
__________________
You need a bit of piss to put the spice in victory.
SirFrag. is offline   Reply With Quote


Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:34 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.