Results 1 to 10 of 10

Thread: How to: Give Roman family members different surnames

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    EB Traiter Member Malrubius's Avatar
    Join Date
    Jan 2005
    Location
    On a tree-covered mountain in Anniston, Alabama, USA
    Posts
    2,633

    Default Re: How to: Give Roman family members different surnames

    Looks good! Probably something that not many people know is possible.

    A few notes:
    - export_descr_VnVs_enums.txt is not needed; there's no need to edit this file. You can delete it with no ill effects.

    - For the "{Fabius_Maximus} Fabius Maximus" issue, if you use anything other than a tab after the '}', the trait will show up offset. I'm not sure what will happen with epithets, but it's probably the same result.

    Unfortunately, when you start the game Quintus Julius doesn't show up as Quintus Fabius Maximus. If you remove the "Hidden" keyword from the FabiusMaximus trait, you'll see it's been assigned but for some reason the effect doesn't show up. However, if you immediately save and reload, Quintus Julius becomes Quintus Fabius Maximus.
    Very useful information! I had some problems with this and couldn't figure out what I was doing wrong before!

    I suspect (but haven't verified) that if QFM or any of his descendents adopt another character that this character will become a Julius rather than a Fabius Maximus. I'll continue to look into this and if I verify it, will investigate a fix.
    Give a hidden trait to all adopted and suitors like "JoiningFamily". Instead of CharacterComesOfAge for the WhenToTest, use OfferedForAdoption, OfferedForMarriage, and LesserGeneralOfferedForAdoption events, like this:

    Code:
    ;------------------------------------------
    Trigger Adoptee_joins_family
        WhenToTest OfferedForAdoption
    
        Affects JoiningFamily  1  Chance  100
    
    ;------------------------------------------
    Trigger Lesser_General_joins_family
        WhenToTest LesserGeneralOfferedForAdoption
    
        Affects JoiningFamily  1  Chance  100
    
    ;------------------------------------------
    Trigger dads_fabiusmaximus
        WhenToTest CharacterTurnEnd
    
        Condition Trait JoiningFamily > 0
                and FatherTrait FabiusMaximus > 0
    
        Affects FabiusMaximus  1  Chance  100
    This will give the character the same epithet on the next turn.

    Ah! the Generals! they are numerous, but not good for much (especially if they're Languorous)!
    -- Aristophanes, if he played EB

  2. #2
    Member Member Avicenna's Avatar
    Join Date
    Feb 2006
    Location
    Terra, Solar System, Orion Arm, Milky Way, Local Group, Virgo Supercluster, somewhere in this universe.
    Posts
    2,746

    Default Re: How to: Give Roman family members different surnames

    Great worK!

    Could you tell the EB or was it RTR mod about this? They included the chance of getting the name 'Germanicus', 'Africanus' etc. It'd be incredible if that could permanently replace his descendants' surnames. (ie a whole line of Africanus children)
    Student by day, bacon-eating narwhal by night (specifically midnight)

  3. #3
    DECEBALVS PER SCORILO Member Diurpaneus's Avatar
    Join Date
    Mar 2006
    Location
    România
    Posts
    233

    Default Re: How to: Give Roman family members different surnames

    nicely done

  4. #4
    EB Traiter Member Malrubius's Avatar
    Join Date
    Jan 2005
    Location
    On a tree-covered mountain in Anniston, Alabama, USA
    Posts
    2,633

    Default Re: How to: Give Roman family members different surnames

    Quote Originally Posted by Tiberius
    Great worK!

    Could you tell the EB or was it RTR mod about this? They included the chance of getting the name 'Germanicus', 'Africanus' etc. It'd be incredible if that could permanently replace his descendants' surnames. (ie a whole line of Africanus children)
    We (EB) do this with our epithets Germanicus, Africanus, Parthicus, etc. Sons can get them from their father, or get their own through their victories.

    Ah! the Generals! they are numerous, but not good for much (especially if they're Languorous)!
    -- Aristophanes, if he played EB

  5. #5
    Bibliophilic Member Atilius's Avatar
    Join Date
    Oct 2005
    Location
    America Medioccidentalis Superior
    Posts
    3,837

    Post Re: How to: Give Roman family members different surnames

    Updated the Howto:

    • Removed references to export_descr_VnVs_enums.txt
    • Added note that minor children of characters with an epithet surname appear in the family tree with the family surname, not the epithet surname.
    • Added note that adoptees of a character with an epithet surname retain their surnames - same behavior as adoptees of any other character in the vanilla game.


    Malrubius,

    I realized while doing some testing that the normal behavior for adoptees is to retain their surnames after adoption. (I've only rarely had an adoptee show up in my games.) I don't want them to behave differently if adopted by a character whose epithet is disguised as a surname. I'll think about how to use your trigger idea for causing all adoptees to change their surnames. Thanks again.
    Last edited by Atilius; 03-15-2006 at 08:09.
    The truth is the most valuable thing we have. Let us economize it. - Mark Twain



  6. #6

    Default Re: How to: Give Roman family members different surnames

    Hmm, I wonder now can new family members who marry daughters of vanilla roman families gain adittional name, like julii, scipii, brutii and maxentius, so they would be called for example Manius Maximus Maxentius?

  7. #7

    Default Re: How to: Give Roman family members different surnames

    a question:

    the export_descr_characters.txt I'm trying to edit contains the following note:

    ;This file is generated from the Spreadsheet VnV,txt
    ;Please modify the spreadsheet and re-xport the data, rather than editing this file directly

    wgat is meant by this? where to find this spreadsheet? how to use it?
    My first balloon:

  8. #8
    Anything that isn't 'member' Member Squid's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    596

    Default Re: How to: Give Roman family members different surnames

    That is for CA developers, when they created the game, they didn't edit the text files by hand, they had spreadsheets where they made changes which presumably had macros which would generate the various text files. In other words there is no spreadsheet we have access to from CA, so you can safely ignore this.

    -Trait/Ancillary/Building Editor

    "Two things are infinite: the universe and human stupidity;
    and I'm not sure about the universe." -----Albert Einstein

  9. #9
    Bibliophilic Member Atilius's Avatar
    Join Date
    Oct 2005
    Location
    America Medioccidentalis Superior
    Posts
    3,837

    Post Re: How to: Give Roman family members different surnames

    Quote Originally Posted by Malrubius
    A few notes:
    - export_descr_VnVs_enums.txt is not needed; there's no need to edit this file. You can delete it with no ill effects.
    I wasn't sure if this was true only for BI or not and neglected to test it. I'll update the Howto a bit later. I'll also verify that the triggers and trait you suggested work as expected.

    I'm currently checking how the names of adoptees of renamed characters behave.

    Thanks very much for your comments and suggestions, Malrubius, and for your kind words Tiberius and Diurpaneus.
    The truth is the most valuable thing we have. Let us economize it. - Mark Twain



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO