• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

How to make a premade map more than 256x256

Status
Not open for further replies.
Level 7
Joined
Oct 20, 2010
Messages
182
How do I increase the ingame size of a map, more than 256x256?


I have a premade map, and I have JassNewGenPack. I can increase the size of the map, but when I launch the game on the map, it is just 256x256.

I was told, I think, that you have to CREATE a map in JassNewGenPack to increase it's size, but I created it in normal world editor.
 
Level 14
Joined
Nov 17, 2010
Messages
1,265
If you open it using JNGP you can use Scenario -> Map size and camera bounds to increase the size. I believe you can go up to 480 x 480. Any size you change it to has to be a multiple of 32 I think.
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,198
You could also resize it by modifying the .w3e file directly. You will need to insert a large number of blank nodes (can be all identical) in a way so as not to distort the map and the total number of declared nodes matches the expected map size (256*256 is actually 257*257 nodes to make an area of 256*256 tiles).
 
Status
Not open for further replies.
Top