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.
[05:47 pm]
Ultraviolet -- zsnakezz
zsnakezz shouted: ultra you have any thought or notes on undead invasion?
I still haven't gotten a chance to play it yet unfortunately. I just downloaded, but today I'm working on a project with a deadline so won't be able to play it today
[04:59 am]
zsnakezz -- >:)
[04:59 am]
zsnakezz -- :)
[04:58 am]
zsnakezz -- somebody gets it
[04:58 am]
zsnakezz -- and its not all just numbers in my file screen
[04:57 am]
zsnakezz -- thank you for your comment though, good to know some people out there tried my map out
[04:57 am]
zsnakezz -- just kidding
[04:57 am]
zsnakezz -- ultra you have any thought or notes on undead invasion?
[2024-5-31. : 2:36 pm]
Wing Zero -- Bop em
[2024-5-31. : 2:36 pm]
Wing Zero -- Mods
Please log in to shout.


Members Online: jun3hong