yer i had that when working on the darwin map but it was sorta like the other map showing through
Grr! Still driving me crazy - I can't seem to get rid of them!
I've gone into map_t and deleted all land textures anywhere near the coast of the affected area, and it still does it.
It seems to be linked to height you're viewing it at in FMB. When I zoom right in in the coastline is there properly (except black, bt I know why). But as I zoom out a little it goes all blocky.
Help!
Joe
Posts: 703
Threads: 9
Joined: Nov 2007
Did you make your map_c as a 1bit gray or an 8bit gray?
TEAM PACIFIC
It's an 8-bit
(as long as I'm reading the right bit in Photoshop)
It says it under Image/Mode/8bit per channel
Posts: 703
Threads: 9
Joined: Nov 2007
map_c should be an 8bit grayscale. Looks like you either transformed it with the "dissolve" lighting option, or you saved it to 1bit black and white before disecting it.
TEAM PACIFIC
Can you run me through what you mean by 'dissolve' lighting option, and how you remove that?
Posts: 703
Threads: 9
Joined: Nov 2007
In photoshop, in your layers window, you should see the lighting options...Its a drop down menu where you will see "Normal, Dissolve, Multiply, etc..." You may have inadvertently selected dissolve.
I think if you right click on the layer and go in layer properties you should see these options also.
Either that or you used the pencil tool to create your land/water areas and you are getting hard edges.
TEAM PACIFIC
No, I've checked and my map_c is fine. I really can't seem to fix this. It only happens down the left side of the map, very close to the edge. When I zoom right in the textures are fine - it's when I zoom out they go all blocky. So, what map controls the view when I'm a bit higher? It's not map_f because I know how my map_f looks and the colours aren't what is shown.
If I can't solve this I might just extend the map to the west and have a 'buffer' between my map and the edge, but I'd rather not..
Thanks
You have a PM -- On reflection the note may be useful to others so I repeat it here.
------------------------------------------
Yes. I struggled with this for a while. The problem was most obvious near to the map edges but didn't exist around the map centre.
Your map_c is probably ok. Consider this to be your source file for everything else.
Edges of land/water on map_c are normally better if softened using Airbrush or Paintbrush tools.
I used airbrush for coast and paintbrush for rivers.
The map_T land area should be based on your map_C but because of the different image size black areas will occur or you get blocky areas as you have illustrated.
Edit the tiles in these in FMB using Object/Tile?Coastsea or coastriver.
This applies RGB 30 or 31 to the tile. Texture of these is determined by the setup in load.ini under the categories water2 and water3.
Working in FMB Map Editor you should see clear coastlines immediately. As you change your view point and zoom you will see the "bad" tiles appearing and disappearing. Once you've worked out where they are just run over the area with the "coast".
Once you've done a bit in FMB you can probably examine the map_T.tga directly and sort out the rest in the image editor, which is quicker.
-------------------------------------------------------------------------------------
I think this problem only applies to maps with land areas running off the map edge, unlike the Slot which has sea boundaries.
A further point which caused me some problems. Ensure you have a 32 pixel boundary at the map edge where water land boundaries run off the map. The last 32 pixels is repeated by the game engine for the off map view.
Ensure that your coastlines run off the map at 90 deg. Otherwise you get odd repeating effects.
Rivers must be stopped before the map edge. If they are at or close to perpendicular to the edge then they can stop one or two pixels in but if they approach the edge at a shallow angle then they must stop 32 pixel back or the last bit will repeat.
Wood and town textures can be stopped one pixel back from the edge. to avoid the appearance of long thin towns stretching to the horizon.
The credit goes to Maraz. It was him who got me on the right track.