HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Extrem problems with map testing...

08-30-2003, 03:58 PM#1
Verjigorm
hi,

I wanted to test a map with 4 teams. To leave the teams base you have to enter a circle of might with a region around. Upon entering it is moved instantly to another circle of might.

But if the unit enters it, the game seems to crash. I cannot do any more in the game, not even move the mouse cursor.

Someone got an idea, why this happens?
08-30-2003, 04:19 PM#2
jeffsu
We need more information -- perhaps if you posted your map, or the triggers? I don't think anyone here would rip you off.
08-30-2003, 04:20 PM#3
Pesmerga
Uhh, its probably an endless loop your making. Does it crash automatically or slowly build up lag and stop? If the latter, than make sure your unit doesn't end up in a region that transports you to region A. Heres an example



____X_____ <-- A region B region --> ____X____


X = unit If the unit enters A, hes transported to B. If the unit enters B, hes transported to A. This makes an endless loop.

If im completely off the problem, then its probably a bug with custom units.
08-30-2003, 05:02 PM#4
Verjigorm
Team 1 Arena Teleport
Events
Unit - A unit enters Team1 Exterior <gen>
Conditions
Or - Any (Conditions) are true
Conditions
(Owner of (Triggering unit)) Equal to Player 1 (Red)
(Owner of (Triggering unit)) Equal to Player 2 (Blue)
(Owner of (Triggering unit)) Equal to Player 3 (Teal)
Actions
Unit - Move (Triggering unit) instantly to (Center of Team1 Interior <gen>), facing 90.00 degrees
Camera - Pan camera for (Owner of (Triggering unit)) to (Center of Team1 Interior <gen>) over 0.00 seconds
Trigger - Turn on (This trigger)



That's it...
Sorry for forgetting to post the trigger. Of course u need it, to help me... :-/
08-30-2003, 05:59 PM#5
cideh
Are you sure it should be "Trigger - Turn on (This trigger)", as it must already be on if the trigger is executed.

Also, as mentioned by some other guy above, you don't got this trigger too?

Events
Unit - A unit enters Team1 Interior <gen>
Conditions
Or - Any (Conditions) are true
Conditions
(Owner of (Triggering unit)) Equal to Player 1 (Red)
(Owner of (Triggering unit)) Equal to Player 2 (Blue)
(Owner of (Triggering unit)) Equal to Player 3 (Teal)
Actions
Unit - Move (Triggering unit) instantly to (Center of Team1 Exterior <gen> ), facing 90.00 degrees
Camera - Pan camera for (Owner of (Triggering unit)) to (Center of Team1 Exterior <gen> ) over 0.00 seconds
Trigger - Turn on (This trigger)

Because if you do, it will, as also mentioned above, create an endless loop.
08-30-2003, 06:48 PM#6
Verjigorm
I already deleted this "Turn on THIS TRIGGER", but this didn't solve the problem.

It still crashes or seems to lag extremly...
08-30-2003, 07:16 PM#7
jeffsu
Are there triggers that fire when a unit enters the interior region?
08-30-2003, 07:48 PM#8
Verjigorm
It's the only trigger, that uses this region.

I already tried to delete all triggers, save it, close the editor and reopen the map then.

Then I tried to create this triggers from the beginning, but testing it, caused the same problem again :(

Could one try to create this teleport triggers?
Maybe they're working then...

Download it HERE