No the cheat "the gathering" #24


Closed
Assigned to omegaweaponx
  • wrace0 created this issue May 23, 2018

    Bug Map

    SCMRmod

    Bug Description

    in SC1 also was the cheat "the gathering" (yeah, unlimited Broodlings for Queens), but I do not see it in SCMR; one year ago I created the code for it and for some other missing (in 5.4.3) cheats from original SC1. In 6.0 these missed cheats was also added, excepting this one. Below its code (for the version 5.4.3; in 6.0 there is SCMRLocal, so there are some small changes in the code of cheats).
    ----------------------------------------------------------------
    Trigger "Infinite Mana" (Enabled by default)
    ----------------------------------------------------------------
    Events
      Game - Player 1 types a chat message containing "the gathering", matching Exactly
    Actions
      General - If (Conditions) then do (Actions) else do (Actions)
       If
        (Infinite Mana Give is on) == True
       Then
        UI - Display "cheat disabled" for (All players) to Directive area
        Trigger - Turn Infinite Mana Give Off
       Else
        UI - Display "cheat enabled" for (All players) to Directive area
        Trigger - Turn Infinite Mana Give On
        Unit Group - Pick each unit in (Any units in (Entire map) owned by player 1 matching Excluding Missile, Death, Hidden, with at most Any Amount) and do (Actions)
         Actions
          Unit - Set (Picked unit) Energy (Percent) to 100.0
      General - Wait 4.0 Real Time seconds
      UI - Clear Directive Messages for (All players)
    ----------------------------------------------------------------
    Trigger "Infinite Mana Give" (Disabled by default)
    ----------------------------------------------------------------
    Events
      Unit - Any Unit Energy changes
    Conditions
      (Owner of (Triggering unit)) == 1
      (Triggering unit property change) < 0
    Actions
      Unit - Set (Triggering unit) Energy (Percent) to 100.0
    ----------------------------------------------------------------

  • OmegaWeaponX posted a comment May 24, 2018

    Yeah, I'm going to double-check the mod has all the cheats and proper outcomes in it.  This is one of them, I think there's more - 

    http://starcraft.wikia.com/wiki/List_of_single_player_cheats


    Edited May 24, 2018
  • wrace0 posted a comment May 27, 2018

    Thanks. As I remember, from the cheats you are linked (in addition to "the gathering") there are no now in SCMR only the cheats "ophelia" (hm, we can select missions in Launcher), "radio free zerg", "war aint what it used to be" (there is the cheat "black sheep wall", though it works with some changes in comparison with original SC1). I am not sure about "game over man" and "staying alive".

  • OmegaWeaponX posted a comment May 29, 2018

    (FIXED PENDING RELEASE)

  • OmegaWeaponX edited title May 29, 2018
  • OmegaWeaponX edited title Jan 5, 2019
  • OmegaWeaponX self-assigned this issue Jan 5, 2019
  • OmegaWeaponX closed issue Jan 5, 2019

To post a comment, please login or register a new account.