• 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.

AlemãoÉSopa

Call me Daybreak
3 Badges
Dec 19, 2022
43
87
  • Crusader Kings II
  • Crusader Kings III
  • Stellaris
Greetings and salutations.

I have recently gotten into CK2 modding and everything is going fine for my first mod, I just got one problem: All my gfx won't work (The only image successfully implemented was the flag of a custom title).

I have followed tutorials, read the wiki's guide, and dissected mods, but nothing, the decision icon is still blank and the default event picture shows up when I trigger the event.

Code:
[KoC_decision_icons.gfx]

spriteTypes = {

spriteType = {
name = "GFX_reclaim_dumnonia_icon"
texturefile = "gfx\\interface\\decision_icon_reclaim_dumnonia.dds"
}
}
[KoC_event_pictures.gfx]

spriteTypes = {

spriteType = {
name = "GFX_evt_kingdom_of_cornwall"
texturefile = "gfx\\event_pictures\\kingdom_of_cornwall.dds"
allwaystransparent = yes
}
}