- Joined
- Oct 9, 2015
- Messages
- 721
Here's the question, why my map is lagging a lot (1-2 fps) for a player while it runs smooth for me ?
Depend on the configuration system and Warcraft 3 options , if you are using different spell systems done with triggers that might cause lag.
may this is all that is causing the issue? is there a way to not use periodic times at all? thanks for taking a look at it! you help is much appreciated, I mean, you guys are life savers!
how can I use countdown timers instead of periodic time ?
Depend if you overwrite them properly.Can a really long trigger full of "if then else" be causing all this performance issue?
Yes a long trigger can, especially if it fires a lot. Even more so if it runs every 0.01 seconds. Ultimately though it depends on the amount of code executed since branches do not count as long as they are not executed.Can a really long trigger full of "if then else" be causing all this performance issue?
Performance, RAM...etcIt's really wierd because the game runs smooth for me, could be a computer related problem?