Guys,

The problem is that the LMM 'Lookuptable.txt' is wrong. The region ID_Volga_Bulgaria (slots 26/27) is in the wrong place and this throws the whole rest of the table out of sync with the lukmaps.

Have look in loc/eng names.txt the order should be -


@{"Muscovy"}
@{"Livonia"}
@{"Smolensk"}
@{"Ryazan"}
@{"Chernigov"}
@{"Lithuania"}
@{"Pereyaslavl"}
@{"Volga-Bulgaria"}

which is an entry-ordered table in names.txt - now look at the table a bit lower down -

["Muscovy"] {"Muscovy"}
["Volga-Bulgaria"] {"Volga-Bulgaria"}
["Livonia"] {"Livonia"}
["Smolensk"] {"Smolensk"}
["Ryazan"] {"Ryazan"}
["Chernigov"] {"Chernigov"}
["Lithuania"] {"Lithuania"}
["Pereyaslavl"] {"Pereyaslavl"}
["Khazar"] {"Khazar"}


This is the table I used to build the 'Lookuptable.txt' but it's wrong as the table above is NOT order-entry, rather its just keyword entry.

Basically I was looking at the wrong table

I've corrected the table now for LMM4. Just replace the entries inyour LMM3 table as follows -

024,025 Land ID_Muscovy "Muscovy"
026,027 Land ID_Livonia "Livonia"
028,029 Land ID_Smolensk "Smolensk"
030,031 Land ID_Ryazan "Ryazan"
032,033 Land ID_Chernigov "Chernigov"
034,035 Land ID_Lithuania "Lithuania"
036,037 Land ID_Pereyaslavl "Pereyaslavl"
038,039 Land ID_Volga_Bulgaria "Volga Bulgaria"
040,041 Land ID_Khazar "Khazar"


Excellent job PP

Welly