• 🏆 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!

Data Usage (Is it worth it?)

Status
Not open for further replies.
Level 6
Joined
Nov 3, 2005
Messages
103
I have a couple questions regarding the file size limits of a map in order to be played over the internet. How devastating imported features such as models, sounds, and music are to the file size of your map?

I wanted to know if sound effects that are directly from the game's engine make the file size of the map bigger. In other words, would using the Grunt's Warcry sound effect alter the file size of the map? Obviously sounds and pretty much all file-types that are imported into the map take up large amounts of space, custom sounds and music especially.

I was also wondering if having a good number of large arrays attached to your variables could effect the map's file size overall as well. How crucial is it to code with as little as them as possible?

How many custom models could a map being played over Battlenet have on average, and is it even worth trying to include them in your map in the first place?
 

Chaosy

Tutorial Reviewer
Level 40
Joined
Jun 9, 2011
Messages
13,182
well a map that can be played on battle.net must be under 8 mb.

using a warcraft3 sound that exists in game by default will not increase map size since it exists in the game's mpq files. (unless you count the sound variable as size it could increase the map size with a kb if youre unlucky.

If you want to reduce map size I would not do it by code, its rather pointless. You can re-save textures and lower the quality that will save a lot more space and its easier too.

and the number of custom stuff is different from map to map, RPGs tend to have a lot of imported models for terrain while campaigns dont.
 
Level 28
Joined
Oct 28, 2011
Messages
4,759
Well if you really want to use custom models, textures etc for your map then you can use this tools to optimize them.

Mdx Squisher for mdx files
blplab for blp, tga files
and for sounds I think winamp can reduce bitrate though custom sounds isn't really advisable for mutliplayer maps.


Custom resources always helps the map if used correctly.
 
Status
Not open for further replies.
Top