Jump to content

adding more pictures to toska mod


zww

Recommended Posts

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

Link to comment
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"
    }

Link to comment

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

Link to comment

Archived

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

  • Recently Browsing   0 members

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use