View Single Post
  #5  
Old February 2nd, 2023, 11:21 AM
DRG's Avatar

DRG DRG is offline
Shrapnel Fanatic
 
Join Date: Mar 2005
Location: GWN
Posts: 12,268
Thanks: 3,817
Thanked 5,438 Times in 2,698 Posts
DRG will become famous soon enough
Default Re: Blur effect in terrain render

The original game displayed terrain for each zoom level from a unique SHP file and as a result, adding new terrain was a ROYAL PITA as each different tile had to be manually reduced and expanded and put in its own files. About a decade ago that was changed and now all the Terrain tiles are reduced or expanded from Z4 and all the terrain SHP files but the Z4s' are redundant and not used (Z4 is the 1:1 standard ).

That was how the Icons were made larger and smaller depending on the zoom and we applied it to terrain. We believe it was done this way in the 1990s to lessen the memory used back in the day when available memory was not nearly as abundant as now and computers were considerably slower.. having a tile in each size made loading zoom in/out faster

So... the code uses that Z4 to create the smaller and larger tiles needed to zoom out and in but as Andy noted the code that does that is not something we could change even if we wanted to
__________________


If you find you are constantly reacting to your enemy's tactics instead forcing the enemy to react to yours, you are losing the battle....
Reply With Quote