Rounds?
Aug 11 2009, 11:07 pm
By: Mokushi  

Aug 11 2009, 11:07 pm Mokushi Post #1



My friend KingOfShadows is making a game that requires him to make rounds, however its not so easy because each player gets 10 units and 1 hero, they get additional units every 2-5 minutes. He refuses to ask for help himself because he is shy among being among map-makers ahead of him. He said he'd probably join when he got better at mapping. However that's beyond the point. If a player wins the round by eliminating the other units how would he start a new round without going in and manually doing a "All units but this player" thing.



None.

Aug 11 2009, 11:18 pm JaFF Post #2



Say players 1 - 6 are humans.

Then he needs a trigger for each of these players that detects when this player has at least one unit and all the other palyers have no units. This can be done as follows:

Code
Trigger 1: owned by player 1

Conditions:
Current player brings at least 1 [men] to [fighting arena]
Player 2 brings exactly 0 [men] to [fighting arena]
Player 3 brings exactly 0 [men] to [fighting arena]
Player 4 brings exactly 0 [men] to [fighting arena]
Player 5 brings exactly 0 [men] to [fighting arena]
Player 6 brings exactly 0 [men] to [fighting arena]

Actions:
Preserve trigger
Remove all [men] for Current Player at [fighting arena]
other actions you may need such as adding score, money, etc. And some switch to start a new round.

Code
Trigger 2: owned by player 2

Conditions:
Current player brings at least 1 [men] to [fighting arena]
Player 1 brings exactly 0 [men] to [fighting arena]
Player 3 brings exactly 0 [men] to [fighting arena]
Player 4 brings exactly 0 [men] to [fighting arena]
Player 5 brings exactly 0 [men] to [fighting arena]
Player 6 brings exactly 0 [men] to [fighting arena]

Actions:
Preserve trigger
Remove all [men] for Current Player at [fighting arena]
other actions you may need such as adding score, money, etc. And some switch to start a new round.


...and so on until you hit the last human player:
Code
Trigger 6: owned by player 6

Conditions:
Current player brings at least 1 [men] to [fighting arena]
Player 1 brings exactly 0 [men] to [fighting arena]
Player 2 brings exactly 0 [men] to [fighting arena]
Player 3 brings exactly 0 [men] to [fighting arena]
Player 4 brings exactly 0 [men] to [fighting arena]
Player 5 brings exactly 0 [men] to [fighting arena]

Actions:
Preserve trigger
Remove all [men] for Current Player at [fighting arena]
other actions you may need such as adding score, money, etc. And some switch to start a new round.




None.

Aug 11 2009, 11:23 pm Mokushi Post #3



Thanks.



None.

Aug 12 2009, 1:40 am Roy Post #4

An artist's depiction of an Extended Unit Death

Quote from JaFF
Say players 1 - 6 are humans.

(A bunch of stuff)
Whoa. Would it not be easier/better to use:
Code
Trigger owned by Force 1 (Or all human players)

Conditions:
Current player brings at least 1 [men] to [fighting arena]
Foes brings exactly 0 [men] to [fighting arena]

Actions:
Preserve trigger
Remove all [men] for Current Player at [fighting arena]
other actions you may need such as adding score, money, etc. And some switch to start a new round.





Aug 12 2009, 2:14 pm JaFF Post #5



Quote from Roy
Quote from JaFF
Say players 1 - 6 are humans.

(A bunch of stuff)
Whoa. Would it not be easier/better to use:
Code
Trigger owned by Force 1 (Or all human players)

Conditions:
Current player brings at least 1 [men] to [fighting arena]
Foes brings exactly 0 [men] to [fighting arena]

Actions:
Preserve trigger
Remove all [men] for Current Player at [fighting arena]
other actions you may need such as adding score, money, etc. And some switch to start a new round.
Not enough information was given; I gave a bulky solution that works for all cases. There are many other possibilities that should be chosen on a case-by-case basis.



None.

Options
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[10:41 am]
ManCubuS -- Seems like something's broken regarding the site then. Sadge...
[07:36 am]
Oh_Man -- have i ever told u guys my SC2 pro-gamer story
[11:30 pm]
Ultraviolet -- That's strange, it looks like you targeted the base image file (sometimes people make the mistake of just using the imgur page link which doesn't work for embedding) but it still didn't work it sounds like.
[2026-7-26. : 3:34 pm]
ManCubuS -- Used : " [img=https://i.imgur.com/gpOjTuD.jpeg] "
[2026-7-26. : 3:28 pm]
ManCubuS -- Even tried with imgur, doesn't attach.
[2026-7-26. : 3:14 pm]
ManCubuS -- I should try a workaround, thanks! Sadly imgur is blocked in my country for some unknown reason.
[2026-7-26. : 3:05 pm]
NudeRaider -- I think SEN has trouble with https or hotlinking is forbidden. It certainly is nothing about the size, it just fails to get any size. You can get it working if you use imgur and include the actual image link for the img tag. Like this: [img=https://i.imgur.com/ddYqXZa.jpeg]
[2026-7-26. : 11:15 am]
ManCubuS -- Hey fellas! Anyone knows why when I try to upload an image it says "failed to get image size"? I even tried making it so small. Imgur isn't working here and I tried postimg no luck.
[2026-7-23. : 6:40 am]
Oh_Man -- true
[2026-7-23. : 3:16 am]
RIVE -- Still annoyed there was never a trigger to stop or pause wavs.
Please log in to shout.


Members Online: Ultraviolet