• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

How to Decrease map loading time?

Status
Not open for further replies.
Get a backing storage configuration with faster random axcess time and better read rates.
Increasing the clock rate of your processor will lower map loading times.
Better processor configurations (like tripple channel memory) will lower map loading times.

As for generally lowering map load times using the editor, the simpler your map is the faster it will load. Lots of object editor data, trigger data and map data all will lower map load times. Widgitizer generally reduces map load times.
 
Get a backing storage configuration with faster random axcess time and better read rates.
Increasing the clock rate of your processor will lower map loading times.
Better processor configurations (like tripple channel memory) will lower map loading times.

As for generally lowering map load times using the editor, the simpler your map is the faster it will load. Lots of object editor data, trigger data and map data all will lower map load times. Widgitizer generally reduces map load times.

Where can i get widgitizer, or is it some word i don't know (English isn't my native language anyway)

Oke, checked the guy above you link and there was widgetizer, thanks.
 
As much as possible, squeeze functions in a trigger. For example, do not create more than one map initialization triggers, one per map is better because map initialization trigger(s) is/are running also while the map is loading.
Another one is to remove unnecessary globals and if your using JASS, remove map-only scripts.
 
Status
Not open for further replies.
Back
Top