Delayed functions

Status
Not open for further replies.
Level 6
Joined
May 26, 2010
Messages
190
When testing my map in world editor it's fine, and nothing's wrong.

But when I play it on Bnet, myself or with others, every function gets 3-7 second delay. Unit movement, triggers, everything. If I'd set a trigger Wait 1 seconds, it'd wait 4-8.

Is it because the map has leaks ooor?
 
Last edited:
Level 2
Joined
Dec 22, 2010
Messages
16
That my friend, seems like standard lag, does it lag from the beginning or get slower over time? If it was leaks it would get slower over time because the memory would pile up.
 
Level 12
Joined
Jan 30, 2009
Messages
1,067
There's a really good tutorial here on Hive about leaks and how to clean them.

"List of things that leak" I believe it is called.
 
Level 12
Joined
Jan 30, 2009
Messages
1,067
Also, sideburns, don't use 0.01 unless for some odd reason you absolutely need to. Off the top of my head I can't think of one, either.

0.03 or even 0.05 is much easier on the processor, and makes no visible difference to the player.
 
Level 6
Joined
May 26, 2010
Messages
190
Also, sideburns, don't use 0.01 unless for some odd reason you absolutely need to. Off the top of my head I can't think of one, either.

0.03 or even 0.05 is much easier on the processor, and makes no visible difference to the player.

This applies only for the Periodic Event or everything? I had no idea..
 
Status
Not open for further replies.
Top