View Single Post
Old 02-24-2005, 11:21 PM   #3 (permalink)
Necr0Potenc3
 
Join Date: Jan 2004
Posts: 90
Default

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.."
Necr0Potenc3 is offline   Reply With Quote