20.02.2008, 04:13
Could be two problems happening together.
First ensure that map_c.tga is correctly disected.
Is this problem most apparent near the map edge.
You need to use tile textures 30 or 31 to define the coast properly near to the map edge.
Working in FMB that would mean using:
Objects/Tile/coastsea or Object/Tile/coastriver
You may also be seeing a pattern repeating off the map edge.
The last 32 pixels will be repeated into the distance, so try to finish with the last 32 pixels at 90 deg to the map edge.
The problem with the new load.ini is most likely due to having a texture specified in map_T which is not given a texture in load.ini. Ensure all of the lines in the [FIELDS] section of load.ini have a texture specified. -- or compare with your original load.ini to see if any textures are omitted in the new one.
First ensure that map_c.tga is correctly disected.
Is this problem most apparent near the map edge.
You need to use tile textures 30 or 31 to define the coast properly near to the map edge.
Working in FMB that would mean using:
Objects/Tile/coastsea or Object/Tile/coastriver
You may also be seeing a pattern repeating off the map edge.
The last 32 pixels will be repeated into the distance, so try to finish with the last 32 pixels at 90 deg to the map edge.
The problem with the new load.ini is most likely due to having a texture specified in map_T which is not given a texture in load.ini. Ensure all of the lines in the [FIELDS] section of load.ini have a texture specified. -- or compare with your original load.ini to see if any textures are omitted in the new one.