[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/bbcode.php on line 112: 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 - Sound Scripts

Battlefield Modding Tutorials BFMODS

Battlefield Modding Tutorials
It is currently Sun Jun 16, 2024 7:51 am

All times are UTC




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 19 posts ]  Go to page 1, 2, 3  Next
Author Message
 Post subject: Sound Scripts
PostPosted: Wed Dec 17, 2008 10:09 pm 
Offline
User avatar

Joined: Sat May 10, 2008 3:00 am
Posts: 1877
Well, this is strange but I wasn't really sure if it would work anyway, so here's the problem: I took some DCF sound scripts, and used them to replace some in vanilla I didn't like. Like for the Mp40, I substituted the Mp5 sounds. I went into the DCF objects.con, copied the sound files for the mp5 and put them in the appropriate folder in vanilla42's Objects.con. I renamed the file called mp5.ssc to mp40.ssc as well. I left the High, Medium, and Low.ssc files alone. However, there is now NO sound. All I hear are the reloading sounds and shells hitting the ground, no gunfire. Any ideas why? I thought sound scripts were completely ClientSide, and like skins, could be replaced and seen on any server you joined. Help?

_________________
Image


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Sound Scripts
PostPosted: Wed Dec 17, 2008 10:29 pm 
Offline
User avatar

Joined: Fri Oct 03, 2008 4:37 pm
Posts: 513
Location: Levelland, Texas
Well, as far as I can tell, changing sound effects can't be done server side since the client is hardcoded to load sound related stuff (and graphics stuff as well) locally.

Also even when done client side this wouldn't work, because you forgot to copy over the actual sound files as well (in the sound.rfa file). You would have to read all the script files and then look for any wav files that are referenced in them and copy them over. Its a long process to do.

But it can't be done at all server side. Sorry.

_________________
ImageImage
I have cameras in your head!


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Sound Scripts
PostPosted: Thu Dec 18, 2008 12:48 am 
Offline

Joined: Wed Jun 13, 2007 7:19 pm
Posts: 621
Location: United States of America
if im not mistaken, theres been discussion on this, or related, and archies pretty good with it too..... ;-)

_________________
"like a tree, the full measure of a man can best be found when down."



Webpage: http://ez1st.homeip.net/


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Sound Scripts
PostPosted: Thu Dec 18, 2008 8:32 pm 
Offline
User avatar

Joined: Sat May 10, 2008 3:00 am
Posts: 1877

_________________
Image


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Sound Scripts
PostPosted: Thu Dec 18, 2008 9:22 pm 
Offline
User avatar

Joined: Sun Dec 31, 2006 12:13 am
Posts: 2027
did you extract the dc sounds? The sound won't play if there's no sound file. :shock:


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Sound Scripts
PostPosted: Thu Dec 18, 2008 9:29 pm 
Offline
User avatar

Joined: Sat May 10, 2008 3:00 am
Posts: 1877
Well see I can't find the files to replace in the 1942 sound.rfa. I got the most of the DC sounds I need although I can't find some of those either.
By the way, the only sound I am really adamant about replacing is the browning sound and the MG42, the DC ones just sound so much better, the others are fine. I guess what I'm saying is, if anyone has any experience with this, could they prepare me a modified sounds.rfa and/or objects.rfa if needed, and attach it here with the sounds I want? I'd really appreciate it.

_________________
Image


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Sound Scripts
PostPosted: Thu Dec 18, 2008 11:22 pm 
Offline
User avatar

Joined: Sun Dec 31, 2006 12:13 am
Posts: 2027
I have to eat and take care of a couple things, but I'd be happy to take a look and try to post something this evening for sure.


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Sound Scripts
PostPosted: Fri Dec 19, 2008 12:39 am 
Offline
User avatar

Joined: Sun Dec 31, 2006 12:13 am
Posts: 2027
Here you go, try this out...I made a sound patch file (44khz only) with the DC browning/MG42 sounds. There were a couple others, but I think these should be what you're after. I have the file structure set so all you should have to do is put this in your archives folder.

Let me know if that works or doesn't..


Top
 Profile Send private message E-mail  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 19 posts ]  Go to page 1, 2, 3  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 211 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
cron
Powered by phpBB® Forum Software © phpBB Group