Staredit Network

Staredit Network -> UMS Assistance -> Extended conditions
Report, edit, etc...Posted by l)ark_13 on 2005-08-21 at 00:13:40
I just dont get them. You always type a number between 0 and 65536 regardless of the map size. Wouldn't that mean the "area" or the coordinates be getting bigger?
Also, is there any way to create a sqaure? E.g. Lets say I wanted to create an area for rally point detecting so when i rally point in that area (not just one coordinate) the trigger will fire.
Report, edit, etc...Posted by LegacyWeapon on 2005-08-21 at 00:40:16
QUOTE
You always type a number between 0 and 65536 regardless of the map size. Wouldn't that mean the "area" or the coordinates be getting bigger?
No those are just the limits of the number able to be inputted into the trigger.
QUOTE
Also, is there any way to create a sqaure?
I believe the 'at least' and 'at most' comparisons can help you with that?
Report, edit, etc...Posted by l)ark_13 on 2005-08-21 at 00:49:19
QUOTE
No those are just the limits of the number able to be inputted into the trigger.

So what do those limits mean? How can I know what coordinate in uberation is what coordinate in starcraft?

QUOTE
I believe the 'at least' and 'at most' comparisons can help you with that?

I was thinking that too but I wasn't sure how it would work. I was hoping it would place a dot at the X and Y coordinate then connet them and make a triangle... but that doesn't make any sense lol.
Report, edit, etc...Posted by LegacyWeapon on 2005-08-21 at 00:50:33
QUOTE(l)ark_13 @ Aug 21 2005, 12:49 AM)
So what do those limits mean?  How can I know what coordinate in uberation is what coordinate in starcraft?
[right][snapback]294583[/snapback][/right]
Those coordinates in uberation are pixel coordinates I believe...
Report, edit, etc...Posted by l)ark_13 on 2005-08-21 at 00:54:06
OKAY! lol, that makes more sense now tongue.gif
Cause 64x64 maps only go to like 2000 tongue.gif okay ya thanx lol

What about the square? anyone?
Report, edit, etc...Posted by SacredElf on 2005-08-21 at 11:10:05
i dont think so
Report, edit, etc...Posted by Daedalus on 2005-08-23 at 14:30:41
I'm not sure this what you want and if this is the method to do it, but anway, here is the way I think you can create a square:

A square has 4 lines, you need to define each line to make a square.
So:
Y coordinate is at least 5
Y coordinate is at most 10
X coordinate is at least 3
X coordinate is at most 11

You square would by 5x8 (or 8x5, dunno how you say it).


But I've got the feeling this is stupid, since I don't even know if 'extended conditions' is a part of UED, a name for a trigger method or whatever confused.gif.
Report, edit, etc...Posted by AFL-InuYasha on 2005-08-23 at 19:14:07
QUOTE(Deadalus @ Aug 23 2005, 02:30 PM)
I'm not sure this what you want and if this is the method to do it, but anway, here is the way I think you can create a square:

A square has 4 lines, you need to define each line to make a square.
So:
Y coordinate is at least 5
Y coordinate is at most 10
X coordinate is at least 3
X coordinate is at most 11

You square would by 5x8 (or 8x5, dunno how you say it).
But I've got the feeling this is stupid, since I don't even know if 'extended conditions' is a part of UED, a name for a trigger method or whatever  confused.gif.
[right][snapback]296238[/snapback][/right]


it would be 8x5 (x 1st then y)

not sir how it would help, but just to correct you tongue.gif

ADDITION:
QUOTE(Deadalus @ Aug 23 2005, 02:30 PM)
I'm not sure this what you want and if this is the method to do it, but anway, here is the way I think you can create a square:

A square has 4 lines, you need to define each line to make a square.
So:
Y coordinate is at least 5
Y coordinate is at most 10
X coordinate is at least 3
X coordinate is at most 11

You square would by 5x8 (or 8x5, dunno how you say it).
But I've got the feeling this is stupid, since I don't even know if 'extended conditions' is a part of UED, a name for a trigger method or whatever  confused.gif.
[right][snapback]296238[/snapback][/right]


it would be 8x5 (x 1st then y)

not sir how it would help, but just to correct you tongue.gif
Next Page (1)