Creating Civs with DLC resources

The Capo

godless Heathen
Joined
Jan 29, 2001
Messages
9,302
Location
Washington, DC
So; after playing some of the scenarios included in the DLC I was wondering if it would be possible to create Civilizations out of what was given to us in the DLC.

From what I can tell we should be able to turn Denmark, Sweden, the Franks, Andalus, the Ottomans, Byzantium, and Lithuania into Civs using the materials (civ logos/sigils, colors, the diplomacy flags/busts, and in some cases units) from the DLC to create these civs. I'm a little unsure how this would be done but do any modders out there know if this is possible?
 
From the Modding Tutorials and References discussion:

For information, there is a <RequiredGameArtIDs> tag that can be used in the .dep file like this
Code:
    <RequiredGameArtIDs>
        <Element>
            <name text="DLC2"/>
            <id text="3809975F-263F-40A2-A747-8BFB171D821A"/>
        </Element>
    </RequiredGameArtIDs>
which has solved an issue I had with the initialization order of the winged hussard unit with R.E.D
 
I cant figure out what exactly this means. It appears this is for only the Winged Hussars, at least thats what I gathered.

So what would this mean for creating civs from the material?
 
Back
Top Bottom