I have made a faction mod. I added my custom race, images and stats. But i'd like to know what triggers the voicelines at the faction selection and introduction. Also I wish to know where can I find the command that plays movie files and what format should they be. (.mp4 or .bnk) and for audio (.wem "WaveWorks Interactive Sound Engine", .bnk "bink audio" or move conventional formats).


Also I got no idea what these lines of code in "GuiElements.xml" does:

        <Sounds>
<Sound EventName="Play_ES2_Voices_OUTRO_Templars" Type="Outro"/>
        </Sounds>

I assumed it controlled the narration when you watch videos but when I tested it, it did nothing.


        <Movies>
<Movie Path="Movies/Factions/Templars_Intro.mp4" Type="Intro" />
<Movie Path="Movies/Factions/Templars_Outro.mp4" Type="Outro" />
        </Movies>

This also appears to do nothing even though it obviously controls the start and end video.

 I imagine that the videos are voiceless because in the official endless space the videos are voiceless.