I'm making a mod that I want to change the religions around. The XML coding is done, but I want to change the icons and art associated with the religions. Looking at CIV4ReligionInfo.xml shows me all the art locations where I can find the files loaded to produce the existing game art -- but when I look at those locations, I don't even see the proper folder structure! I've searched through my mod asset folders, the BtS asset folders and the parent Vanilla asset folders, and in no place do I have the same folder hierarchy as what should be there. Here's an example:
My mod doesn't have near as much complexity in the art folders (since it probably just defaults to BtS), and the BtS and Vanilla folder structure is:
Beyond the Sword\Assets\Art\Interface\Buttons\
but there is no \Religion\ subfolder in Buttons.
I thought I would run a search for the files supposed to be in the folders (ie. "Christianity.dds") but no file came up. I looked through ALL the .dds files on my computer, and found nothing that matched it.
So where are these files? Civ is obviously loading them from somewhere, cause they load and work fine, but I just can't see them anywhere. And how to I add my own if I can't find where they're really supposed to be? Just make my own Mods\Assets\Art\Interface\Buttons\Religion\ file and add my own .dds files?
Can anyone out there shed some light on what I'm missing?
Spoiler :
<ReligionInfo>
<Type>RELIGION_ORACLES</Type>
<Description>TXT_KEY_RELIGION_ORACLES</Description>
<Adjective>TXT_KEY_RELIGION_ORACLES_ADJECTIVE</Adjective>
<Civilopedia>TXT_KEY_RELIGION_ORACLES_PEDIA</Civilopedia>
<TechPrereq>NONE</TechPrereq>
<FreeUnitClass>NONE</FreeUnitClass>
<iFreeUnits>0</iFreeUnits>
<iSpreadFactor>150</iSpreadFactor>
<GlobalReligionCommerces>
<iGlobalReligionCommerce>1</iGlobalReligionCommerce>
<iGlobalReligionCommerce>0</iGlobalReligionCommerce>
<iGlobalReligionCommerce>0</iGlobalReligionCommerce>
</GlobalReligionCommerces>
<HolyCityCommerces>
<iHolyCityCommerce>3</iHolyCityCommerce>
<iHolyCityCommerce>0</iHolyCityCommerce>
<iHolyCityCommerce>3</iHolyCityCommerce>
</HolyCityCommerces>
<StateReligionCommerces>
<iStateReligionCommerce>1</iStateReligionCommerce>
<iStateReligionCommerce>0</iStateReligionCommerce>
<iStateReligionCommerce>1</iStateReligionCommerce>
</StateReligionCommerces>
<Button>Art/Interface/Buttons/Religions/Christian.dds</Button>
<TechButton>Art/Interface/Buttons/TechTree/Christianity.dds</TechButton>
<GenericTechButton>,Art/Interface/Buttons/TechTree/Christianity.dds,Art/Interface/Buttons/Beyond_the_Sword_Atlas.dds,1,3</GenericTechButton>
<MovieFile>Art/Movies/Religion/Christianity/Chr_Found.nif</MovieFile>
<MovieSound>AS2D_BUILD_CHRISTIAN_MOVIE</MovieSound>
<Sound>AS2D_BUILD_CHRISTIAN</Sound>
</ReligionInfo>
<Type>RELIGION_ORACLES</Type>
<Description>TXT_KEY_RELIGION_ORACLES</Description>
<Adjective>TXT_KEY_RELIGION_ORACLES_ADJECTIVE</Adjective>
<Civilopedia>TXT_KEY_RELIGION_ORACLES_PEDIA</Civilopedia>
<TechPrereq>NONE</TechPrereq>
<FreeUnitClass>NONE</FreeUnitClass>
<iFreeUnits>0</iFreeUnits>
<iSpreadFactor>150</iSpreadFactor>
<GlobalReligionCommerces>
<iGlobalReligionCommerce>1</iGlobalReligionCommerce>
<iGlobalReligionCommerce>0</iGlobalReligionCommerce>
<iGlobalReligionCommerce>0</iGlobalReligionCommerce>
</GlobalReligionCommerces>
<HolyCityCommerces>
<iHolyCityCommerce>3</iHolyCityCommerce>
<iHolyCityCommerce>0</iHolyCityCommerce>
<iHolyCityCommerce>3</iHolyCityCommerce>
</HolyCityCommerces>
<StateReligionCommerces>
<iStateReligionCommerce>1</iStateReligionCommerce>
<iStateReligionCommerce>0</iStateReligionCommerce>
<iStateReligionCommerce>1</iStateReligionCommerce>
</StateReligionCommerces>
<Button>Art/Interface/Buttons/Religions/Christian.dds</Button>
<TechButton>Art/Interface/Buttons/TechTree/Christianity.dds</TechButton>
<GenericTechButton>,Art/Interface/Buttons/TechTree/Christianity.dds,Art/Interface/Buttons/Beyond_the_Sword_Atlas.dds,1,3</GenericTechButton>
<MovieFile>Art/Movies/Religion/Christianity/Chr_Found.nif</MovieFile>
<MovieSound>AS2D_BUILD_CHRISTIAN_MOVIE</MovieSound>
<Sound>AS2D_BUILD_CHRISTIAN</Sound>
</ReligionInfo>
My mod doesn't have near as much complexity in the art folders (since it probably just defaults to BtS), and the BtS and Vanilla folder structure is:
Beyond the Sword\Assets\Art\Interface\Buttons\
but there is no \Religion\ subfolder in Buttons.
I thought I would run a search for the files supposed to be in the folders (ie. "Christianity.dds") but no file came up. I looked through ALL the .dds files on my computer, and found nothing that matched it.
So where are these files? Civ is obviously loading them from somewhere, cause they load and work fine, but I just can't see them anywhere. And how to I add my own if I can't find where they're really supposed to be? Just make my own Mods\Assets\Art\Interface\Buttons\Religion\ file and add my own .dds files?
Can anyone out there shed some light on what I'm missing?