To answer the OP's question about Mongols and Timurids:
descr_strat.txt
Code:
faction_relationships england, at_war_with slave
faction_relationships france, at_war_with slave
faction_relationships hre, at_war_with slave
faction_relationships spain, at_war_with slave
faction_relationships venice, at_war_with slave
faction_relationships sicily, at_war_with slave
faction_relationships milan, at_war_with slave
faction_relationships scotland, at_war_with slave
faction_relationships byzantium, at_war_with slave
faction_relationships russia, at_war_with slave
faction_relationships moors, at_war_with slave
faction_relationships turks, at_war_with slave
faction_relationships egypt, at_war_with slave
faction_relationships denmark, at_war_with slave
faction_relationships portugal, at_war_with slave
faction_relationships poland, at_war_with slave
faction_relationships hungary, at_war_with slave
faction_relationships papal_states, at_war_with slave
faction_relationships aztecs, at_war_with slave
faction_relationships slave, at_war_with england, france, hre, spain, venice, sicily, milan, scotland, byzantium, russia, moors, turks, egypt, denmark, portugal, poland, hungary, papal_states, aztecs
See this section right at the bottom of the file? You want to make it look somewhat like this:
Code:
faction_relationships england, at_war_with slave, mongols, timurids
faction_relationships france, at_war_with slave, mongols, timurids
faction_relationships hre, at_war_with slave, mongols, timurids
faction_relationships spain, at_war_with slave, mongols, timurids
faction_relationships venice, at_war_with slave, mongols, timurids
faction_relationships sicily, at_war_with slave, mongols, timurids
faction_relationships milan, at_war_with slave, mongols, timurids
faction_relationships scotland, at_war_with slave, mongols, timurids
faction_relationships byzantium, at_war_with slave, mongols, timurids
faction_relationships russia, at_war_with slave, mongols, timurids
faction_relationships moors, at_war_with slave, mongols, timurids
faction_relationships turks, at_war_with slave, mongols, timurids
faction_relationships egypt, at_war_with slave, mongols, timurids
faction_relationships denmark, at_war_with slave, mongols, timurids
faction_relationships portugal, at_war_with slave, mongols, timurids
faction_relationships poland, at_war_with slave, mongols, timurids
faction_relationships hungary, at_war_with slave, mongols, timurids
faction_relationships papal_states, at_war_with slave, mongols, timurids
faction_relationships aztecs, at_war_with slave, mongols, timurids
faction_relationships slave, at_war_with england, france, hre, spain, venice, sicily, milan, scotland, byzantium, russia, moors, turks, egypt, denmark, portugal, poland, hungary, papal_states, aztecs, mongols, timurids
As a disclaimer, I have not actually tried this, so it might not work. Theoretically it should however.
Let me know if it does or not. If it does, you might want to make some edits to the descr_faction_standings file too, so you don't constantly lose global rep because you are at war with those 2 factions. Similarly, you want to edit descr_campaign_ai_db.xml as well for that so some of the triggers don't always return false.
Alternatively, you can add the war declarations into the campaign_script.txt file so they turn hostile when they actually spawn.
Oh, and you need a new campaign for those.
Bookmarks