Civ4SlideShowInfos
The Civ4SlideShowInfos file defines the images shown in the opening slide show.
All tags must be opened and closed; the first is the "open", the second the "close" tag. If nothing goes inside a "list tag", then it should just be the opening tag with a "/" before the closing bracket. The following tables contain all available tags, as well as their purpose and accepted values.
Tags
Headers
These tags typically bracket other tags, sometimes the entire file, and are generally used to specify more than one piece of data.
Tag Name | Description |
---|---|
SlideShowInfo | Main bracket for each entry |
Text
Tag Name | Description |
---|---|
TransitionType | Transition from the last image |
Floats
All of these tags have a decimal value.
Tag Name | Description |
---|---|
fStartTime | Start time for the image to be displayed |
Art
These tags are directly related to the rendering of art for the entry.
Tag Name | Description |
---|---|
Path | Path to the image to be displayed |
Example
In the following example of code, please note that there is a specific order of all of the tags. You must list the tags in this order for the game to properly interpret your file.
<SlideShowInfo> <Path>Art/Interface/Screens/ProgressScreen/046.dds</Path> <TransitionType>FADEIN</TransitionType> <fStartTime>0</fStartTime> </SlideShowInfo>