I'm making a Login screen but i don't know what size to make it...
I asked this question before, however the image was to big..
world/view = 12
What size graphic should i make? the last answer i got was 800 by 800 however that turned out to be too big.
ID:141982
Sep 21 2008, 12:44 pm
|
|
Sep 21 2008, 1:54 pm
|
|
415x415 for src.client.view=7 that works best for me :D
|
You can adjust client.view appropriately. Just make sure each dimension is a multiple of 32.
|
Since your view is 12, that means you have a 12x12 map of 32 -pixels per square. So you multiply 12x32 and get 384. So the size you need to have it is 384x384.
|
In response to Kurma
|
|
src.client.view = 7 is 416x416.
Sorry, just had to be exact. Pet peeve. x: |
CplxShadow wrote:
I'm making a Login screen but i don't know what size to make it... "Like all other view sizes in DM, this may either be a view depth or an absolute size. A view depth is a single number that determines how far from a center point the edges of a square viewable region extend. A value of 5 creates edges which are 2*5+1 = 11 tiles long." 2*12+1 = 25 25*32 = 800 800x800 was correct. You must be doing something wrong. Possibly you have client/view defined as well. |