• 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
74 Badges
Dec 27, 2002
6.582
3.139
  • Hearts of Iron IV: Cadet
  • Age of Wonders III
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • BATTLETECH
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Tyranny: Archon Edition
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Expansion Pass
  • Stellaris Sign-up
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Achtung Panzer
  • Crusader Kings II: Conclave
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Common Sense
  • Pillars of Eternity
  • Hearts of Iron IV: Expansion Pass
  • Battle for Bosporus
  • Crusader Kings III: Royal Edition
  • Crusader Kings III
  • Imperator: Rome - Magna Graecia
  • Stellaris: Federations
  • BATTLETECH: Season pass
  • Imperator: Rome Sign Up
  • Prison Architect
  • Crusader Kings II: Way of Life
  • Imperator: Rome
  • Imperator: Rome Deluxe Edition
  • BATTLETECH: Flashpoint
  • Shadowrun: Dragonfall
  • Shadowrun Returns
  • Stellaris: Distant Stars
  • Cities: Skylines - Parklife
  • Stellaris: Apocalypse
  • Europa Universalis III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • For the Motherland
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III Complete
  • Heir to the Throne
  • East India Company
  • Deus Vult
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