- Joined
- May 20, 2009
- Messages
- 822
Reading this, it seems possible. I'm curious because, in my mod I want micro to be kind of how it is in SC2, where units ball up and don't get caught on each other. The first part is succeeded by doing
Is there a way to make units not get stuck on each other without having to turn their collision completely off (Which would result in them being able to walk INTO each other and through doodads, structures, and destructibles...)
EDIT: I might have a solution. I'll tell it in a bit. Still help if you want to though. =)
-
Formation Move
-
Events
- Unit - A unit Is issued an order targeting a point
- Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Issued order) Equal to (Order(move))
-
Then - Actions
- Trigger - Turn off (This trigger)
- Unit - Order (Triggering unit) to Move To (Target point of issued order)
- Trigger - Turn on (This trigger)
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Issued order) Equal to (Order(smart))
-
Then - Actions
- Trigger - Turn off (This trigger)
- Unit - Order (Triggering unit) to Right-Click (Target point of issued order)
- Trigger - Turn on (This trigger)
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events
Is there a way to make units not get stuck on each other without having to turn their collision completely off (Which would result in them being able to walk INTO each other and through doodads, structures, and destructibles...)
EDIT: I might have a solution. I'll tell it in a bit. Still help if you want to though. =)