Software:Universal Client
Version Number:
________________________________________________________________________
Location
________________________________________________________________________
Description:
Decided to remake the landscape for zoric. Was going to switch it to 512x512 but found the setting for 1024x1024 so decided to go for that. Also noticing that the game can use jpg for height maps I tossed a few 1024x1024 jpgs in and started trying them.
But alas, with each one I get an error 'landscape polygon buffer full' and i'm missing half the ground around my character.
Same with a 1024x1024 bmp
________________________________________________________________________
Steps to Replicate:
'Landscape Plygon Buffer Full'
figured out the problem.
Might be a bug, might be intentional, I don't know.
When increasing the map size, the tile size decreases by the same factor that the map is increased.
Increase the map by a factor of 4, going from 256 to 1024, you need to increase the tile size by a factor of 4, going from the default 115 to 460 to keep the tiles the same size. Otherwise the setting of 115 in a 1024x1024 map is the equivalent of a setting of 30 in the 256x256 map and this causes problems for the client.
Might be a bug, might be intentional, I don't know.
When increasing the map size, the tile size decreases by the same factor that the map is increased.
Increase the map by a factor of 4, going from 256 to 1024, you need to increase the tile size by a factor of 4, going from the default 115 to 460 to keep the tiles the same size. Otherwise the setting of 115 in a 1024x1024 map is the equivalent of a setting of 30 in the 256x256 map and this causes problems for the client.