Sid Meier's Civilization VI

Sid Meier's Civilization VI

Qin All Traits
ZYZY Feb 1, 2022 @ 1:55am
如何解决姆班赞模型丢失问题(不删除该能力,亲测有效,兼容和而不同)
打开Sid Meiers Civilization VI\Base\ArtDefs找到Landmarks.artdef这个文件搜索Mbanza
将会看到以下代码
<Element class="AssetObjects..ArtDefReferenceValue">
<m_ElementName text="CIVILIZATION_KONGO"/>
<m_RootCollectionName text="Civilization"/>
<m_ArtDefPath text="Civilizations.artdef"/>
<m_CollectionIsLocked>true</m_CollectionIsLocked>
<m_TemplateName text="Civilizations"/>
<m_ParamName text="Tag_Culture"/>
</Element>
<Element class="AssetObjects..BLPEntryValue">
<m_EntryName text="DIS_Mbanza_Base_01"/>
<m_XLPClass text="TileBase"/>
<m_XLPPath text="tilebases.xlp"/>
<m_BLPPackage text="landmarks/tilebases"/>
<m_LibraryName text="TileBase"/>
<m_ParamName text="Asset"/>
</Element>
将上半部分的代码全部替换为以下代码即可:
<Element class="AssetObjects..ArtDefReferenceValue">
<m_ElementName text="DEFAULT"/>
<m_RootCollectionName text="Culture"/>
<m_ArtDefPath text="Cultures.artdef"/>
<m_CollectionIsLocked>true</m_CollectionIsLocked>
<m_TemplateName text=""/>
<m_ParamName text="Tag_Culture"/>
</Element>
注意格式要和前面的代码对齐
< >
Showing 1-1 of 1 comments
墨雪夜 May 15, 2022 @ 2:40pm 
<Element class="AssetObjects..ArtDefReferenceValue">
<m_ElementName text="DEFAULT"/>
<m_RootCollectionName text="Culture"/>
<m_ArtDefPath text="Cultures.artdef"/>
<m_CollectionIsLocked>true</m_CollectionIsLocked>
<m_TemplateName text="Cultures"/>
<m_ParamName text="Tag_Culture"/>
< >
Showing 1-1 of 1 comments
Per page: 1530 50