CIV4ArtDefines_Movie

Summary

Declares all the movie files.

Single Line Tags

Text Tags

Type = Label that is used throughout all other XML files
Path = Location of the .bik file, or the .dds file for the shrines.
KFM = unknown, but only occures for Taoist Shrine, and has None as its value.

Example

<MovieArtInfo>
    <Type>ART_DEF_MOVIE_INTRO</Type>
    <Path>Assets/Art/Movies/Intros/intro.bik</Path>
</MovieArtInfo>

<MovieArtInfo>
    <Type>ART_DEF_MOVIE_SHRINE_TAOIST</Type>
    <Path>Assets/Art/Movies/Religion/Taoism/Shrine_Tao_dwg_512.dds</Path>
    <KFM>None</KFM>
</MovieArtInfo>
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License