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:
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
}
}