[B]That is a simple one. figure out what era campaing you will use. Early, High or Late. Make a copy of the campaign say early in the campmap\startpos\early file then scroll down to were the active factions are. Example:Originally Posted by [b
//========================================
//Active Factions
//which factions are to appear in the game
//and which of these factions are playable
//========================================
SetActiveFaction:: FN_ALMOHAD FT_MAJOR
SetActiveFaction:: FN_BYZANTINE FT_MAJOR
SetActiveFaction:: FN_EGYPTIAN FT_MAJOR
SetActiveFaction:: FN_ENGLISH FT_MAJOR
Say you just want FN_ENGLISH and FN_ALMOHAD to go head to head. then you do this.
SetActiveFaction:: FN_ALMOHAD FT_MAJOR
//SetActiveFaction:: FN_BYZANTINE FT_MAJOR
//SetActiveFaction:: FN_EGYPTIAN FT_MAJOR
SetActiveFaction:: FN_ENGLISH FT_MAJOR
Do the same key stroke for all the factions you dont want in the game.
Bookmarks