Staredit Network > Forums > SC1 UMS Mapmaking Assistance > Topic: Overtime Trigger not peforming as I assume it should?
Overtime Trigger not peforming as I assume it should?
Oct 26 2015, 7:58 pm
By: 3oDAtlas  

Oct 26 2015, 7:58 pm 3oDAtlas Post #1



So I wanted to make an over time function in a map and it seems like everything is laid out how it should be but its just not working properly.


Team Hot/Team Cold win triggers work just fine. If you set each teams ore/gas manually and then wait until the 10 second timer reaches 0 it displays who has won correctly.

But if you assign both teams the same ore/gas and then wait until the timer reaches 0 it says Team Hot wins 100% of the time. I attached the map which is just a blank canvas with just these triggers and the score setting triggers. I feel like its something to do with order of operations or something but I just can't seem to figure it out.

Thanks!

Force1Winning
Players

  • Force 1
  • Conditions

  • Most Resources(ore);
  • Countdown Timer(Exactly, 0);
  • Elapsed Time(At least, 10);
  • Actions

  • Set Switch("Force1Win", set);
  • Preserve Trigger();
  • Comment("Force1Winning");



  • Force2Winning
    Players

  • Force 2
  • Conditions

  • Most Resources(ore);
  • Countdown Timer(Exactly, 0);
  • Elapsed Time(At least, 10);
  • Actions

  • Set Switch("Force2Win", set);
  • Preserve Trigger();
  • Comment("Force2Winning");



  • Tie Game / OT
    Players

  • Player 1
  • Conditions

  • Switch("Force1Win", set);
  • Switch("Force2Win", set);
  • Switch("EndGame", not set);
  • Elapsed Time(At least, 10);
  • Countdown Timer(Exactly, 0);
  • Actions

  • Display Text Message(Always Display, "Tie!");
  • Set Switch("Force1Win", clear);
  • Set Switch("Force2Win", clear);
  • Set Countdown Timer(Set To, 10);
  • Preserve Trigger();
  • Comment("Tie Game / OT");


  • Team Hot Wins
    Players

  • Player 1
  • Conditions

  • Switch("Force1Win", set);
  • Switch("Force2Win", not set);
  • Switch("EndGame", not set);
  • Elapsed Time(At least, 10);
  • Countdown Timer(Exactly, 0);
  • Actions

  • Display Text Message(Always Display, "Team Hot Wins");
  • Set Switch("EndGame", set);
  • Preserve Trigger();
  • Comment("Team Hot Wins");


  • Team Cold Wins
    Players

  • Player 1
  • Conditions

  • Switch("Force2Win", set);
  • Switch("Force1Win", not set);
  • Switch("EndGame", not set);
  • Elapsed Time(At least, 10);
  • Countdown Timer(Exactly, 0);
  • Actions

  • Display Text Message(Always Display, "Team Cold Wins");
  • Set Switch("EndGame", set);
  • Preserve Trigger();
  • Comment("Team Cold Wins");


  • Attachments:
    TestingOT.scx
    Hits: 0 Size: 40.07kb



    None.

    Oct 26 2015, 8:07 pm Roy Post #2

    An artist's depiction of an Extended Unit Death

    It's trigger execution order. Player 1 runs the Force1Winning trigger, and then runs the Team Hot Wins trigger. This all happens before any of Force 2's triggers run.

    This is because trigger groups expand out to belong to each individual player, and trigger execution always runs all of Player 1's triggers before Player 2's triggers, and so on for the eight players.

    Change the victory/tie triggers to be owned by a single player to fix the issue. Of course, you'll need to sort out how you want to display the text messages separately to each player. I'd set a death for all players and then display a message based on the death number (E.g., 1 death means show Team Hot Wins, 2 deaths means Team Cold Wins, and 3 deaths means a tie).




    Oct 26 2015, 8:20 pm 3oDAtlas Post #3



    Ah, alright. That's what I figured it was, since I had them initially in "All Players" I thought that would of covered that base but I guess not. I just added them to Player 8 (Which is AI/holds Hypers ect.) so that works just fine.

    And yeah, I will be using a DC to display the message ect.

    Thanks sir!



    None.

    Options
      Back to forum
    Please log in to reply to this topic or to report it.
    Members in this topic: None.
    [03:20 pm]
    l)ark_ssj9kevin -- le reddit
    [02:55 pm]
    Moose -- >reddit :rip2:
    [02:07 pm]
    IskatuMesk -- reddit 💀
    [2026-5-30. : 1:31 pm]
    l)ark_ssj9kevin -- DarkenedFantasies
    DarkenedFantasies shouted: FaRTy1billion Ah, crap! This landing site doesn't have any minerals!
    sick refeernce
    [2026-5-30. : 10:39 am]
    NudeRaider -- Are you frigging kidding me? Such an impactful patch in this economy? https://www.youtube.com/watch?v=fYsP29E-FUs
    [2026-5-30. : 9:55 am]
    IskatuMesk -- just a wee baby in his crib
    [2026-5-30. : 2:55 am]
    DarkenedFantasies -- FaRTy1billion
    FaRTy1billion shouted: too bad new accounts start with -150 minerals
    Ah, crap! This landing site doesn't have any minerals!
    [2026-5-30. : 12:34 am]
    Symmetry -- in another 6 years
    [2026-5-29. : 10:54 pm]
    NudeRaider -- just like you
    Please log in to shout.


    Members Online: IskatuMesk