Foes
Nov 3 2008, 3:26 am
By: Kaias  

Nov 3 2008, 3:26 am Kaias Post #1



Real quick, what defines a foe?



None.

Nov 3 2008, 3:42 am Morphling Post #2



A player not allied to the current player. ^^

So lets say there are four players.

Player 2 and player3 are not allied to player 1 and player 4 is, so the trigger below would only create a zergling for player 2 and player 3.

C: Whatever
A:Create 1 Zergling for foes at location A.



None.

Nov 3 2008, 4:01 am Falkoner Post #3



Actually, I think it means anyone the current player is not allied to.

This is how they detect when a player unallies, they just detect foes.



None.

Nov 3 2008, 4:22 am Ultraviolet Post #4



Quote from Falkoner
Actually, I think it means anyone the current player is not allied to.

This is how they detect when a player unallies, they just detect foes.

This is the correct answer.

Quote from Vi3t-X
Foe
n.

1. A personal enemy.
2. An enemy in war.
3. An adversary; an opponent: a foe of tax reform. See Synonyms at enemy.
4. Something that opposes, injures, or impedes: taxes that were the foe of economic development.

Not helpful, in terms of mapping.




Nov 3 2008, 5:29 am Madroc Post #5



This is something I've always wondered; how does it work when you put it in the Players menu for a trigger?



None.

Nov 3 2008, 6:31 am JaBoK Post #6



Quote from Falkoner
Actually, I think it means anyone the current player is not allied to.

This is how they detect when a player unallies, they just detect foes.
Starcraft has two alliance statuses, ally and enemy. Usually shared vision determines neutral/ally status, but is not used in foe calculation. So, either one is right, enemies, or not allied with, it doesn't matter.



None.

Nov 3 2008, 8:45 am NudeRaider Post #7

We can't explain the universe, just describe it; and we don't know whether our theories are true, we just know they're not wrong. >Harald Lesch

Quote from Madroc
This is something I've always wondered; how does it work when you put it in the Players menu for a trigger?
It does not work




Nov 4 2008, 12:45 am Falkoner Post #8



Quote
This is something I've always wondered; how does it work when you put it in the Players menu for a trigger?

Usually for simple things like that, you can just pop open StarEdit and see if it shows up, if it doesn't, it most likely was added into newer editors, and is not certain to work.



None.

Nov 6 2008, 2:35 pm Zhuinden Post #9



Quote from JaBoK
Quote from Falkoner
Actually, I think it means anyone the current player is not allied to.

This is how they detect when a player unallies, they just detect foes.
Starcraft has two alliance statuses, ally and enemy. Usually shared vision determines neutral/ally status, but is not used in foe calculation. So, either one is right, enemies, or not allied with, it doesn't matter.

You're totally forgetting about the poor old Non-Allied Victory Players.



None.

Nov 6 2008, 3:38 pm NudeRaider Post #10

We can't explain the universe, just describe it; and we don't know whether our theories are true, we just know they're not wrong. >Harald Lesch

Quote from Zhuinden
Quote from JaBoK
Quote from Falkoner
Actually, I think it means anyone the current player is not allied to.

This is how they detect when a player unallies, they just detect foes.
Starcraft has two alliance statuses, ally and enemy. Usually shared vision determines neutral/ally status, but is not used in foe calculation. So, either one is right, enemies, or not allied with, it doesn't matter.

You're totally forgetting about the poor old Non-Allied Victory Players.
If you set players to allied victory then you auto ally them the same time. Allied victory is not a 3rd alliance status, it's just an additional flag that can only be applied to allies.

Also sc has 3 alliance statuses: allied, enemy (=foe) and neutral. Neutrals and allies are not foes.




Nov 9 2008, 6:41 pm Hercanic Post #11

STF mod creator, Modcrafters.com admin, CampaignCreations.org staff

Quote from Morphling
A player not allied to the current player. ^^

So lets say there are four players.

Player 2 and player3 are not allied to player 1 and player 4 is, so the trigger below would only create a zergling for player 2 and player 3.

C: Whatever
A:Create 1 Zergling for foes at location A.
If it's a Current Player trigger, then wouldn't P1 and P4 be considered Foes of P2, and Foes of P4? Thus:

P1: 2 Zerglings (from P2 and P3)
P2: 2 Zerglings (from P2 and P3)
P3: 3 Zerglings (from P2, P1, and P2)
P4: 3 Zerglings (from P2, P1, and P3)




Nov 9 2008, 7:26 pm NudeRaider Post #12

We can't explain the universe, just describe it; and we don't know whether our theories are true, we just know they're not wrong. >Harald Lesch

Morphlings alliance status is incomplete. It doesn't tell if P2 & P3 are on the same team. Same goes to P1 & P4
And the trigger doesn't show the owner.
So if we assume this is a standard 2v2 situation (14v23) and the trigger is owned by all players then this would happen:
Player running . . . . .Total . . . . . for Players
the trigger . . . . .lings created . . . 1 2 3 4

P1 . . . . . . . . . . . . . . 2 . . . . . . . . - 1 1 -
P2 . . . . . . . . . . . . . . 2 . . . . . . . . 1 - - 1
P3 . . . . . . . . . . . . . . 2 . . . . . . . . 1 - - 1
P4 . . . . . . . . . . . . . . 2 . . . . . . . . - 1 1 -
==========================================
Total: . . . . . . . . . . . . . . . . . . . . . 2 2 2 2

Now we assume that we have 3 factions:
A: P1 & P4
B: P2
C: P3
Player running . . . . .Total . . . . . for Players
the trigger . . . . .lings created . . . 1 2 3 4

P1 . . . . . . . . . . . . . . 2 . . . . . . . . - 1 1 -
P2 . . . . . . . . . . . . . . 3 . . . . . . . . 1 - 1 1
P3 . . . . . . . . . . . . . . 3 . . . . . . . . 1 1 - 1
P4 . . . . . . . . . . . . . . 2 . . . . . . . . - 1 1 -
==========================================
Total: . . . . . . . . . . . . . . . . . . . . . 2 3 3 2

Post has been edited 2 time(s), last time on Nov 9 2008, 7:33 pm by NudeRaider.




Nov 11 2008, 5:16 pm Kaias Post #13



Alright, thanks a ton guys



None.

Nov 19 2008, 1:38 am alayou Post #14



Quote from NudeRaider
Morphlings alliance status is incomplete. It doesn't tell if P2 & P3 are on the same team. Same goes to P1 & P4
And the trigger doesn't show the owner.
So if we assume this is a standard 2v2 situation (14v23) and the trigger is owned by all players then this would happen:
Player running . . . . .Total . . . . . for Players
the trigger . . . . .lings created . . . 1 2 3 4

P1 . . . . . . . . . . . . . . 2 . . . . . . . . - 1 1 -
P2 . . . . . . . . . . . . . . 2 . . . . . . . . 1 - - 1
P3 . . . . . . . . . . . . . . 2 . . . . . . . . 1 - - 1
P4 . . . . . . . . . . . . . . 2 . . . . . . . . - 1 1 -
==========================================
Total: . . . . . . . . . . . . . . . . . . . . . 2 2 2 2

Now we assume that we have 3 factions:
A: P1 & P4
B: P2
C: P3
Player running . . . . .Total . . . . . for Players
the trigger . . . . .lings created . . . 1 2 3 4

P1 . . . . . . . . . . . . . . 2 . . . . . . . . - 1 1 -
P2 . . . . . . . . . . . . . . 3 . . . . . . . . 1 - 1 1
P3 . . . . . . . . . . . . . . 3 . . . . . . . . 1 1 - 1
P4 . . . . . . . . . . . . . . 2 . . . . . . . . - 1 1 -
==========================================
Total: . . . . . . . . . . . . . . . . . . . . . 2 3 3 2

I love the way you explain things. You know how to get the questions they aren't sure how to ask.



None.

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
[03:26 am]
O)FaRTy1billion[MM] -- i have to ask for minerals first tho cuz i don't have enough to send
[01:53 am]
Vrael -- bet u'll ask for my minerals first and then just send me some lousy vespene gas instead
[01: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: Ultraviolet, O)FaRTy1billion[MM], Roy