• 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.

nachinus

Homo ludens
73 Badges
Dec 27, 2002
6.581
2.573
  • Pillars of Eternity
  • Sword of the Stars
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • 200k Club
  • 500k Club
  • Cities: Skylines
  • Europa Universalis IV: Pre-order
  • Hearts of Iron II: Beta
  • Pride of Nations
  • Mount & Blade: Warband
  • Crusader Kings II: Way of Life
  • Semper Fi
  • Europa Universalis IV: Common Sense
  • Cities: Skylines - After Dark
  • Crusader Kings II: Conclave
  • Achtung Panzer
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris Sign-up
  • Hearts of Iron IV: Cadet
  • Tyranny: Archon Edition
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Battle for Bosporus
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Deus Vult
  • East India Company
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Crusader Kings II
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
I have noticed playing with Rome that randomly created new chars appear as belonging to no family even tho they have an existing family name. Like some Numerius Cornelius Balbus that I had in my game, but that did not appear as a member of the Cornelii family. This happens with dozens of chars, so I opened the save file to try to fix it, and this is what I found:


Code:
591927={
        name="Numerius Cornelius Balbus"
        country="ROM"
        province=93
        birth_date={
            year=483
            month=0
            day=25
        }
        death_date={
            year=1
            month=0
            day=0
        }
        attributes={
            martial=0
            finesse=7
            charisma=0
        }
        trait="self_controlled"
        trait="sarcastic"
        trait="unhealthy"
        trait="invalid"
        trait="suspicious"
        loyalty=94.050
        popularity=55.000
        wealth=89.926
        fertility=0.900
        health=0.400
        religion="roman_pantheon"
        culture="roman"
        friends={
{
                id=591655
                type=44
            }
        }
        history={
          blahblahblah        }

        [B]family_name="corneli[COLOR=Red]us[/COLOR]"[/B]
        province_job={
            who="ROM"
            character={
                id=591927
                type=44
            }

            province=139
        }
        dna="bcdaappaf"
        flags={
        }
    }

It should be family_name="cornelii". Once i changed that for all randomly created chars, the guys were incorporated into theis families. All historical chars and their descendants have the correct family name, but those randomly created show the -us ending and thus are not counted as in a family. This seems to me a quite important bug.
 
Upvote 0