Hello all, just wondering how i'd go about implementing a cross era announcer (specifically getting the rebel one to work in clone wars).
thanks a bunch for any help, its much appreciated
You need to load the rebel sound file in your script.
Look at the section where it says:
--start soundlvl
ReadDataFile("sound\\tat.lvl;tat1gcw"); -- or "cw" in your case
--end soundlvl
Should be straight forward from here.
Also here's a couple threads:
https://www.swbfgamers.com/index.php?topic=13839.0
https://www.swbfgamers.com/index.php?topic=6176.0
Both methods are fine, I think that mine may have an issue where you could run out of sound memory, but I haven't personally tried Dave's method.