Changing the voice over?
Posted: Fri Sep 05, 2008 6:14 pm
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?
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"