Search results

  1. L

    HELP! Creep Is Pushing Restored Minerals From Bank Out Of Position

    I figured out the issue. For anyone else, who was seeing this happen I'll explain why it happens and how to fix it. Why it happens: If you don't remove the creep then you have to wait for it to decay. Only structures that have the requirement to build on creep can build on creep. How to...
  2. L

    HELP! Creep Is Pushing Restored Minerals From Bank Out Of Position

    Hi, I have this real annoying problem that is driving me crazy. Hopefully someone here can help me out with it. My Objective: I'm trying to reset my map so that it looks exactly as it did when it was first initialized. The Problem: Everything works fine when I reset the map for...
  3. L

    How do I localize my maps' text strings?

    I implemented a way to do it in code, before finding out the limitations of bank files. Now I'm reading that there does exist a way for us to add localized strings through .scml (??) files. Can someone please breakdown what I need to do to add these localized strings? I'm getting a lot of...
  4. L

    How do you kill all units on the map?

    This is close. Create a Unit Group that contains every unit in (Battle Field) owned by (Any player) and in the filter specify to Exclude Structures. Then use For Each Unit in Unit Group to grab them, and refer to the unit with a temp unit variable that will act as the index. Then use an...
  5. L

    How do you gain access to one image in a .dds file with multiple images?

    Here's an example of what I mean: img_button = Assets/Textures/ui_battlenet_glue_button_deletefile_normaloverpressedover.dds <File - Image> All this is, is a variable set to File and then Image. If you look at this specific .dds you will see that it has two deletefile buttons stacked into...
  6. L

    Why does 'Owner of Unit' return 16 here?

    I'm an idiot. For anyone else who stays up so late that they become stupid, this trigger's instructions clearly say to use (triggering player) to find the player that triggered the train.
  7. L

    Why does 'Owner of Unit' return 16 here?

    Can someone help me understand why I'm getting these errors in the console using this event? Why would I be getting a value of 16 for a player? 00:00:15.19 Trigger Error in 'lib1_gt_DetectSupplyBlock_Func': Could not get 'player' from parameter in 'PlayerGetPropertyInt' (value: 16)...
  8. L

    How do you gain access to one image in a .dds file with multiple images?

    I'm not an artist, but I felt encouraged to mod because Blizzard has provided tons of art in the editor. The problem I'm encountering is that whenever I find a piece that I like, more often than not it's a deconstructed image where the pieces are tiled together, or the icons I want are tiled...
Top