• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

size prolems with terraining?

Status
Not open for further replies.

Dr Super Good

Spell Reviewer
Level 65
Joined
Jan 18, 2005
Messages
27,289
You are not using WEU I hope... WEU is will known to randomly up file size for no reason on every save.

Terrain is stored as 3 files, which can be viewed as sort of images.
Lets say your map is X by Y squares.
there is a X*4 by Y*4 8bit shadow map
there is a X*4 by Y*4 8bit pathing map
there is a X+1 by Y+1 node map

The resulting files are large, often over a MB for the pathing and shadow maps each. They however are compressed so if the data is easilly predictable they can be compressed greatly in size. An empty shadow map is under 1KB for example. However as you add unique data to it the compression rate drops so the file size will increase.
 
Level 4
Joined
Oct 18, 2010
Messages
55
I was using WEU and I noticed that. So I came back to normal WE and nothing really changed :-|
Is there a way how to "delete" the shadows? Cause i really dont need them to add the effect. Or compress it more by some chance?

Thanks
Adiktuz: LOTS of trees, blizzard cliffs, other doodads (enviroment mostly)
 
Last edited:
Status
Not open for further replies.
Top