• 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.
Great work joben! My court is now a workable size again thanks to you :)

If you don't mind taking suggestions for future versions, can I ask for 2 things if it isn't too difficult? A "yes to all" option for deleting people with claims, and a small field at the bottom showing how many characters are in the game and how many are currently filtered? That way I can know how many cousins I'm killing off :)
 
New Version

Fixed the bug in the 'General' tab
Fixed the greater/smaller filter ranges
Fixed the Exit button :)

The Statusbar now displays Current/All number of characters
Added a 'Yes to all' / 'No to all' dialog
Doubleclick on the name of a parent to select that character.

The Marriage filter checks for current marriages while the
delete test checks if the character has ever been married.
 
Fixed the DnaMaker and the case bug.

Luckz - What exactly is wrong with the range filters?
It seems to be working Ok on my computer.

The reason it takes so little time to update is that I have all
the tools needed to extract data. Adding something like displaying the
number of characters only takes about 15 min of programming.

So if you have any new features you would like to see, tell me as soon
as possible while I still have everything clear in my mind.

/Joben
 
Sex changer?

Great Joben! You're amazing :)

Don't laugh but I was wondering if you could include something that changes a character's gender? In the version I have (I think it's 2 versions before the present on) the gender is mixed up with the culture and when I wanted to change the gender it displayed the culture options. I'm thinking that I can at least use these country cousins as mating cows for my more respectable courtiers like stewards/marshals/etc with high stats etc. to minimize the need to 'cheat' as much as possible. There are too few girls that appear in the game anyways :)

Thanks!
Richmond
 
Great Joben!

Maybe you will hate me :)D), but I have to do it... when modifying the score of a char, the program puts more than one entry (how many? it seems randomly) for it in the char log.
Example...

Code:
character = { 
    id = { type = 10 id = xxx } 
    dyn = yyy
    tag = ZZZZ
    name = "Bla" 
    date = "20040516" 
    gender = male 
    religion = orthodox 
    culture = "italian"
    attributes = { 
        martial = 5.000 
        diplomacy = 5.000 
        intrigue = 5.000 
        stewardship = 5.000 
        health = 5.000 
        fertility = 5.000 
        } 
    traits = { 
        hole_in_the_pocket = yes 
        } 
    dna = "10101010101010" 
   score = {
   gold = 10
   prestige = 0
   piety = 0
}
   score = {
   gold = 10
   prestige = 0
   piety = 0
}
   score = {
   gold = 10
   prestige = 0
   piety = 0
}
   score = {
   gold = 10
   prestige = 0
   piety = 0
}
   score = {
   gold = 10
   prestige = 0
   piety = 0
}
   score = {
   gold = 10
   prestige = 0
   piety = 0
}
}

...and this: when typing something in the score tab, the next value I insert delete the previuos one. IE, if I put, say, 100 for prestige, then i type 50 for piety, the value for prestige go back to 0.

EDIT: the DNA maker integrated isnt the latest version (muslim portraits), or am I wrong?
How about a beatiful DNA random generator button? :rolleyes:
 
New version

Fixed the score problem and some interface glitches

Added a random button to the DnaMaker.
This is the latest version of the DnaMaker. The reason the gender and
Muslim button has disappeared is that those variables has nothing to do
with the DNA.
It is the culture and the gender fields that decide what image-set CK uses.

Added a Court tab. Double click on a name to select that character

The program reads the court data when you load the file,
it doesn't update the information if you change the 'tag' variable

I'll probably fix it on Monday but that is way to complicated to fix
over UltraVNC ;)

/Joben
 
New Version

Fixed the case error
Fixed another error with the score tab

Put deathdate back in.
This is actually part of the same error I’ve been chasing since I
added 'age' and 'residence' to the 'General' tab.
(Never ever ever do any programming with only four hours sleep)

/Joben
 
You must never sleep, my friend...

OUTSTANDING little program here! It quite enhances my enjoyment of the game, as it makes it easy to find brides, and I do use it to make my characters look like I want them to.