対象ファイル
\CYBERFRONT\Sid Meier's Civilization 4(J)\Beyond the Sword(J)\Assets\XML\Art\CIV4ArtDefines_Leaderhead.xml
関連ファイル
-
\CYBERFRONT\Sid Meier's Civilization 4(J)\Assets\XML\Civilizations\CIV4LeaderHeadInfos.xml
***CIV4ArtDefines_Bonus.xml [#u263972f] 指導者の画像を定義するファイル。
<LeaderheadArtInfo>タグで新しい指導者の画像を定義。
<Type> 画像名を定義
ここで定義したものをCIV4BonusInfos.xmlで使用<Button> ペディア等で表示される資源のアイコン画像の位置を指定
<NIF> | 指導者の2D画像もしくは3D画像の位置を指定 |
<KFM> | 指導者の画像の位置を指定 |
<NoShaedeNIF> | 指導者の3D画像の位置を指定 |
<BackgroundKFM> | 指導者の3D背景画像の位置を指定 |
例:アレクサンドロス
<Type> | ART_DEF_LEADER_ALEXANDER |
<Button> |
,Art/interface/LeaderHeads/Btn_LH_Greece_Alexander.dds ,Art/Interface/Buttons/Actions_Builds_LeaderHeads_Specialists_Atlas.dds,1,11 |
<NIF> | art/LeaderHeads/Alexander_the _Great/alexander.nif |
<KFM> | art/LeaderHeads/Alexander_the _Great/alexander.kfm |
<NoShaedeNIF> | art/LeaderHeads/Alexander_the _Great/alexander_noshader.nif |
<BackgroundKFM> | art/LeaderHeads/Alexander_the _Great/alexander_BG.kfm |
補足
-
~Atlas.dds等複数のアイコンがある.ddsでは列,行で指定
-もし指導者画像に静止画を使う場合は、以下のように設定すればよい<NIF> art/leaderheads/****.dds <KFM/> <NoShaderNIF/> <BackgroundKFM/>