• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

alderbane

Sergeant
20 Badges
Oct 30, 2016
95
16
  • Europa Universalis IV
I recently rediscovered this mod buried in the recesses of my harddrive. I made it a few years ago for the random map/history generator created by @yemmlie101, before it was stripped down to integrate with Holy Fury. It includes 24 distinct religious symbols, each with three color schemes, which in turn each have reformed and heresy variants, for a total of 216 icons. The attached file includes the big, medium, and small religion icon strips in dds format; and a visual index of where each icon triplet falls on the strip. The modified generalstuff.gfx file originally bundled with the mod was long out of date, but here's the relevant code:
Code:
    spriteType = {
        name = "GFX_religion_icon_strip"
        texturefile = "gfx\\interface\\religion_icon_strip.tga"
        noOfFrames = 216
    }
    spriteType = {
        name = "GFX_religion_icon_strip_small"
        texturefile = "gfx\\interface\\religion_icon_strip_small.tga"
        noOfFrames = 216
    }
    spriteType = {
        name = "GFX_religion_icon_strip_big"
        texturefile = "gfx\\interface\\religion_icon_strip_big.tga"
        noOfFrames = 216
    }

I figure folks might like to use these with their random starts, or adapt them for fantasy mods, etc.
 

Attachments

  • religicons.zip
    2,4 MB · Views: 13
  • religicons_all_indexed.png
    religicons_all_indexed.png
    1,5 MB · Views: 165