• 0

    posted a message on [Solved] Minimap Panel Template not working

    Both of the functions ("Create Dialog Item from Template" and "Create Dialog Item in Panel from Template") produce errors reading "Could not create frame from MinimapPanel/MinimapPanelTemplate" and do not create the minimap. I have also tried going deeper into the template and using "MinimapPanel/MinimapPanelTemplate/Minimap" with similar results.

    Posted in: Triggers
  • 0

    posted a message on [Solved] Minimap Panel Template not working

    Since patch 3.0, creating a panel using the MinimapPanelTemplate no longer works and produces trigger errors saying the panel could not be created. See attached code. I have tried other templates to no avail. Does anyone know how to create a standalone minimap in 3.0/LotV?

    Posted in: Triggers
  • 0

    posted a message on Minimap Template not working since 3.0

    Since 3.0, creating a panel using MinimapPanel/MinimapPanelTemplate (see attached code) no longer produces a minimap whereas it worked perfectly before. I've tried using other Templates to no avail. Anyone know the fix for this?

    Posted in: UI Development
  • 0

    posted a message on ScoreValues.xml

    Where can I find ScoreValues.xml? I can't seem to find it in Base.SC2Data

    Posted in: UI Development
  • 0

    posted a message on Broken Overlord downgrade?

    @Downsizer: Go

    Right you are, sir! Attached is a map that fixes the issue just as you suggested.

    Posted in: Triggers
  • 0

    posted a message on Broken Overlord downgrade?

    Please see attached map. It creates an Overlord for you and there are some triggers that demonstrate what seems to be a bug since the HotS Beta.

    - Chat "up ventral" to upgrade the Overlord ventral sacs - Chat "down ventral" to downgrade the Overlord ventral sacs

    Works fine. Now:

    - Chat "up speed" to upgrade Overlord speed movement (hover over armor in Unit Status area to see speed is 1.88) - Chat "down speed" to TRY to downgrade Overlord speed movement

    The last one doesn't work. I can't seem to figure out why or a workaround. Suggestions?

    Posted in: Triggers
  • 0

    posted a message on Observer Interface Mods

    Does this work on the non-Beta client? I can't seem to get the test to work. I have already uninstalled my Beta Editor...

    Posted in: UI Development
  • 0

    posted a message on "UI Editor" - affects replays or no?

    Can anyone confirm that the new HotS feature called "Observer Interface Mods" described at http://us.battle.net/sc2/en/forum/topic/7593742229 affects both live games as well as replays?

    Posted in: UI Development
  • 0

    posted a message on 2.0.4 truncates text in labels

    In WoL 2.0.4, text in long labels is artificially truncated after a few paragraphs and "..." is added with the rest of the label remaining blank. This doesn't seem to be the case in HotS Beta. Does anyone have a fix for this?

    Posted in: Triggers
  • 0

    posted a message on Fixing the White Label Bug

    Maybe this is a bad workaround, but I just replaced all of my single-line Create Label actions with the more generic Create Dialog Item (label) and then Move, Size, and Style with separate lines of code. Increases code footprint but fixed my color issues.

    Now in WoL 2.0.4 I'm running into labels truncating my text after a paragraph or so and adding "...", which cuts off lots of text. Not the case in HotS Beta.

    Posted in: Triggers
  • 0

    posted a message on How do you sort by kills for a dialog leaderboard?

    You're going to need to do a bubble sort against parallel arrays (one array holding kills, another holding the player Ids) and then update your dialog accordingly.

    Posted in: Triggers
  • 0

    posted a message on Create Actor no longer works in HotS??

    @Renee2islga: Go

    Okay I did some tinkering and found that actors created in areas that I have vision of do not show up unless I explicitly use "Reveal Region" or similar action. I didn't realize but I think this changed in patch 1.5. It used to be that Create Actor at Point would produce a visible actor at a point for a player if the player had vision of that area (a unit close to it, for example). Now, even if a player has vision, the actor does not appear until you Reveal the region. This is unexpected and I don't know how to resolve it. Any advice?

    Posted in: General Chat
  • 0

    posted a message on Create Actor no longer works in HotS??

    It seems that none of my Create Actor triggers are working anymore...the actors do not show up. I haven't found a single one that works. I even tried Showing the actor after it was created. No luck. Anyone else experiencing this and/or know of a fix?

    Posted in: General Chat
  • 0

    posted a message on HotS 2.0.2 Editor Updates

    @SoulFilcher: Go

    I already started working on a HotS version of my project. The WoL one will remain WoL-only. I imagine we're going to see a lot of "Classic" or "Liberty" versions of arcade games alongside their new HotS versions, each with their own variations on content. It's a shame, but Blizz probably has their hands tied from a technical perspective.

    Posted in: General Chat
  • 0

    posted a message on HotS 2.0.2 Editor Updates

    It seems that, based on error messages I'm receiving, Liberty mods cannot be used in conjunction with Swarm Mods. Therefore, it would be impossible to include models from Liberty Campaign (such as Swann) in a map that depends on Swarm and/or Swarm Multi. True or false?

    Posted in: General Chat
  • To post a comment, please or register a new account.