Civ4ThroneRoomCameraInfos
The Civ4ThroneRoomCameraInfos file relates to the never-implemented throne room feature.
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.
This page is missing information. Do not remove this notice until it is complete.
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 |
---|---|
ThroneRoomCamera | Main bracket for each entry |
Art
These tags are directly related to the rendering of art for the entry.
Tag Name | Description |
---|---|
FileName | Unknown |
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.
<ThroneRoomCamera> <FileName>Art/Interface/Screens/Throne/throneRoom-cameraOnly.kfm</FileName> </ThroneRoomCamera>