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

Editor gets lagged

Status
Not open for further replies.
Do you have a lot of triggers?

I remember i had this issue with a lot of if then else statements and a very long list of trigger actions.

Solution to this, try to optimize your tirggers, most of the time you can do multiple things with less triggers.

Also i can be caused by a high number of doodads and units pre placed in the map.
Solution. Remove some of the units or effects and spawn them on game start with triggers.
 
My real problem it isn't the Editor begins with lag, its it eventually gets lagged.
System low on main memory? Or maybe video memory? Perhaps a video showing the issue is needed.
Once the system runs out of memory, which might not happen immediately, it could then lag periodically as the OS moves data around such as from VRAM to main memory or from main memory to page file.

If it is not memory related (task manager shows plenty of free memory on both the main memory and any discrete GPUs) then a video of the symptoms might help.
 
Once the system runs out of memory, which might not happen immediately, it could then lag periodically as the OS moves data around such as from VRAM to main memory or from main memory to page file.

If it is not memory related (task manager shows plenty of free memory on both the main memory and any discrete GPUs) then a video of the symptoms might help.
I see.
 
Do you have a lot of triggers?

I remember i had this issue with a lot of if then else statements and a very long list of trigger actions.

Solution to this, try to optimize your tirggers, most of the time you can do multiple things with less triggers.

Also i can be caused by a high number of doodads and units pre placed in the map.
Solution. Remove some of the units or effects and spawn them on game start with triggers.
Are you talking of the game? Because I am talking of the editor.
 
No the editor.
It's just another software running, so it may be the issue Dr Super Good told you, or the excessive amount of trigger or asset into the map.

For example if there are lot of triggers and the have very long actions lists, it slow down the tirgger editor and it takes like 1 - 2 seconds to switch to a different trigger.

When you are working on the map, if the camera movement is not smooth it may be due to too much stuff in it.

Also the memory, i remember that the new version of the editor in reforged used to increase memory usage over time. For a temporary solution you can save, then close it, and re open it again as soon as it start lagging.
 
No the editor.
It's just another software running, so it may be the issue Dr Super Good told you, or the excessive amount of trigger or asset into the map.

For example if there are lot of triggers and the have very long actions lists, it slow down the tirgger editor and it takes like 1 - 2 seconds to switch to a different trigger.

When you are working on the map, if the camera movement is not smooth it may be due to too much stuff in it.

Also the memory, i remember that the new version of the editor in reforged used to increase memory usage over time. For a temporary solution you can save, then close it, and re open it again as soon as it start lagging.
Ah ok, I will see.
 
Status
Not open for further replies.
Back
Top