CIV4RouteModelInfos
Summary
Declares the route art.
Single Line Tags
Text Tags
ModelFile | = path of .nif file for Road & RailRoad |
ModelFileKey | = unknown is an alphanumeric value of A##, where A can be a letter from A-H, and ## can be a value from 01-20. The highest value is D20, for both Road & RR. |
RouteType | = Either ROUTE_ROAD or ROUTE_RAILROAD |
Connections | = unknown Would appear to define the actual connections to other roads or RR. |
ModelConnections | = unknown Would appear to define the graphical connections to other roads or RR. |
Rotations | = unknown Is always 0 90 180 270 |
Example
<RouteModelInfo>
<ModelFile>Art/Terrain/Routes/Roads/RoadA00.nif</ModelFile>
<ModelFileKey>A00</ModelFileKey>
<RouteType>ROUTE_ROAD</RouteType>
<Connections>-</Connections>
<ModelConnections>-</ModelConnections>
<Rotations>0 90 180 270</Rotations>
</RouteModelInfo>
<RouteModelInfo>
<ModelFile>Art/Terrain/Routes/Railroads/RailroadD02.nif</ModelFile>
<ModelFileKey>H01</ModelFileKey>
<RouteType>ROUTE_RAILROAD</RouteType>
<Connections>N NE E SE S SW W NW</Connections>
<ModelConnections>NE SE SW NW</ModelConnections>
<Rotations>0 90 180 270</Rotations>
</RouteModelInfo>
page revision: 1, last edited: 21 Jul 2008 00:33