No sound from added vehicles
Moderator: Moderators
- SWBF3Petition
- Private Third Class
- Posts: 48
- Joined: Tue Jul 02, 2013 10:27 pm
- Projects :: Ground to Space Mygeeto
- xbox live or psn: No gamertag set
No sound from added vehicles
I followed this tutorial to add some vehicles to my map. The only problem is, there's no sound for them. For example, if I shoot with a starfighter I added, you can see the animation, but there's no sound with it. Anyone have an idea of what I did wrong?
Last edited by SWBF3Petition on Fri Sep 06, 2013 6:08 pm, edited 3 times in total.
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: No sound from added vehicles
Which vehicles have you added?
- SWBF3Petition
- Private Third Class
- Posts: 48
- Joined: Tue Jul 02, 2013 10:27 pm
- Projects :: Ground to Space Mygeeto
- xbox live or psn: No gamertag set
Re: No sound from added vehicles
I'll just list them:
Anakin's Starfighter
Republic Gunship
ARC-170
V-Wing
Grevious Bomber
Tri-Fighter
Droid Starfighter
Anakin's Starfighter
Republic Gunship
ARC-170
V-Wing
Grevious Bomber
Tri-Fighter
Droid Starfighter
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: No sound from added vehicles
Was this map built with "Space Map" checked in VisualMunge, or is it a normal map and you added them?
- SWBF3Petition
- Private Third Class
- Posts: 48
- Joined: Tue Jul 02, 2013 10:27 pm
- Projects :: Ground to Space Mygeeto
- xbox live or psn: No gamertag set
Re: No sound from added vehicles
It was stock Mygeeto that I've been modding. So it was a ground map that I added flyers to.
- Nedarb7
- Lieutenant General

- Posts: 676
- Joined: Sat Sep 22, 2012 3:41 pm
Re: No sound from added vehicles
The sounds aren't going to work without the proper sound.lvl file loaded in the LUA, I'm assuming that you're using an edited Mygeeto LUA? Could you post it?
- SWBF3Petition
- Private Third Class
- Posts: 48
- Joined: Tue Jul 02, 2013 10:27 pm
- Projects :: Ground to Space Mygeeto
- xbox live or psn: No gamertag set
Re: No sound from added vehicles
That's probably what it is. I'll post it, but be warned, I've been messing around with it, and I'm a noob, so it looks kinda bad, lol!
Hidden/Spoiler:
-
DylanRocket
- 2nd Lieutenant

- Posts: 363
- Joined: Sun Sep 02, 2012 2:47 am
- Projects :: None
- xbox live or psn: No gamertag set
- Location: HK Factory
- Contact:
Re: No sound from added vehicles
Try putting ReadDataFile("sound\\spa.lvl;spa2cw") above the ReadDataFile("sound\\myg1.lvl;myg1cw"). If that does not work try these faqs:
Add missing sounds without creating a new lvl
Rend's tutorial(You'll have to create a new sound lvl using your mapID)
If you create a new sound lvl, I usually find munging it in BF1 easier but you can download the BF2 fixes(never worked for me though).
Add missing sounds without creating a new lvl
Rend's tutorial(You'll have to create a new sound lvl using your mapID)
If you create a new sound lvl, I usually find munging it in BF1 easier but you can download the BF2 fixes(never worked for me though).
-
Noobasaurus
- Droid Pilot Assassin

- Posts: 2006
- Joined: Tue Aug 17, 2010 5:56 pm
Re: No sound from added vehicles
I'm pretty sure that whichever one is loaded last will over write the other one.DylanRocket wrote:Try putting ReadDataFile("sound\\spa.lvl;spa2cw") above the ReadDataFile("sound\\myg1.lvl;myg1cw").
-
DylanRocket
- 2nd Lieutenant

- Posts: 363
- Joined: Sun Sep 02, 2012 2:47 am
- Projects :: None
- xbox live or psn: No gamertag set
- Location: HK Factory
- Contact:
Re: No sound from added vehicles
Really? I've never tried this for BF2 but for BF1 it seemed to work.Noobasaurus wrote:I'm pretty sure that whichever one is loaded last will over write the other one.DylanRocket wrote:Try putting ReadDataFile("sound\\spa.lvl;spa2cw") above the ReadDataFile("sound\\myg1.lvl;myg1cw").
- SWBF3Petition
- Private Third Class
- Posts: 48
- Joined: Tue Jul 02, 2013 10:27 pm
- Projects :: Ground to Space Mygeeto
- xbox live or psn: No gamertag set
Re: No sound from added vehicles
DylanRocket wrote:Really? I've never tried this for BF2 but for BF1 it seemed to work.Noobasaurus wrote:I'm pretty sure that whichever one is loaded last will over write the other one.DylanRocket wrote:Try putting ReadDataFile("sound\\spa.lvl;spa2cw") above the ReadDataFile("sound\\myg1.lvl;myg1cw").
No, they're right. It doesn't work. It uses whichever is loaded first. I thought it worked, but then I noticed that there were no lightsaber sounds when I played as a Jedi. Undoing the change fixed that.
EDIT: I've been going through all of the myg1cw.* and spa2cw.* files, and trying some stuff, but so far nothing is working. I'm still not getting any sound from the starfighters.
- Locutus
- 1st Lieutenant

- Posts: 420
- Joined: Fri Jun 04, 2010 10:08 am
- Projects :: Stargate Battlefront Pegasus
- Location: Germany
- Contact:
Re: No sound from added vehicles
You made the effort to click on that link?DylanRocket wrote:Add missing sounds without creating a new lvl
All you have to do is to put a dc: before it.
- lucasfart
- Sith

- Posts: 1440
- Joined: Tue Feb 24, 2009 5:32 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Australia
Re: No sound from added vehicles
Maybe I'm misreading things, but I don't think its that simple Locotus? Quote from above link (bottom of the page).

So basically, try the dc:, but it probably won't work as you'll be messing with other sounds you do need which are now loaded twice. In that case, use the tut by Rends that Dylanrocket mentioned.Maveritchell wrote:Your problem (and the reason that using sounds like this tutorial suggests will inevitably lead to issues) is that you can't load two of the same sounds from two different .lvl files (like Teancum mentioned in the fourth post). If you want to add missing vehicle sounds, you will almost inevitably need to munge a new sound .lvl file yourself - fortunately Rends made a very easy and clear tutorial on this. Follow it, do what it says, and if you do it correctly your sounds will be heard.
Teancum wrote:So long as a second sound lvl doesn't overwrite existing sounds you can use em. ["dc"s]
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: No sound from added vehicles
Just gonna point out right now, the most efficient way of doing this will be to munge all of the vehicles' sounds in your own sound LVL, which is finally possible because of this.
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: No sound from added vehicles
That's maybe an easier way, but not the most efficient. More efficient is to create a sound .lvl file that pulls from the stock sound .lvl files only what you need (so that you don't have overlapping sounds).Marth8880 wrote:Just gonna point out right now, the most efficient way of doing this will be to munge all of the vehicles' sounds in your own sound LVL, which is finally possible because of this.
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: No sound from added vehicles
Right, that's what I meant; I meant to munge all of the vehicles that he was using. 
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: No sound from added vehicles
Except you don't need any sound sources to do that (i.e. the download you pointed to). You can reference stock sound streams (from the .lvl files that install with the base game) in your various config files and end up with a sound .lvl that's a few KB instead of the several MB you'd have if you munged all the actual sound files in with it. We've managed working sound streams without the actual source files for a long time - having the sound files themselves (.wav files) is just a convenience.Marth8880 wrote:Right, that's what I meant; I meant to munge all of the vehicles that he was using.
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: No sound from added vehicles
Well, with the few sounds vehicles use at 22 kHz each, the file size would hardly even really be a megabyte in size, but still. I've also personally never gotten referencing the sounds without the samples themselves to work, and it's really a lot less painful to just include the actual WAV files, but meh, whichever the OP prefers.
- SWBF3Petition
- Private Third Class
- Posts: 48
- Joined: Tue Jul 02, 2013 10:27 pm
- Projects :: Ground to Space Mygeeto
- xbox live or psn: No gamertag set
Re: No sound from added vehicles
Whoa, gone for the weekend and all these replies!
Yeah, I've tried the tutorials and without any success. I'll try out some of the other stuff you guys suggested when I get the chance.
EDIT: So, I'm trying to figure out how you munge the sounds into my own .lvl, but I haven't seen a tutorial for it anywhere... Can someone point me to one?
EDIT 2: I've tried copying the sound source files into their respective locations, then calling them in the sfx file. After munging everything, I still had no sound for the vehicles.
Yeah, I've tried the tutorials and without any success. I'll try out some of the other stuff you guys suggested when I get the chance.
EDIT: So, I'm trying to figure out how you munge the sounds into my own .lvl, but I haven't seen a tutorial for it anywhere... Can someone point me to one?
EDIT 2: I've tried copying the sound source files into their respective locations, then calling them in the sfx file. After munging everything, I still had no sound for the vehicles.
- lucasfart
- Sith

- Posts: 1440
- Joined: Tue Feb 24, 2009 5:32 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Australia
Re: No sound from added vehicles
Have you tried THIS tutorial? I've never really tried sound munging, but that looks like the kind of thing. And I'm pretty sure Rends tut goes right through including the munging...
