Mapping Error
#3
Yes, this is caused by one of the map optimization routines in AC that is called when you save the map. These aren't designed to be a problem but to compress the data by ignoring unneeded cube information.

The texture optimization makes a bad call by trying to assign adjacent cubes' textures to be equal... even if they are not the same type, which is typically the case (heightfields + other type)

The method Ron suggested will work in a lot of cases, but in the case in your screenshot, or if the heightfields are next to a solid, you'll have to do it in SVN (patched in SVN) Unfortunately, since this optimization is done every time you save, you will have to make sure you have made the final changes and never re-save the map in 1.1.0.4, because the texture changes are [b]not[/i] undo-able.

Alternatively, I have had a custom 1.1.0.4 client for mapping. It has bug fixes, SVN mapping features, and powerful features of my own (that may be official once I release them)

I would enjoy the feedback of an accomplished mapper such as you to test it out for me :)
Thanks given by:


Messages In This Thread
Mapping Error - by Think3r - 30 Jul 12, 05:50AM
RE: Mapping Error - by Ronald_Reagan - 30 Jul 12, 05:58AM
RE: Mapping Error - by Felix-The-Ghost - 30 Jul 12, 06:34AM
RE: Mapping Error - by Think3r - 30 Jul 12, 07:51AM