[Resource] How to change the banner of my civilization?

Duque de Ferro

Chieftain
Joined
Dec 3, 2020
Messages
21
Hello friends, what's up?

So my question is, how to change the banner of my civilization? Please help me. Thank you in advance for any help.
 
I want to change the brazilian banner to this:

 
Last edited:
It can be done by 3 steps.

1. Making a textures. Use this as reference:
Spoiler Texture names :

civsymbolglowxp1_48
civsymbolglowxp1_64

civsymbolatlasxp1_128
civsymbolatlasxp1_80
civsymbolatlasxp1_64
civsymbolatlasxp1_57
civsymbolatlasxp1_48
civsymbolatlasxp1_45
civsymbolatlasxp1_32
civsymbolatlasxp1_24
civsymbolatlasxp1_16

civsymbolscolorxp1_32
civsymbolscolorxp1_45
civsymbolscolorxp1_57
civsymbolscolorxp1_64
civsymbolscolorxp1_80
civsymbolscolorxp1_128

civsymbolsgradientxp1_48
civsymbolsgradientxp1_64

As you can see, there is 19 versions of icon. Make a copy of them with another name prefix. Change the first placed icon. You even can decrease their size to fit only your first icon.


2. Baking an atlas. Open this file:
assets\DLC\Expansion1\Gameplay\XML\GameInfo\CivBEIconTextureAtlases.xml
Make an appropriate copies of next tables:
CIV_GLOW_ATLAS_EXP1 (2)
CIV_ALPHA_ATLAS_EXP1 (9)
CIV_COLOR_ATLAS_EXP1 (6)
CIV_GRADIENT_ATLAS_EXP1 (2)


3. Change the icon bind of faction. Open:
assets\DLC\Expansion1\Gameplay\XML\Civilizations\CivBECivilizations.xml
Find: <Type>CIVILIZATION_BRASILIA</Type>
And change to your atlas/icon:
<PortraitIndex>2</PortraitIndex>
<IconAtlas>CIV_COLOR_ATLAS</IconAtlas>


Done
 
Top Bottom