Jump to content

adding more pictures to toska mod


zww

Recommended Posts

Posted

I am trying to add more pictures to rape event after siege could someone help me?  ( this is with a mod which adds more pictures, but I want more)

 I was trying to add another line 

}
    desc ={
        trigger = {
            has_character_flag = randomm_212
        }
        picture = 212_1
    }

 but for some reason it dosn't work, could be wrong size of photo? or i need somthing other?

DWT_rape_events.txt

Posted
3 hours ago, zww said:

 

}
    desc ={
        trigger = {
            has_character_flag = randomm_212
        }
        picture = 212_1
    }
 

You need a picture in the front heading even though you are not using it.

 

narrative_event = {
    id = IDname
    picture = picture (This is not used but needed)
    title = title
    


    desc ={
        trigger = {
            has_character_flag = randomm_212
        }
        picture = 212_1
    }
 

 

 

Also don't forget to add them to the GFX file

spriteType = {
            name = "212_1"
            texturefile = "gfx/event_pictures/212_1.dds"
            noOfFrames = 1
            norefcount = yes
            effectFile = "gfx/FX/buttonstate.lua"
    }

Posted

hmm and what resolution would be best?  I from tested what I 450x450 is max but idk most of toska add pictures are 450x338. but when I try to convert large pictures they look ugly in that size

Posted

I didn't even realize that Toska was still compatable with the current version of CK2. Last I heard it had several game breaking/crashing bugs.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...