Need Help with Preserve Model

Wujinsg

Chieftain
Joined
Nov 19, 2022
Messages
4
Hello guys, I encountered a problem during my first mod. I have created a district that replaces the preserve district. However I can't seem to find the model for preserve when I open the asset editor. I know that preserve is in KublaiKhan_Vietnam folder so I changed requiredgameartids from expansion 2 to this:

<requiredGameArtIDs>
<Element>
<name text="KublaiKhan_Vietnam"/>
<id text="dd994412-6240-4685-afcf-d34e11336b83"/>
</Element>
</requiredGameArtIDs>

This causes an error when I built my solution and can't open the asset editor. The editor displays an error message about an invalid game assets path.
I don't think my art XML code has any errors cause I checked using the entertainment complex and campus model and they were working properly.

Any ideas and suggestions are welcome and appreciated.
 

Attachments

  • image.png
    image.png
    10.5 KB · Views: 17
The assets from the DLC packs that are not either R&F (Expansion1) or GS (Expansion2) are not available as part of the SDK Assets and, therefore, cannot be accessed via Asset Editor.

You can still reference those assets within your mods, but you cannot open them in AE to (for example) use them as a base for your own variation.
 
Top Bottom