Staredit Network > Forums > SC2 Assistance > Topic: [Solved] Random Spawner
[Solved] Random Spawner
This topic is locked. You can no longer write replies here.
Feb 27 2011, 9:10 pm
By: Riney  

Feb 27 2011, 9:10 pm Riney Post #1

Thigh high affectionado

So Ive never really set up a system like this where it just picks a random spot on the map and just puts something there. What is the best way (Apart from just massing a ton of points) to make things spawn at random generated areas on the map.

Preferably a direction to tackle this problem would be great, though a whole system works too if you must ;o



Riney#6948 on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

-- Updated as of December 2021 --

Feb 27 2011, 9:16 pm DevliN Post #2

OVERWATCH STATUS GO

I'm not too familiar with the trigger editor, but I believe there is an event that places a unit randomly in a region. You could probably make separate regions for various sections that you would want items dropped in, and then just use that one trigger to pull it off.



\:devlin\: Currently Working On: \:devlin\:
My Overwatch addiction.

Feb 27 2011, 9:22 pm TiKels Post #3



You could place a large location over parts that you want to spawn, and put "Negative" pieces of locations over where you don't want it to spawn. I'm no sc2 mapper but if what devlin says is true (The random point in a location thing) then these two ideas coupled together could avoid placement in areas where items would be unreachable.



"If a topic that clearly interest noone needs to be closed to underline the "we don't want this here" message, is up to debate."

-NudeRaider

Feb 27 2011, 9:28 pm Riney Post #4

Thigh high affectionado

Quote from DevliN
I'm not too familiar with the trigger editor, but I believe there is an event that places a unit randomly in a region. You could probably make separate regions for various sections that you would want items dropped in, and then just use that one trigger to pull it off.

See I was thinking that, but that again would require a few to masses of locations. I was hoping there would be a way to use 'Entire Map' or something of the sort.



Riney#6948 on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

-- Updated as of December 2021 --

Feb 27 2011, 9:28 pm DevliN Post #5

OVERWATCH STATUS GO

Unlike SC1, you can combine locations (regions) in SC2 into one large region, so the idea of "negative locations" is unnecessary.

EDIT:
There is a way to do the entire map, if you make a region big enough for the entire map. I figured you wanted different regions of the map to have different items or something.



\:devlin\: Currently Working On: \:devlin\:
My Overwatch addiction.

Feb 27 2011, 10:32 pm payne Post #6

:payne:

Quote from DevliN
Unlike SC1, you can combine locations (regions) in SC2 into one large region, so the idea of "negative locations" is unnecessary.

EDIT:
There is a way to do the entire map, if you make a region big enough for the entire map. I figured you wanted different regions of the map to have different items or something.
1) Entire Map can be considered as a Region in itself: no need to create one huge-ass location.
2) If I remember properly, merged regions aren't working very well with the Reveal trigger.
3) Negative locations are buggy as well: "Spawn unit at random point in region" will spawn units in the negative region (as far as I remember).



None.

Feb 27 2011, 10:42 pm Roy Post #7

An artist's depiction of an Extended Unit Death

Quote from payne
1) Entire Map can be considered as a Region in itself: no need to create one huge-ass location.
2) If I remember properly, merged regions aren't working very well with the Reveal trigger.
3) Negative locations are buggy as well: "Spawn unit at random point in region" will spawn units in the negative region (as far as I remember).
Yeah, pretty much all of this.

Anywho:

Unit - Create 1 Marine for player 1 at (Random point in (Entire map)) using default facing (No Options)

Done?

You can also create regions dynamically through triggers by specifying points.

If you intend to do multiple things at the randomly selected point, create a Point variable and set it to (Random point in (Entire map)).




Feb 27 2011, 10:51 pm payne Post #8

:payne:

Quote from Roy
If you intend to do multiple things at the randomly selected point, create a Point variable and set it to (Random point in (Entire map)).
I have a test map for this if you're interested into it. :)

EDIT: this could help.



None.

Feb 27 2011, 11:11 pm Riney Post #9

Thigh high affectionado

Quote from Roy
Quote from payne
1) Entire Map can be considered as a Region in itself: no need to create one huge-ass location.
2) If I remember properly, merged regions aren't working very well with the Reveal trigger.
3) Negative locations are buggy as well: "Spawn unit at random point in region" will spawn units in the negative region (as far as I remember).
Yeah, pretty much all of this.

Anywho:

Unit - Create 1 Marine for player 1 at (Random point in (Entire map)) using default facing (No Options)

Done?

You can also create regions dynamically through triggers by specifying points.

If you intend to do multiple things at the randomly selected point, create a Point variable and set it to (Random point in (Entire map)).

Fair enough, but is there a way to detect height and stuff to make sure things dont get on top a wall?



Riney#6948 on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

-- Updated as of December 2021 --

Feb 27 2011, 11:59 pm NicholasBeige Post #10



Errp. Use a condition? Get the 'real' value of the height from the 'point' you stored? It's possible and I'm tired.



None.

Feb 28 2011, 12:54 am Ahli Post #11

I do stuff and thingies... Try widening and reducing the number of small nooks and crannies to correct the problem.

You can check if the point is pathable by ground units, too.




Feb 28 2011, 1:11 am Riney Post #12

Thigh high affectionado

Quote from Ahli
You can check if the point is pathable by ground units, too.

Now thats good. What specifically is that condition called?



Riney#6948 on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

-- Updated as of December 2021 --

Feb 28 2011, 2:55 am Ahli Post #13

I do stuff and thingies... Try widening and reducing the number of small nooks and crannies to correct the problem.

"Point is passable" returning a boolean.




Mar 7 2011, 3:04 am Riney Post #14

Thigh high affectionado

Quote from name:Cardinal
Errp. Use a condition? Get the 'real' value of the height from the 'point' you stored? It's possible and I'm tired.

Sorry for the late response. This actually did not work. I then found that there was a Cliff Level of Point function that did the desired effect, but thanks for putting me in the right direction.

This is solved and can be locked.



Riney#6948 on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

-- Updated as of December 2021 --

Options
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[11:50 pm]
O)FaRTy1billion[MM] -- nice, now i have more than enough
[11:49 pm]
O)FaRTy1billion[MM] -- if i don't gamble them away first
[11:49 pm]
O)FaRTy1billion[MM] -- o, due to a donation i now have enough minerals to send you minerals
[2024-4-17. : 3:26 am]
O)FaRTy1billion[MM] -- i have to ask for minerals first tho cuz i don't have enough to send
[2024-4-17. : 1:53 am]
Vrael -- bet u'll ask for my minerals first and then just send me some lousy vespene gas instead
[2024-4-17. : 1:52 am]
Vrael -- hah do you think I was born yesterday?
[2024-4-17. : 1:08 am]
O)FaRTy1billion[MM] -- i'll trade you mineral counts
[2024-4-16. : 5:05 pm]
Vrael -- Its simple, just send all minerals to Vrael until you have 0 minerals then your account is gone
[2024-4-16. : 4:31 pm]
Zoan -- where's the option to delete my account
[2024-4-16. : 4:30 pm]
Zoan -- goodbye forever
Please log in to shout.


Members Online: Moose, Wing Zero, eksxo, jun3hong