Civ4ArtDefines Movie: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
(Created page with '{| align="left" |Previous article |} {|align="right" |Back to XML Reference |}<br><br> =Summary= Declares all the movie files. =S...')
 
(1st entry of data, copied from "civ4.wikidot.com".)
Line 24: Line 24:




=Example=
=Examples=
  <MovieArtInfo>
  <MovieArtInfo>
     <Type>ART_DEF_MOVIE_INTRO</Type>
     <Type>ART_DEF_MOVIE_INTRO</Type>

Revision as of 22:00, 10 May 2009

Previous article
Back to XML Reference



Summary

Declares all the movie files.


Single Line Tags

Text Tags

Tag Name Description
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.


Examples

<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>
Next article
Back to XML Reference