I have some problems in my last map, Battle for Azeroth, just a BIG lagg.
I have read some tutorials about memory leaks, but the lagg still stays in my map.
Perhaps it’s wrong because I put things like that>>
Set Point = Region 1
Unit-create unit in Point
call RemoveLocation(udg_Point)
This is ok, isn’t it?
Look those:
Set Point = Region 1
Unit-create unit in Point
Set Point = Region 2
Unit-create unit in Point
call RemoveLocation(udg_Point)
Good?
And these other, is it ok?
Set Point = Region 1
Unit-create unit in Point
call RemoveLocation(udg_Point)
Set Point = Region 2
Unit-create unit in Point
call RemoveLocation(udg_Point)
If they’re well done, I don’t know what is happening with my map, but please, I want to know if those another 2 ways for doing the triggers are good.
I must spawn a lot of units, because, in my map, the buildings are built by upgrading some circles of power. If you don’t own one circle, you must destroy it. Then it appears a new circle owned by the owner of the killing unit. And if you destroy a building, it appears a circle too. Then you upgrade to the building that you want
All like as in Battle for the Middle Earth.
But…… LAGG!!! Help please
Thx.
I have read some tutorials about memory leaks, but the lagg still stays in my map.
Perhaps it’s wrong because I put things like that>>
Set Point = Region 1
Unit-create unit in Point
call RemoveLocation(udg_Point)
This is ok, isn’t it?
Look those:
Set Point = Region 1
Unit-create unit in Point
Set Point = Region 2
Unit-create unit in Point
call RemoveLocation(udg_Point)
Good?
And these other, is it ok?
Set Point = Region 1
Unit-create unit in Point
call RemoveLocation(udg_Point)
Set Point = Region 2
Unit-create unit in Point
call RemoveLocation(udg_Point)
If they’re well done, I don’t know what is happening with my map, but please, I want to know if those another 2 ways for doing the triggers are good.
I must spawn a lot of units, because, in my map, the buildings are built by upgrading some circles of power. If you don’t own one circle, you must destroy it. Then it appears a new circle owned by the owner of the killing unit. And if you destroy a building, it appears a circle too. Then you upgrade to the building that you want
All like as in Battle for the Middle Earth.
But…… LAGG!!! Help please
Thx.