View Single Post
Old 02-17-2007, 07:29 AM   #13 (permalink)
HellRazor
Forum Expert
 
Join Date: Oct 2002
Age: 45
Posts: 4,366
Default

You can only make more facets of an existing map, not actually make a physical copy of Map0.mul in the client and trying to get the client to read it.

The client doesn't know about the existance of any map that isn't there already. You can't just add Map32.mul to the client, the client will never load it because the client hasn't been programmed to handle Map32.mul.

You might be able to take Map0 and make more facets of Map0. But you can't rename Map0.mul to Map5.mul, the client will never load Map5.mul.

You also can't rename Map0.mul to Map3.mul because the client expects Map3.mul to be the size of Malas.

You'll note that the example uses Map0.mul to make a new facet of Map0.mul. It doesn't create a new map, it creates a new facet. It also doesn't involve ANY copying of files in the client.

Last edited by HellRazor; 02-17-2007 at 07:34 AM.
HellRazor is offline   Reply With Quote