• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[General] Make Map Bigger

Status
Not open for further replies.
Level 10
Joined
Aug 30, 2007
Messages
270
you answered your question in your own post. The maps width and length have to be 'a dimension of 32' this means it has to be a multiple of this value.

so the smallest map size is 32x32 now you can make it bigger by simply making it any other size of this format (32*n)x(32*m) where n and m can be any natural number (1,2,3,4,.....).
n and m do not need to be the same value.

so sizes like 64x64, 96x32, 256x128 are also possible.

The maximum map size is 256x256 (or maybe bigger, here I'm not really sure)
 
Natural support goes up to 256x256, anything above has issues such as blight iirc. The 480x480 max comes from JNGP, and not viable in normal WE.

You need to use a 32 based dimension, like jopi stated. In order to make a playable map size of your own needing, create a map with 32 dimension bigger than your wish, so for example you want 90x90 map, created a 96x96. Then use the modify camera field or something like that to create a 90x90 playable area.
 
Status
Not open for further replies.
Top