• 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.
Have you implemented sources from all portraits DLC? I planned to enable only bigger expansions and portraits since my laptop is quite slow, unfortunately :D

Well I haven't made use of many of the portrait DLCs. So if this speeds up your game you can disable some: Persians, Iberians, Blacks, Indians and probably more
 
0.5 has been released by ajjr on Moddb. Link: http://www.moddb.com/mods/the-witcher-kings/downloads/witcherkings-05

The update focuses on the minor races of the world: Halflings, the Hobbits of the Witcher world. And Gnomes, the long-nosed cousins of the Halflings. That and a ton of fixes that didn't make into 0.4
Sorry for (once more) not compiling a thorough change list.
 
event missing Ok Button, then i cant remove it .need hint .the Diadochi Kings has it to

I guess you are referring to a "blank event". A broken event of some sort. Saving the game when it happens and uploading the save here would help. The event which causes this is written into the save. I suspect some WoL stuff. i don't own that DLC and haven't tested the events that were added in it.
 
event is not blank but missing OK butt.and some times is blank

A screeshot would help, too.
The "blank events" are events that have nothing on them and can't be closed. If somewhere a { is missing or some syntax is false you get one of those. At times stacked on top of each other. After a patch pretty much every mod that touches events will have a dozen of those.
 
A screeshot would help, too.
The "blank events" are events that have nothing on them and can't be closed. If somewhere a { is missing or some syntax is false you get one of those. At times stacked on top of each other. After a patch pretty much every mod that touches events will have a dozen of those.

Similar to venstad, i've found an event without an option set. Its event id racial.10 in W_racial_events

Posted a quick fix for that event in case anyone wants it before you guys update the mod, hope that's OK.

But anyway thanks for the mod guys, tiding me over until Witcher 3!

Code:
# Elf gets fertile trait
character_event = {
	id = racial.10
	desc = EVTDESCracial.10
	picture = GFX_evt_lover
	
	trigger = {
		NOT = { trait = fertile_elf }
		NOT = { trait = sorcerer }
		trait = elf_race
		age = 40
		NOT = { age = 200 }
	}
	
	mean_time_to_happen = {
		months = 120
		modifier = { factor = 0.7 health = 5 }
		modifier = { factor = 0.6 is_married = yes }
		modifier = { factor = 0.6 has_lover = yes }
		modifier = { factor = 0.6 trait = lustful }
		modifier = { factor = 0.9 trait = hedonist }
		modifier = { factor = 0.8 trait = strong }
		modifier = { factor = 1.5 trait = chaste }
		modifier = { factor = 2.0 trait = celibate }
		modifier = { factor = 1.4 trait = homosexual }
		modifier = { factor = 0 age = 100 }
		
	}	
		
	option = {
	     name = EVTOPTAracial.10
		 add_trait = fertile_elf
	
	}
}
 
Where do you look in the save file for the currently triggered event?
The only event things I can see is delayed event which doesn't seem to be it as it has a countdown value.
Anyway, there is atleast one other event that does the blank event thing.

It might be WoL.110
 
Last edited:
Can Saskia marry?

She cannot. She used to marry Foltest and get 10+ kids due to how immortals are handled in CK2. How would you allow a player to play dynastical with Saskia? I doubt that she is able to conceive children with humans, dwarves or elves.


People who experience the "non clickable elven trait assigning event" use the hotfix:
http://www.moddb.com/mods/the-witcher-kings/downloads/hotfix1

There seems to be a bug in that particular hotfix that makes known character look like monsters. To fix this move the heroes.dds in gfx/characters into the western_male folder.
 
I was always able to make children as Saskia via lovers (bastards), and after becoming the queen of specific region, I could legitimize them.

It'd be cool if under the AI she didn't do that though