So I'm trying to make this custom wonder's model in-game an exact copy of Machu Picchu, but it doesn't seem to be working. I think it's because the asset editor won't recognize things outside of the base game, since I can't select things and they don't show up in menus. Any help would be appreciated. These are my artdefs:
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<AssetObjects..ArtDefSet>
<m_Version>
<major>1</major>
<minor>0</minor>
<build>0</build>
<revision>0</revision>
</m_Version>
<m_TemplateName text="WonderMovie"/>
<m_RootCollections>
<Element>
<m_CollectionName text="WonderMovie"/>
<m_ReplaceMergedCollectionElements>false</m_ReplaceMergedCollectionElements>
<Element>
<m_Fields>
<m_Values>
<Element class="AssetObjects..BLPEntryValue">
<m_EntryName text="BUILDING_MACHU_PICHU"/>
<m_XLPClass text="WonderMovie"/>
<m_XLPPath text="WonderMovie.xlp"/>
<m_BLPPackage text="WonderMovie"/>
<m_LibraryName text="WonderMovie"/>
<m_ParamName text="Asset"/>
</Element>
<Element class="AssetObjects..RGBValue">
<m_r>255.000000</m_r>
<m_g>255.000000</m_g>
<m_b>255.000000</m_b>
<m_ParamName text="TintColor"/>
</Element>
<Element class="AssetObjects..ArtDefReferenceValue">
<m_ElementName text=""/>
<m_RootCollectionName text="FOVCurves"/>
<m_ArtDefPath text=""/>
<m_CollectionIsLocked>false</m_CollectionIsLocked>
<m_TemplateName text=""/>
<m_ParamName text="FOVCurve"/>
</Element>
<Element class="AssetObjects..ArtDefReferenceValue">
<m_ElementName text="DEFAULT"/>
<m_RootCollectionName text="TimeOfDayCurves"/>
<m_ArtDefPath text="WonderMovie.artdef"/>
<m_CollectionIsLocked>false</m_CollectionIsLocked>
<m_TemplateName text="WonderMovie"/>
<m_ParamName text="TimeOfDayCurve"/>
</Element>
<Element class="AssetObjects..ArtDefReferenceValue">
<m_ElementName text="WONDER_TOD"/>
<m_RootCollectionName text="TimeOfDay"/>
<m_ArtDefPath text="GameLighting.artdef"/>
<m_CollectionIsLocked>true</m_CollectionIsLocked>
<m_TemplateName text="TimeOfDay"/>
<m_ParamName text="TimeOfDayLighting"/>
</Element>
<Element class="AssetObjects..BoolValue">
<m_bValue>false</m_bValue>
<m_ParamName text="FlattensTerrain"/>
</Element>
<Element class="AssetObjects..BoolValue">
<m_bValue>false</m_bValue>
<m_ParamName text="bAlignWithCoast"/>
</Element>
<Element class="AssetObjects..BoolValue">
<m_bValue>false</m_bValue>
<m_ParamName text="bAlignWithRiver"/>
</Element>
<Element class="AssetObjects..IntValue">
<m_nValue>10</m_nValue>
<m_ParamName text="MinVisualProgress"/>
</Element>
<Element class="AssetObjects..IntValue">
<m_nValue>95</m_nValue>
<m_ParamName text="MaxVisualProgress"/>
</Element>
<Element class="AssetObjects..IntValue">
<m_nValue>25</m_nValue>
<m_ParamName text="UnitHiddenThreshold"/>
</Element>
<Element class="AssetObjects..ArtDefReferenceValue">
<m_ElementName text="DEFAULT"/>
<m_RootCollectionName text="TimeLapse"/>
<m_ArtDefPath text="WonderMovie.artdef"/>
<m_CollectionIsLocked>false</m_CollectionIsLocked>
<m_TemplateName text="WonderMovie"/>
<m_ParamName text="TimeLapse"/>
</Element>
<Element class="AssetObjects..StringValue">
<m_Value text="NONE"/>
<m_ParamName text="Alignment"/>
</Element>
<Element class="AssetObjects..BoolValue">
<m_bValue>true</m_bValue>
<m_ParamName text="FollowTerrainHeight"/>
</Element>
</m_Values>
</m_Fields>
<m_ChildCollections/>
<m_Name text="CWJN_BUILDING_PANDORA"/>
<m_AppendMergedParameterCollections>false</m_AppendMergedParameterCollections>
</Element>
</Element>
<Element>
<m_CollectionName text="FOVCurves"/>
<m_ReplaceMergedCollectionElements>false</m_ReplaceMergedCollectionElements>
</Element>
<Element>
<m_CollectionName text="TimeOfDayCurves"/>
<m_ReplaceMergedCollectionElements>false</m_ReplaceMergedCollectionElements>
</Element>
<Element>
<m_CollectionName text="TimeLapse"/>
<m_ReplaceMergedCollectionElements>false</m_ReplaceMergedCollectionElements>
</Element>
<Element>
<m_CollectionName text="Globals"/>
<m_ReplaceMergedCollectionElements>false</m_ReplaceMergedCollectionElements>
</Element>
</m_RootCollections>
</AssetObjects..ArtDefSet>
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<AssetObjects..ArtDefSet>
<m_Version>
<major>1</major>
<minor>0</minor>
<build>0</build>
<revision>0</revision>
</m_Version>
<m_TemplateName text="Buildings"/>
<m_RootCollections>
<Element>
<m_CollectionName text="Building"/>
<m_ReplaceMergedCollectionElements>false</m_ReplaceMergedCollectionElements>
<Element>
<m_Fields>
<m_Values>
<Element class="AssetObjects..BoolValue">
<m_bValue>false</m_bValue>
<m_ParamName text="IsWonderBuilding"/>
</Element>
<Element class="AssetObjects..BoolValue">
<m_bValue>false</m_bValue>
<m_ParamName text="UsesDistrictState"/>
</Element>
<Element class="AssetObjects..BoolValue">
<m_bValue>true</m_bValue>
<m_ParamName text="AffectsDistrictBuildingSet"/>
</Element>
<Element class="AssetObjects..StringValue">
<m_Value text="AVERAGE"/>
<m_ParamName text="TerrainFollowMode"/>
</Element>
<Element class="AssetObjects..StringValue">
<m_Value text="NONE"/>
<m_ParamName text="ProceduralPlacementMode"/>
</Element>
<Element class="AssetObjects..BoolValue">
<m_bValue>false</m_bValue>
<m_ParamName text="UsesDecalMaterialOverrides"/>
</Element>
<Element class="AssetObjects..StringValue">
<m_Value text=""/>
<m_ParamName text="AttachmentPointName"/>
</Element>
</m_Values>
</m_Fields>
<m_ChildCollections>
<Element>
<m_CollectionName text="Audio"/>
<m_ReplaceMergedCollectionElements>false</m_ReplaceMergedCollectionElements>
</Element>
<Element>
<m_CollectionName text="StrategicView"/>
<m_ReplaceMergedCollectionElements>false</m_ReplaceMergedCollectionElements>
<Element>
<m_Fields>
<m_Values>
<Element class="AssetObjects..ArtDefReferenceValue">
<m_ElementName text="MachuPicchu"/>
<m_RootCollectionName text="Buildings"/>
<m_ArtDefPath text="StrategicView.artdef"/>
<m_CollectionIsLocked>true</m_CollectionIsLocked>
<m_TemplateName text="StrategicView"/>
<m_ParamName text="XrefName"/>
</Element>
<Element class="AssetObjects..ArtDefReferenceValue">
<m_ElementName text="Completed"/>
<m_RootCollectionName text="BuildStates"/>
<m_ArtDefPath text="Buildings.artdef"/>
<m_CollectionIsLocked>true</m_CollectionIsLocked>
<m_TemplateName text="Buildings"/>
<m_ParamName text="State"/>
</Element>
</m_Values>
</m_Fields>
<m_ChildCollections/>
<m_Name text="StrategicView"/>
<m_AppendMergedParameterCollections>false</m_AppendMergedParameterCollections>
</Element>
<Element>
<m_Fields>
<m_Values>
<Element class="AssetObjects..ArtDefReferenceValue">
<m_ElementName text="MachuPicchu_Pillaged"/>
<m_RootCollectionName text="Buildings"/>
<m_ArtDefPath text="StrategicView.artdef"/>
<m_CollectionIsLocked>true</m_CollectionIsLocked>
<m_TemplateName text="StrategicView"/>
<m_ParamName text="XrefName"/>
</Element>
<Element class="AssetObjects..ArtDefReferenceValue">
<m_ElementName text="Pillaged"/>
<m_RootCollectionName text="BuildStates"/>
<m_ArtDefPath text="Buildings.artdef"/>
<m_CollectionIsLocked>true</m_CollectionIsLocked>
<m_TemplateName text="Buildings"/>
<m_ParamName text="State"/>
</Element>
</m_Values>
</m_Fields>
<m_ChildCollections/>
<m_Name text="StrategicView001"/>
<m_AppendMergedParameterCollections>false</m_AppendMergedParameterCollections>
</Element>
<Element>
<m_Fields>
<m_Values>
<Element class="AssetObjects..ArtDefReferenceValue">
<m_ElementName text="MachuPicchu_UnderConstruction"/>
<m_RootCollectionName text="Buildings"/>
<m_ArtDefPath text="StrategicView.artdef"/>
<m_CollectionIsLocked>true</m_CollectionIsLocked>
<m_TemplateName text="StrategicView"/>
<m_ParamName text="XrefName"/>
</Element>
<Element class="AssetObjects..ArtDefReferenceValue">
<m_ElementName text="UnderConstruction"/>
<m_RootCollectionName text="BuildStates"/>
<m_ArtDefPath text="Buildings.artdef"/>
<m_CollectionIsLocked>true</m_CollectionIsLocked>
<m_TemplateName text="Buildings"/>
<m_ParamName text="State"/>
</Element>
</m_Values>
</m_Fields>
<m_ChildCollections/>
<m_Name text="StrategicView002"/>
<m_AppendMergedParameterCollections>false</m_AppendMergedParameterCollections>
</Element>
</Element>
</m_ChildCollections>
<m_Name text="CWJN_BUILDING_PANDORA"/>
<m_AppendMergedParameterCollections>false</m_AppendMergedParameterCollections>
</Element>
</Element>
<Element>
<m_CollectionName text="BuildStates"/>
<m_ReplaceMergedCollectionElements>false</m_ReplaceMergedCollectionElements>
</Element>
<Element>
<m_CollectionName text="BuildingChains"/>
<m_ReplaceMergedCollectionElements>false</m_ReplaceMergedCollectionElements>
</Element>
</m_RootCollections>
</AssetObjects..ArtDefSet>