Help finding Droid Gunship Sounds

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
GAMEDOGSHIPMENT
Recruit Womprat Killer
Posts: 13
Joined: Sat Jun 24, 2017 12:27 am
Projects :: No Mod project currently.
Games I'm Playing :: SWBF2
xbox live or psn: No gamertag set

Help finding Droid Gunship Sounds

Post by GAMEDOGSHIPMENT »

Alo, can anyone help me out here. I was looking for the cis_fly_droidgunship sounds from the stock game to put in my .sfx folder. So far i only have the launch and land sounds but cannot find the rest of the sounds. Can anyone please show me where the sound file lines are located, would be very helpful.

My .sfx files for the sound files I use....

Code: Select all

// Snowspeeder ----------------------------------------------------------------------------------------------

#ifplatform xbox pc

..\..\gcw\effects\wpn_snowSpder_blaster_fire.wav     -resample xbox 22050 pc 44100
//..\..\gcw\effects\wpn_snowSpder_towCable_att.wav     -resample xbox 22050 pc 22050
//..\..\gcw\effects\wpn_snowSpder_towCable_fire.wav    -resample xbox 22050 pc 22050
..\..\gcw\effects\wpn_snowSpder_towCable_rls.wav     -resample xbox 22050 pc 22050
..\..\gcw\effects\eng_snowspeeder_hi_lp.wav          -resample xbox 22050 pc 22050
..\..\gcw\effects\eng_snowspeeder_low_lp.wav         -resample xbox 16000 pc 22050
..\..\gcw\effects\eng_snowspeeder_mid_lp.wav         -resample xbox 22050 pc 22050

#endifplatform xbox pc

// ---------------------------------------------------------------------------------------------------------------

// Mini Turret Fire - Chaingun roof turrets, tripod turrets, autoturrets
#ifplatform xbox pc
..\..\cw\effects\wpn_gunship_blaster_fire.wav   -resample ps2 16000 xbox 22050 pc 22050
#endifplatform xbox pc


// Beam Weapon Turrets
#ifplatform xbox pc
..\..\cw\effects\wpn_gunship_laser_fire.wav       -resample xbox 22050 pc 44100
..\..\cw\effects\wp2_gunship_laser_lp.wav         wpn_gunship_laser_lp -resample xbox 22050 pc 44100
#endifplatform xbox pc


// Gunship -------------------------------------------------------------------------------------------------
..\..\cw\effects\eng_takeoff_gunship02.wav        -resample ps2 16000 xbox 16000 pc 44100
..\..\cw\effects\eng_takeoff_gunship01.wav        -alias ps2 eng_takeoff_gunship02 -resample xbox 22050 pc 44100
..\..\cw\effects\R_LAAT_land01.WAV                -resample ps2 16000 xbox 16000 pc 44100
#ifplatform xbox pc
//..\..\cw\effects\wpn_gunship_blaster_fire.wav     -resample xbox 22050 pc 44100
//..\..\cw\effects\wpn_gunship_rocket_fire.wav      -resample xbox 22050 pc 44100
..\..\cw\effects\eng_repGunship_hi_lp.wav         -resample xbox 22050 pc 22050
..\..\cw\effects\eng_repGunship_low_lp.wav        -resample xbox 16000 pc 22050
..\..\cw\effects\eng_repGunship_mid_lp.wav        -resample xbox 16000 pc 22050
#endifplatform xbox pc

// ---------------------------------------------------------------------------------------------------------------
I used a snowspeeder and droidgunship and the snowspeeder files work and both spawn.

EDIT:

Found the secondary fire sound but still no luck with the hover sound and turret sound.

Code: Select all

// Blue Stinger Missiles
#ifplatform xbox pc
..\..\cw\effects\wpn_drdFghtr_missile_fire.wav      -resample xbox 22050 pc 44100
#endifplatform xbox pc
Post Reply