Staredit Network > Forums > SC2 Assistance > Topic: [Solved] Sharing Unit from Different Players
[Solved] Sharing Unit from Different Players
This topic is locked. You can no longer write replies here.
Dec 3 2010, 5:11 am
By: payne  

Dec 3 2010, 5:11 am payne Post #1

:payne:

I'd like to be able to detect which player is missing (or has quit), and make his Hero unit (he has only 1) shared with all players, yet still detecting this Hero as being owned by this missing player. :O

EDIT: And while we're at it, what's wrong with this trigger? It gives me an error related to the event (something like 'EventDialog')?
http://vgshorts.com/BBCode/BBCode3.php?ID=221



None.

Dec 3 2010, 5:43 am NicholasBeige Post #2



I thought you were good with triggers? LOL!

The error message tells you, in plain english what was wrong with it... You are using an event-dialog, where non exists.

Dialog - Disable (Used dialog item) for (Player group((Triggering player)))


as for the detection of the player leaving and blah blah i don't know...



None.

Dec 3 2010, 5:59 am payne Post #3

:payne:

Quote from name:Cardinal
I thought you were good with triggers? LOL!

The error message tells you, in plain english what was wrong with it... You are using an event-dialog, where non exists.

Dialog - Disable (Used dialog item) for (Player group((Triggering player)))


as for the detection of the player leaving and blah blah i don't know...
LOL! Fail from me. I copy-pasted the trigger from elsewhere... didn't look carefully. :><:

Anyways, still needing help for the main problem about sharing units, guys! :teehee:



None.

Dec 3 2010, 6:39 am Roy Post #4

An artist's depiction of an Extended Unit Death

PlayerLeaves
    Events
        Player - Player Any Player leaves the game with Any
    Local Variables
    Conditions
    Actions
        Player Group - Pick each player in (All players) and do (Actions)
            Actions
                Player - Turn player (Triggering player) Shared Control On towards player (Picked player)

Tada?

Edit: I might have (Triggering player) and (Picked player) backwards; the wording is ambiguous and the description does not provide clarity. If it seems to do nothing, switch the two players and see if it works.




Dec 3 2010, 6:59 am payne Post #5

:payne:

Okay, thanks. Now, what about if the player just isn't there from the very start of the game? :/
(I guess it's an easy one, but my brain is off and it's 2 AM.)



None.

Dec 3 2010, 3:01 pm Roy Post #6

An artist's depiction of an Extended Unit Death

It's a little trickier, because there is no "Inactive Players" group; you have to make it yourself. And then you have two pick loops for active and inactive players, which means you need to use a variable on the outer loop to hold the first player group.

Initialization
    Events
        Game - Map initialization
    Local Variables
        ActivePlayer = 0 <Integer>
        InactivePlayers = (Empty player group) <Player Group>
    Conditions
    Actions
        Player Group - Pick each player in (All players) and do (Actions)
            Actions
                General - If (Conditions) then do (Actions) else do (Actions)
                    If
                        (Status of player (Picked player)) != Playing
                    Then
                        Player Group - Add player (Picked player) to InactivePlayers
                    Else
        Player Group - Pick each player in (Active Players) and do (Actions)
            Actions
                Variable - Set ActivePlayer = (Picked player)
                Player Group - Pick each player in InactivePlayers and do (Actions)
                    Actions
                        Player - Turn player ActivePlayer Shared Control On towards player (Picked player)

Again, you might have to swap "ActivePlayer" and "(Picked player)" on the last line there; I can't test this code in a solo game.

Also, I'm not sure if SCII removes all inactive players' units automatically from the start of the game, but be aware that empty slots may have some differing functionality on map initialization.




Dec 3 2010, 7:27 pm payne Post #7

:payne:

Thanks.
For information: " Player - Turn player ActivePlayer Shared Control On towards player (Picked player)" was the proper syntax. :)



None.

Options
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[03:27 am]
m.0.n.3.y -- Maybe because it's an EUD map?
[03:27 am]
m.0.n.3.y -- Can't upload maps to the DB. Error says "The action you have performed caused an Error". Any word?
[07:46 am]
RIVE -- :wob:
[2024-4-22. : 6:48 pm]
Ultraviolet -- :wob:
[2024-4-21. : 1:32 pm]
Oh_Man -- I will
[2024-4-20. : 11:29 pm]
Zoan -- Oh_Man
Oh_Man shouted: yeah i'm tryin to go through all the greatest hits and get the runs up on youtube so my senile ass can appreciate them more readily
You should do my Delirus map too; it's a little cocky to say but I still think it's actually just a good game lol
[2024-4-20. : 8:20 pm]
Ultraviolet -- Goons were functioning like stalkers, I think a valk was made into a banshee, all sorts of cool shit
[2024-4-20. : 8:20 pm]
Ultraviolet -- Oh wait, no I saw something else. It was more melee style, and guys were doing warpgate shit and morphing lings into banelings (Infested terran graphics)
[2024-4-20. : 8:18 pm]
Ultraviolet -- Oh_Man
Oh_Man shouted: lol SC2 in SC1: https://youtu.be/pChWu_eRQZI
oh ya I saw that when Armo posted it on Discord, pretty crazy
[2024-4-20. : 8:09 pm]
Vrael -- thats less than half of what I thought I'd need, better figure out how to open SCMDraft on windows 11
Please log in to shout.


Members Online: CarpetCleaningWokin, Roy