Page 1 of 1

Other size map in Remake

PostPosted: 08 Sep 2012, 12:38
by Remake 2012
Hi
Remake v3392 larger map is : 192x192 = 36,864 pixels
Remake RC2 3870 larger map is : 256x256 = 65.536 pixels

What about other size map less than 65k pixels ?

384x96 = 27,264 pixels
512x128 = 65,536 pixels

Is it possible to make such a custom map sizes that are up to 65K pixels?

Re: Other size map in Remake

PostPosted: 08 Sep 2012, 16:59
by Krom
Technically yes, so if you craft such a map in KaM Editor we would probably be able to load it into next-next Demo :)

Re: Other size map in Remake

PostPosted: 09 Sep 2012, 01:00
by Lewin
Technically yes, so if you craft such a map in KaM Editor we would probably be able to load it into next-next Demo :)
The minimap is already hard to read with a maximum width/height of 256x256. At 512, you would need about 9 units in a square to make them show up as a single pixel! (a house like the storehouse will probably be shown as 1 pixel). For this reason I don't like the idea.

@Krom: Also, that will require us to make the fTerrain.Land array [1..512,1..512] which will take up a lot more memory and could make CPU caching less efficient. I don't really know whether that's a problem or not... I'm thinking of stuff like FloodFill where the terrain is queried thousands of times in a few milliseconds, but maybe it wouldn't noticeably effect it.

Re: Other size map in Remake

PostPosted: 09 Sep 2012, 06:08
by Krom
Minimap is a valid concern.. it's the biggest problem.

fTerrain should become dynamic sized, thats quite doable and should not cause much trouble except for converting all remaining Byte elements to Word.

Re: Other size map in Remake

PostPosted: 09 Sep 2012, 06:27
by Remake 2012
Minimap is a valid concern.. it's the biggest problem.

fTerrain should become dynamic sized, thats quite doable and should not cause much trouble except for converting all remaining Byte elements to Word.
You can not just enlarge the window to the size of the minimap to be able to view maps that are 512x512? Smaller than 512x512 maps show that they are the smaller ones. :o

Re: Other size map in Remake

PostPosted: 09 Sep 2012, 07:11
by Krom
I don't think that will look good, imagine a minimap 512 (or even 1024) pixels wide or high ;)