Civ4RouteModelInfos: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
m (1st entry of data, copied from "civ4.wikidot.com".)
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{| align="left"
The '''Civ4RouteModelInfos''' file declares the art for in-game routes (roads and railroads).
|[[Civ4RouteModelInfos|Previous article]]
 
|}
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.
{|align="right"
 
|[[Civ4 XML Reference|Back to XML Reference]]
|}<br><br>
<font color=red>This page is missing information.
<font color=red>This page is missing information.
Do not remove this notice until it is complete.</font>
Do not remove this notice until it is complete.</font>
=Summary=
Declares the route art.




=Single Line Tags=
==Tags==
===Text Tags===
===Text===
{| border="1" cellpadding="2" cellspacing="0"
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0"
|-
|-
! style="background:#efefef;" | Tag Name
! style="background:#efefef;" | Tag Name
! style="background:#efefef;" | Description
! style="background:#efefef;" | Description
|-
|-
|ModelFile || path of .nif file for Road & RailRoad.
!ModelFile
| path of .nif file for road & railroad.
|-
|-
|ModelFileKey || <font color=red>unknown.</font> 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.
!ModelFileKey
| <font color=red>unknown</font>; it 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 & railroad.
|-
|-
|RouteType || Either ROUTE_ROAD or ROUTE_RAILROAD.
!RouteType
| Either ROUTE_ROAD or ROUTE_RAILROAD.
|-
|-
|Connections || <font color=red>unsure.</font> Would appear to define the actual connections to other roads or RR.
!Connections
| <font color=red>unknown</font>; Would appear to define the actual connections to other roads or RR.
|-
|-
|ModelConnections || <font color=red>unsure.</font> Would appear to define the graphical connections to other roads or RR.
!ModelConnections
| <font color=red>unknown</font>; Would appear to define the graphical connections to other roads or RR.
|-
|-
|Rotations || <font color=red>unknown.</font> Is always 0 90 180 270.
!Rotations
| <font color=red>unknown</font>; it is always 0 90 180 270.
|}
|}




=Examples=
==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.
 
  <RouteModelInfo>
  <RouteModelInfo>
     <ModelFile>Art/Terrain/Routes/Roads/RoadA00.nif</ModelFile>
     <ModelFile>Art/Terrain/Routes/Roads/RoadA00.nif</ModelFile>
Line 50: Line 55:
     <Rotations>0 90 180 270</Rotations>
     <Rotations>0 90 180 270</Rotations>
  </RouteModelInfo>
  </RouteModelInfo>
{| align="left"
 
|[[Audio2DScripts|Next article]]
{{Civ4_XML_Files}}
|}
{|align="right"
|[[Civ4 XML Reference|Back to XML Reference]]
|}

Latest revision as of 01:23, 26 May 2009

The Civ4RouteModelInfos file declares the art for in-game routes (roads and railroads).

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

Text

Tag Name Description
ModelFile path of .nif file for road & railroad.
ModelFileKey unknown; it 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 & railroad.
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; it is always 0 90 180 270.


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.

<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>


GlobalDefinesGlobalDefinesAltGlobalTypesPythonCallbackDefines

Art:

Civ4ArtDefines_BonusCiv4ArtDefines_BuildingCiv4ArtDefines_CivilizationCiv4ArtDefines_FeatureCiv4ArtDefines_ImprovementCiv4ArtDefines_InterfaceCiv4ArtDefines_LeaderheadCiv4ArtDefines_MiscCiv4ArtDefines_MovieCiv4ArtDefines_TerrainCiv4ArtDefines_UnitCiv4MainMenusCiv4RiverModelInfosCiv4RouteModelInfos

Audio; Buildings:

Audio2DScriptsAudio3DScriptsAudioDefinesAudioSoundscapeScriptsCiv4BuildingClassInfosCiv4BuildingInfosCiv4CityLSystemCiv4PlotLSystemCiv4SpecialBuildingInfos

BasicInfos:

Civ4AttitudeInfosCiv4BasicInfosCiv4CalendarInfosCiv4CityTabInfosCiv4DenialInfosCiv4DomainInfosCiv4InvisibleInfosCiv4MemoryInfosCiv4MonthInfosCiv4NewConceptInfosCiv4SeasonInfosCiv4UnitAIInfosCiv4UnitCombatInfos

Civilizations; Events:

Civ4CivilizationInfosCiv4LeaderHeadInfosCiv4TraitInfosCiv4UnitArtStyleTypeInfosCiv4EventInfosCiv4EventTriggerInfos

GameInfo:

Civ4CivicInfosCiv4CivicOptionInfosCiv4ClimateInfoCiv4CommerceInfoCiv4CorporationInfoCiv4CultureLevelInfoCiv4CursorInfoCiv4DiplomacyInfosCiv4EmphasizeInfosCiv4EspionageMissionInfoCiv4EraInfosCiv4ForceControlInfosCiv4GameOptionInfosCiv4GameSpeedInfoCiv4GoodyInfoCiv4GraphicOptionInfosCiv4HandicapInfoCiv4HintsCiv4MPOptionInfosCiv4PlayerOptionInfosCiv4ProcessInfoCiv4ReligionInfoCiv4SeaLevelInfoCiv4SpecialistInfosCiv4TurnTimerInfoCiv4UpKeepInfoCiv4VictoryInfoCiv4VoteInfoCiv4VoteSourceInfosCiv4WorldInfo

Interface:

Civ4AdvisorInfosCiv4CameraInfosCiv4ColorValsCiv4InterfaceModeInfosCiv4PlayerColorInfosCiv4SlideShowInfosCiv4SlideShowRandomInfosCiv4SpaceShipInfosCiv4ThroneRoomeInfosCiv4ThroneRoomCameraInfosCiv4ThroneRoomStyleInfosCiv4WorldPickerInfos

Misc:

Civ4AttachableInfosCiv4CameraOverlayInfosCiv4DetailManagerCiv4EffectInfosCiv4QuestInfosCiv4RiverInfosCiv4RouteInfosCiv4TerrainPlainInfosCiv4TutorialInfosCiv4WaterPlaneInfos

Technologies:

Civ4TechInfos

Terrain:

Civ4BonusClassInfosCiv4BonusInfosCiv4FeatureInfosCiv4ImprovementInfosCiv4SymbolMeshPathsCiv4TerrainInfosCiv4TerrainSettingsCiv4YieldInfos

Units:

Civ4AnimationInfosCiv4AnimationPathInfosCiv4AutomateInfosCiv4BuildInfosCiv4CommandInfosCiv4ControlInfosCiv4EntityEventInfosCiv4FormationInfosCiv4MissionInfosCiv4PromotionInfosCiv4SpecialUnitInfosCiv4UnitClassInfosCiv4UnitInfos

Schemas:

Civ4GlobalDefinesSchemaCiv4GlobalTypesSchemaCiv4ArtDefinesSchemaAudioDefinesSchemaAudioScriptSchemaCiv4BasicInfoSchemaCiv4BuildingSchemaCiv4LSystemSchemaCiv4CivilizationSchemaCiv4EventSchemaCiv4GameInfoSchemaCiv4InterfaceSchemaCiv4MiscSchemaCiv4TutorialSchemaCiv4DetailManagerSchemaCiv4TechnologiesSchemaCiv4TerrainSchemaCiv4FormationSchemaCiv4UnitSchema

Italics: Beyond the Sword only