Results 1 to 5 of 5

Thread: How to have different bodyguards for different characters within the same faction

  1. #1

    Default How to have different bodyguards for different characters within the same faction

    Modding Resource Header
    Title: How to have different bodyguards for different characters within the same faction
    Posted by: Epistolary Richard
    Modding area: Campaigns (Starting characters)
    Required programmes: Notepad (or other text editor)
    Summary: An easy way to have different bodyguards. This is available for your starting characters only.

    How to have different bodyguards for different characters within the same faction

    This can only be done for named characters who are active at the beginning of the campaign, ie, they appear in descr_strat.

    Here's the character entry in descr_strat we'll be changing.
    Code:
    character	Ptahhotep, named character, command 0, influence 0, management 0, subterfuge 0, age 35, , x 202, y 32 
    traits GoodCommander 1, PublicFaith 2, MathematicsSkill 3, Embezzler 1
    ancillaries mathematician
    army
    unit		egyptian general's bodyguard early				exp 1 armour 0 weapon_lvl 0
    The first unit beneath the character is the bodyguard unit. Instead of riding on a chariot Ptahhotep wants to have some Nubian Spearmen as a bodyguard. So I simply change the unit directly beneath him:

    Code:
    character	Ptahhotep, named character, command 0, influence 0, management 0, subterfuge 0, age 35, , x 202, y 32 
    traits GoodCommander 1, PublicFaith 2, MathematicsSkill 3, Embezzler 1
    ancillaries mathematician
    army
    unit		egyptian nubian spearmen				exp 0 armour 0 weapon_lvl 0
    And that's it.
    Last edited by Epistolary Richard; 07-26-2005 at 22:39.
    Epistolary Richard's modding Rules of Cool
    Cool modders make their mods with the :mod command line switch
    If they don't, then Cool mod-users use the Mod Enabler (JSGME)
    Cool modders use show_err
    Cool modders use the tutorials database Cool modders check out the Welcome to the Modding Forums! thread Cool modders keep backups Cool modders help each other out

  2. #2
    Member Member Spartiate's Avatar
    Join Date
    Jun 2004
    Location
    On the site of the Battle of the Boyne
    Posts
    422

    Default Re: How to have different bodyguards for different characters within the same faction

    Do these bodyguard units regenerate automatically like the original purpose built units?
    Never noticed this post before.Nice and simple.
    "Go tell the Spartans,stranger passing by that here,obedient to their laws we lie."

  3. #3

    Default Re: How to have different bodyguards for different characters within the same faction

    Don't know, probably not because it's probably tied into the general tag in edu. So what happens if you have multiple general units? I don't know that either. It might work though.
    Epistolary Richard's modding Rules of Cool
    Cool modders make their mods with the :mod command line switch
    If they don't, then Cool mod-users use the Mod Enabler (JSGME)
    Cool modders use show_err
    Cool modders use the tutorials database Cool modders check out the Welcome to the Modding Forums! thread Cool modders keep backups Cool modders help each other out

  4. #4
    Member Member Spartiate's Avatar
    Join Date
    Jun 2004
    Location
    On the site of the Battle of the Boyne
    Posts
    422

    Default Re: How to have different bodyguards for different characters within the same faction

    You're an honest man.
    Think i'll try it out.I would like to give the Parthians a Cat General
    "Go tell the Spartans,stranger passing by that here,obedient to their laws we lie."

  5. #5

    Default Re: How to have different bodyguards for different characters within the same faction

    That would be.....interesting :)

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