if the author reads this, is the source code correct?
I mean, check these lines in TileMatrix.cs
Code:
string mapDataPath = Client.GetFilePath( "mapdiff{0}.mul", index );
string mapIndexPath = Client.GetFilePath( "mapdiffl{0}.mul", index );
if ( mapDataPath != null && mapIndexPath != null )
m_LandBlocks = PatchLand( matrix, mapDataPath, mapIndexPath );
string staDataPath = Client.GetFilePath( "stadiff{0}.mul", index );
string staIndexPath = Client.GetFilePath( "stadiffl{0}.mul", index );
string staLookupPath = Client.GetFilePath( "stadiffi{0}.mul", index );
I thought the names were "mapdif.." "mapdifl.." "stadif.." "stadifl.." "stadifi.."