Page 1 of 1
Re: I need help with my hero...
Posted: Fri Aug 01, 2008 6:49 pm
by adventfear
I got the skin, and I got the name. (Look to the left to see who it is)
How can I trade Anakin's voice for the Emperor's, or remove his voice altogether?
How can I give an Anakin model two red lightsabers?
Please help.
Edit
Can anyone please help? I searched the forums and it didn't give me answers.
Re: I need help with my hero...
Posted: Fri Aug 01, 2008 9:23 pm
by tsurugi13
For the sound one, switching
Code: Select all
//SOUND
FoleyFXClass = "imp_inf_trooper"
VOSound = "all_off_response_hero_command SC_Follow"
VOSound = "all_off_response_hero_command SC_StopFollow"
VOSound = "all_off_response_hero_command SC_VehicleWaitUp"
VOSound = "all_off_response_hero_command SC_GetIn"
VOSound = "all_off_response_hero_command SC_GetOut"
SndHeroSelectable = ""
SndHeroSpawned = "hero_han_spawn"
SndHeroDefeated = "hero_han_exhausted"
SndHeroKiller = "hero_han_exhausted"
VOSound = "hero_han_AcquiredTarget AcquiredTarget"
VOSound = "hero_han_KillingSpree4 KillingSpree4"
VOUnitType = 185
SoldierMusic = "all_hero_Han_lp"
These might do it, but I'm not sure.
For the other one
Code: Select all
AnimationName = "aalya"
WEAPONSECTION = 1
WeaponName1 = "rep_weap_lightsaber_aalya"
WeaponAmmo1 = 0
In anakin's odf and a retexture on the saber ought to do it.
Re: I need help with my hero...
Posted: Fri Aug 01, 2008 10:19 pm
by adventfear
I'll try the sound one, but THANK YOU! Echo's looking more like I envisioned him now.