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.
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.
Hi did you ever work this out?
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