Results 1 to 4 of 4

Thread: Change ministerial titles

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Icon10 Change ministerial titles

    I found out how to change the title of any ministerial position, including the faction leader's.

    Requires:
    Pack File Manager.

    db file:

    Open 'main.pack' with the Pack File Manager. Go to db -> ministerial_positions_by_gov_types_tables -> ministerial_positions_by_gov_types. Here you will find a table containing almost all ministerial positions, specified with country, position, government type, gender and the link to the localised string is localisation.loc.

    Nation:
    The country it belongs to - obvious.
    Position:
    The position with the name used with the engine.
    Possibilities: army, finance, head_of_government, justice, navy, faction leader, governor_europe, governor_india, governor_america.
    Besides, there are a lot of ministerial positions that do not apply yet to the game: governor_asia, governor_africa, monarch, spouse_of_monarch, royal_heir, spouse_of_royal_heir, royal_child_1, royal_child_2, royal_child_3, royal_child_4, royal_child_5.
    Government:
    To which government type it should be applied.
    Possibilities: gov_absolute_monarchy, gov_constitutional_monarchy, gov_republic
    Gender:
    The gender to which the specified title should apply to.
    Posibilities: f, m, b.
    'F' is the female title, 'm' the male one and 'b' applies to both genders.
    Title:
    Directs to the localised string of the title in localisation.loc.

    localisation.loc:
    First make sure you edit the localisation.loc the game loads as last. So, if you don't use a separate pack file, you have to edit the localisation.loc file in patch.pack. If you do use a separate pack file, you have to set the pack action to 'Movie'. Then you will also have to manually specify your mod in user.empire_script.txt, by inserting the following line:
    Code:
    mod packname.pack;
    user.empire_script.txt can be found or made in:
    Code:
    <Windows drive>\Users\<Username>\AppData\Roaming\The Creative Assembly\Empire\scripts (Vista users)
    <Windows drive>\Documents and Settings\<Username>\Application Data\The Creative Assembly\Empire\scripts (XP users)
    In the .loc file, clone as many rows you need. Then edit the left column so it contains:
    Code:
    ministerial_positions_strings_on_screen_<title>
    Where <title> is the string you entered under Title in the db file. Edit the right column to your wish, this is what is actually displayed by the game.

    Lazy?
    For people not wanting to do this all themselves, I have provided a small mod (with English localisation file) correcting the faction leader's titles for a number of nations. http://www.twcenter.net/forums/showthread.php?p=5236475.
    Last edited by jeweetwel_youknow; June 03, 2009 at 03:52 AM.

  2. #2

    Default Re: Change ministerial titles

    Awesome jeweetwel_youknow!
    Thanks for taking the time to write this tutorial. This is the one I was hoping for. I'm going to have a go at it right now.
    Cheers.

  3. #3
    Burnoutfigs's Avatar Semisalis
    Join Date
    Apr 2009
    Location
    Fort Lewis, Wa
    Posts
    408

    Default Re: Change ministerial titles

    Just so you know, the proplem that i have found doing this is

    If you are using another MOD, you may have to edit that mods Loc file inorder for it to work. Unless you know a way around this.

  4. #4

    Default Re: Change ministerial titles

    As I said, you have to edit the .loc file the game loads as last, or get the game loading your edited file as last. Personally, I set the mod action to 'Movie', for these .pack files are loaded after any other.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •