• 0

    posted a message on Trigger Module bug - Invalid owner for units

    To reproduce the bug:

    1. Create a new map
    2. Place a brood lord under the control of player 1
    3. Place a handful of zealots for the Hostile player (any units or player will work, just need something to attack)
    4. Create a new trigger:
      Dies
          Events
              Unit - Any Unit dies
          Conditions
              ((Owner of (Triggering unit)) is in (All players)) == true
      
    5. Go to menu File > Test Document. The game cannot load the map! An error message occurs.
    6. Add another event to the trigger:
            Timer - Elapsed time is 1.0 Game Time seconds
    
    1. Test the map again and attack the zealots with the brood lord. Error messages occur.

    This bug also occurs with "unit takes damage" and other events. The bug occurs with units other than the Brood Lord as well, but this is the most noticeable example of the bug. I think one of the "escorts" for the brood lord has its owner set to player 16, which is an illegal array index for the player array (0-15).



    Workarounds

    Use the "Within Bounds" function to check the owner of a dying or damaged units is within the range 0-15. Notice the built-in within bounds function is also bugged, however, so use a fixed version.

    Posted in: Galaxy Editor Bugs and Feedback
  • 0

    posted a message on Share filters broken?

    Can anyone confirm whether the "Share Filters" for veterancy are broken? Specifically, the player filters (unit filters appear to work). I excluded all players to test, yet the experience still shares.

    Posted in: Miscellaneous Development
  • 0

    posted a message on Trigger module - missing functionality

    Common knowledge, but here's some missing functions:

    Get experience of unit - Missing
    Set experience of unit - Missing
    Get level of unit - Exists
    Set level of unit - Missing
    Experience gained - Missing (for "Unit Gains Experience" trigger event)

    This, combined with the fact the CAbilRevive ability is bugged (experience resets to 0), is a serious frustration.

    Posted in: Galaxy Editor Bugs and Feedback
  • 0

    posted a message on Button hotkeys

    It took me an entire month to discover this by accident, as I assumed there wasn't a place to key in hotkeys in the data editor and was doing it through the text editor. Just in case anyone else didn't realize this, you can click the highlighted area, it turns red, and then you can press the key you wish to use:

    http://img10.imageshack.us/img10/7389/hotkeysr.jpg

    Posted in: Miscellaneous Development
  • 0

    posted a message on Detecting teams with triggers impossible?

    @Eldrazor: Go

    That works to tell if players are on opposite teams, but not what team they were on from the lobby screen when the game started. Team 1 is always the attacker in my map, and Team 2 is the defender. I just need to check which a player was on, but have been stumped on this for days.

    Posted in: Miscellaneous Development
  • 0

    posted a message on How to work around editor limit?

    The data editor disallows negative numbers for the height modification field of behaviors. Even if I change the number in the mpq file of the map directly, it reverts when loaded in the editor. What's the best way to get around this?

    Posted in: Miscellaneous Development
  • 0

    posted a message on Data module - Field does not accept valid data

    The "Unit - Modification - Height" field of Buff Behaviors does not accept negative numbers, which means units can be moved only up, not down.

    Posted in: Galaxy Editor Bugs and Feedback
  • 0

    posted a message on Detecting teams with triggers impossible?

    Has anyone figured out a way to detect (with triggers) what team a player was on at a custom game lobby?

    Posted in: Miscellaneous Development
  • 0

    posted a message on fetching players name.

    One thing to keep in mind, you can use a player's name, but not check what it is.

    Posted in: Miscellaneous Development
  • 0

    posted a message on Actors and behaviors

    Simple question, what combination of actor events can keep an actor active until a behavior that's reapplied expires?

    For this:

    time 0 - 10-second behavior applied
    time 0 - Actor created
    time 5 - Behavior refreshed
    time 15 - Behavior expires
    time 15 - Actor destroys

    I thought it was a simple process of replicating an existing actor that does this (like guardian shield) but discovered guardian shield itself is actually bugged, and doesn't work... if you recast it while the effect is dissipating the ability is active but there's no visual to indicate as such. Is it impossible to have a special effect show while a behavior is active with the data editor?

    Posted in: Miscellaneous Development
  • 0

    posted a message on [Info] Patch 13 Editor Changes

    I'm sure most people noticed this already, we can now edit text directly in the data editor if raw data mode is enabled. Previously, for entries like the Command Card of units, a GUI box would always pop up whether or not raw data mode was enabled.

    This makes some editing tasks MUCH faster! Also, it used to be impossible to edit Footprint properties like creep or contour in the data editor (because the GUI doesn't have stuff for these special properties). Now it's possible without xml editing.

    Posted in: Galaxy Editor Bugs and Feedback
  • 0

    posted a message on Lobby teams don't match map team definitions

    FFA is one thing... but I guess there's no way to detect what teams people are on yet. I haven't seen any positive information on the subject, and nothing I tried worked either.

    However, there IS a cumbersome workaround: checking a player's race is easy, and on my map the two teams are different races. So it worked to just ensure at the lobby everyone of one race is on one team. Still, this is a horrible solution.

    Posted in: Miscellaneous Development
  • 0

    posted a message on Wtf is wrong with minerals?

    Both my brother and I have the same problem. If we change the actor or model of mineral fields, nothing happens. It's just impossible to change them.

    Posted in: Miscellaneous Development
  • 0

    posted a message on "User created maps not allowed"

    So I publish a map, go to play it. When I click create new game with the map, I get a dialogue box:

    Error:

    USER_CREATED_MAPS_NOT_ALLOWED

    Posted in: Miscellaneous Development
  • To post a comment, please or register a new account.