Home   Help Search Login Register  

Author Topic: Problem.  (Read 1088 times)

0 Members and 1 Guest are viewing this topic.

MGeo

  • Guest
Problem.
« on: 14 Mar 2004, 09:32:07 »
Why i have this problem?
When i want to test a map that i have made i receave this thing:

"Landscape dimension 100 X 100 not power of 2"

And also i am using WRPEdit.

Johan_D

  • Guest
Re:Problem.
« Reply #1 on: 14 Mar 2004, 12:03:55 »
64x64, then 128x128, 256x258 and 512x512.

100x100 is no power of 64x64

Johan

MGeo

  • Guest
Re:Problem.
« Reply #2 on: 14 Mar 2004, 15:20:23 »
Umm. I don't understand you.

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Problem.
« Reply #3 on: 14 Mar 2004, 17:33:03 »
Dimensions must be in powers of 2

e.g.:

2 X 2
4 X 4
8 X 8
16 X 16
32 X 32
64 X 64
128 X 128
256 X 256
512 X 512

These are all dimensions in powers of 2

100 X 100 is not.

WrpEdit will only accept a  dimension of 256 X 256, but you can import a smaller 100 X 100 dimension into a new 256 X 256 map.


Planck
I know a little about a lot, and a lot about a little.

MGeo

  • Guest
Re:Problem.
« Reply #4 on: 14 Mar 2004, 18:54:28 »
Oh.

I understand.