How to resize religion icons in the city banner?

AlphaKappa

Chieftain
Joined
Jul 19, 2013
Messages
32
I'd like to shrink the city-banner religion icons by about 50%.
I've tried editing the scale in the UI_bc1 "CityBannerManager" file but it did nothing.
I'm using a modpack so perhaps this component is hidden somewhere within that?
If you can offer some assistance I would sincerely appreciate. :)
 
I'm not 100% sure but icons on the banner are usually font icons, meaning the game considers them as strings rather than images, so the usual methods of scaling may not work. However, you can make your own downscaled icons and make the game use them on the banner. UI modding is sadly very time intensive
 
Wait, I was wrong. At least EUI doesn't use fonticons for that, have you tried changing the size for
<Image ID="CityReligion" Anchor="C,C" Size="32,32"/> (and/or other religious items) in CityBannerManager.xml ?

Even if you shrink it there the box it’s in may stay the same size if it has a nested table holding it.

I hate xml. The one silver lining is you can load a save in game to test XML/LUA without closing the game. Just edit the file directly in your MODS folder, save it, then reload the game.
 
Top Bottom