You need to play as Novgorod in early Heidrek. This is a faction that has Vikings and Boyars. They are very easy to make playable. Just go to your MTW VI 2.01 installation directory and find the following path:
For example this is mine:
Code:
E:\Medieval - Total War\campmap\startpos
You will find a text file here called "early.txt". First make a copy of it as that all important back up file* then open it with notepad and find the following section:
Code:
//========================================
//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
SetActiveFaction:: FN_FRENCH FT_MAJOR
SetActiveFaction:: FN_GERMAN_HRE FT_MAJOR
SetActiveFaction:: FN_ITALIAN FT_MAJOR
SetActiveFaction:: FN_POLISH FT_MAJOR
SetActiveFaction:: FN_SPANISH FT_MAJOR
SetActiveFaction:: FN_TURKISH FT_MAJOR
SetActiveFaction:: FN_DANISH FT_MAJOR
SetActiveFaction:: FN_ARAGONESE FT_MAJOR
SetActiveFaction:: FN_HUNGARIAN FT_MAJOR
SetActiveFaction:: FN_SICILIAN FT_MAJOR
SetActiveFaction:: FN_NOVGOROD FT_MINOR
SetActiveFaction:: FN_PAPIST FT_MINOR
Change as follows (don't worry about sorting it alphabetically):
Code:
//========================================
//Active Factions
//which factions are to appear in the game
//and which of these factions are playable
//========================================
SetActiveFaction:: FN_ALMOHAD FT_MAJOR
SetActiveFaction:: FN_ARAGONESE FT_MAJOR
SetActiveFaction:: FN_BYZANTINE FT_MAJOR
SetActiveFaction:: FN_DANISH FT_MAJOR
SetActiveFaction:: FN_EGYPTIAN FT_MAJOR
SetActiveFaction:: FN_ENGLISH FT_MAJOR
SetActiveFaction:: FN_FRENCH FT_MAJOR
SetActiveFaction:: FN_GERMAN_HRE FT_MAJOR
SetActiveFaction:: FN_HUNGARIAN FT_MAJOR
SetActiveFaction:: FN_ITALIAN FT_MAJOR
SetActiveFaction:: FN_NOVGOROD FT_MAJOR
SetActiveFaction:: FN_POLISH FT_MAJOR
SetActiveFaction:: FN_RUSSIAN FT_MAJOR
SetActiveFaction:: FN_SICILIAN FT_MAJOR
SetActiveFaction:: FN_SPANISH FT_MAJOR
SetActiveFaction:: FN_TURKISH FT_MAJOR
SetActiveFaction:: FN_PAPIST FT_MINOR
You can also make the Papacy playable if you wish by changing the FT_MINOR to FT_MAJOR.
When playing as Novgorod avoid GA mode as it will cause a crash when you check the goals.

*If you mess up the early startpos file you can find it at the following path on your VI CDROM:
X:\Setup\Data\Campmap\startpos
Where X is the drive letter of your CDROM driver.
Bookmarks