CIV4RiverModelInfos
This page is missing information.
Do not remove this notice until it is completed.
Summary
Declares all the river art files.
Single Line Tags
Text Tags
ModelFile | = path of individual river section .nif file |
BorderFile | = path of border .dds file for river section |
DeltaType | = Type of delta mouth. Can be either: DELTA_NONE, DELTA_CLOCKWISE, DELTA_COUNTER_CLOCKWISE, or DELTA_STRAIGHT |
Connections | = Gives available connections for each river section. Is either S, N, E, or W, or combination. |
Rotations | = unknown Is always 0 90 180 270 |
Integer Tags
TextureIndex | = Number of individual river section. Increase incrementally from 1 through 31 for each of the 31 sections. |
Example
<RiverModelInfo>
<ModelFile>Art/Terrain/Routes/Rivers/River00a.nif</ModelFile>
<BorderFile>Art/Terrain/Routes/Rivers/Border00a.dds</BorderFile>
<TextureIndex>0</TextureIndex>
<DeltaType>DELTA_NONE</DeltaType>
<Connections>S</Connections>
<Rotations>0 90 180 270</Rotations>
</RiverModelInfo>
<RiverModelInfo>
<ModelFile>Art/Terrain/Routes/Rivers/River05d.nif</ModelFile>
<BorderFile>Art/Terrain/Routes/Rivers/Border05d.dds</BorderFile>
<TextureIndex>31</TextureIndex>
<DeltaType>DELTA_CLOCKWISE</DeltaType>
<Connections>N E</Connections>
<Rotations>0 90 180 270</Rotations>
</RiverModelInfo>
page revision: 2, last edited: 21 Jul 2008 00:11