Page 1 of 1

Changing the voice over?

Posted: Fri Sep 05, 2008 6:14 pm
by adventfear
How do you change the Republic "commander's voice" ("The republic has captured a command post") to the Empire's without changing the unit voices?

Re: Changing the voice over?

Posted: Fri Sep 05, 2008 6:17 pm
by Grev
I believe its in the .lua in the maryad of info under the team setups.

Re: Changing the voice over?

Posted: Fri Sep 05, 2008 6:24 pm
by Aman/Pinguin
Those "blablabla captured a command post"-messages are located in the commandpost odfs, correct me if I'm wrong.

Code: Select all

VO_All_AllCapture = "all_off_com_report_captured_commandpost"
VO_All_AllLost = "all_off_com_report_lost_commandpost"
VO_All_ImpCapture = "all_off_com_report_enemyCaptured_commandpost"
VO_Imp_AllCapture = "imp_off_com_report_enemyCaptured_commandpost"
VO_Imp_ImpCapture = "imp_off_com_report_captured_commandpost"
VO_Imp_ImpLost = "imp_off_com_report_lost_commandpost"
etc.