How do I replace all the clone voices.

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
User avatar
Lorul1
Rebel Colonel
Rebel Colonel
Posts: 562
Joined: Wed Apr 24, 2013 10:34 pm
Projects :: Assault on Theed
Games I'm Playing :: Battlegrounds
xbox live or psn: No gamertag set
Location: Your House

How do I replace all the clone voices.

Post by Lorul1 »

I want to replace all the voice lines for the clone army.
They are sound streams right ? ... how do I go about replacing them and how do I know what voice line I’m replacing ?

Could some one point me in the direction of a guide that replaces all the voices for a team ... or maybe you can make a guide and post it here

Any help would be much appreciated (:
User avatar
Anakin
Master of the Force
Master of the Force
Posts: 4817
Joined: Sat Sep 19, 2009 11:37 am
Projects :: RC Side Mod - Remastered - SWBF3 Legacy
Location: Mos Espa (germany)

Re: How do I replace all the clone voices.

Post by Anakin »

Not sure what sounds you wanna replace exactly, but i think you'll find what you are looking for if you take a look at rep_inf_default.odf. There are many VOSound lines.
User avatar
Lorul1
Rebel Colonel
Rebel Colonel
Posts: 562
Joined: Wed Apr 24, 2013 10:34 pm
Projects :: Assault on Theed
Games I'm Playing :: Battlegrounds
xbox live or psn: No gamertag set
Location: Your House

Re: How do I replace all the clone voices.

Post by Lorul1 »

oh okay so I put in custom sound streams .... right ? like marth did here
https://www.youtube.com/watch?v=1rHUznPw8MA
then export with his exact same export settings he used ??? https://youtu.be/1rHUznPw8MA?t=3897

then I just replace the lines with the ones I want in rep_inf_default.odf ... Right ?

oh and how am i supposed to know which line says what so I know what I'm replacing ?
and where do i find the lines that replace things like "nice shooting trooper" as well as the cockpit voices when in a star fighter ?
User avatar
Anakin
Master of the Force
Master of the Force
Posts: 4817
Joined: Sat Sep 19, 2009 11:37 am
Projects :: RC Side Mod - Remastered - SWBF3 Legacy
Location: Mos Espa (germany)

Re: How do I replace all the clone voices.

Post by Anakin »

well i haven't looked through all of them, but i think the nice shot could be one of these:

Code: Select all

VOSound = "rep1_inf_chatter_KillingSpree4      KillingSpree4"
VOSound = "rep1_inf_chatter_KillingSpree8      KillingSpree8"
VOSound = "rep1_inf_chatter_HeadshotKill      HeadshotKill"
About vehicles, there are additional things like +invehicle or +inwalker

Code: Select all

VOSound = "rep1_inf_pc_com_hostile_inVehicle      SpottedVO +InVehicle"
VOSound = "rep1_inf_chatter_AcquiredTarget_VOUnitNum191_InWalker      AcquiredTarget +VOUnitNum191 +InWalker"
not sure what marth did, but maybe he'll tell you when he read this.

For the correct voice you can just replace it (try and error) or you look up the voice name in the sound source files and get the corresponding wav file(s) of the stream and then you can find out everything they say (if the single voice files were ever released)
User avatar
Lorul1
Rebel Colonel
Rebel Colonel
Posts: 562
Joined: Wed Apr 24, 2013 10:34 pm
Projects :: Assault on Theed
Games I'm Playing :: Battlegrounds
xbox live or psn: No gamertag set
Location: Your House

Re: How do I replace all the clone voices.

Post by Lorul1 »

Thanks for the response anakin ! itfam actually helped me out on this one outside of gametoast and I will be writing a tutorial on this soon (:
Post Reply