Results 1 to 3 of 3

Thread: Beastmen Disabled Diplomacy Question

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Slor's Avatar Civis
    Join Date
    Sep 2012
    Location
    Florida
    Posts
    102

    Default Beastmen Disabled Diplomacy Question

    When playing the Empire for instance, you cannot negotiate with the Beastmen. What table is this so I can add it to other factions like Dwarfs vs Greenskins?? Looked thru PFM/Tweak but I'm just not seeing where this is disabled.

  2. #2

    Default Re: Beastmen Disabled Diplomacy Question

    Hi did you ever work this out?

  3. #3

    Default Re: Beastmen Disabled Diplomacy Question

    Add code below in apply_default_diplomacy function in wh_start.lua script.


    for disable only peace option:
    Code:
    cm:add_default_diplomacy_record("faction:wh_main_grn_greenskins", "faction:wh_main_dwf_dwarfs", "peace", false, false, true);

    for disable all diplomacy:
    Code:
    cm:add_default_diplomacy_record("faction:wh_main_grn_greenskins", "faction:wh_main_dwf_dwarfs", "all", false, false, true);

    this should work

Posting Permissions

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