[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4668: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4670: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4671: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4672: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
Battlefield Modding Tutorials BFMODS :: View topic - That Weapon conversion I did...
Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

That Weapon conversion I did...
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=4727
Page 1 of 1

Author:  Sheppard [ Thu Feb 26, 2009 10:08 pm ]
Post subject:  That Weapon conversion I did...

Where I converted the P38, to a BG42 Luger...well, problem. This is a problem with the DC sound files. In 3rd person, or when someone else fires it, it sounds really stupid. It's deeper, and plays much slower. I can't find any other sound files in DC or DCF....
Any idea why it sounds wrong?

Author:  Iced Earth [ Fri Feb 27, 2009 3:05 am ]
Post subject:  Re: That Weapon conversion I did...

i'd suggest using the sound script editor with the MDT, and just make a new script. Should work like a charm...that worked for me before.

Author:  Sheppard [ Fri Feb 27, 2009 11:26 am ]
Post subject:  Re: That Weapon conversion I did...

I don't know anything about sound scripts..... Other than, you can edit them with .con files if you want.

Author:  Archimonde0_0 [ Fri Feb 27, 2009 11:56 am ]
Post subject:  Re: That Weapon conversion I did...

Its because either, the sound file itselve (the .WAV) is saved in stereo format, where it should be in mono format, or in the .ssc code someone added "stereo" to that 3rd Person sounds code. Check the .ssc first, and delete stereo for the 3rd person sound if its there, if its not, you will have to find a program to open it, and save it again in mono format.

Try the Gold Wave Trial.

Author:  Sheppard [ Fri Feb 27, 2009 8:25 pm ]
Post subject:  Re: That Weapon conversion I did...

Only the 1st person sound is in stereo....
The others are fine.
EDIT: Is it because there's no dist file? I'm building off of your sound patch, and I noticed that in sound.rfa you have thompsondist.wav, t99dist.wav, etc....And also a bunch of .sfk files with the same names. The only M9 sounds in DC were waltLR.wav and waltmono.wav.

Author:  Archimonde0_0 [ Fri Feb 27, 2009 9:25 pm ]
Post subject:  Re: That Weapon conversion I did...

the 3rd person sound for the walter needs to be saved in the Audio Codec of 44100khz Mono, if its not, it'll sound wierd, and in some cases DC messed up their sounds.

the .sfk files you see are just sound forge files that mean nothing, the distance sounds are just custom sounds I made from existing ones to sound "distant".

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/