• 0

    posted a message on Textures from wow models

    Use texture select by ID to change the texture.
    Use search function to find a tutorial on how to use that.

    I'm using that in my map. If you can't figure it out, I can make you some screenshots to show how it needs to be set up.

    Posted in: Artist Tavern
  • 0

    posted a message on Making a continous buff that disallows attacking.

    @title
    To disallow attacking, disable (suppress?) the attack ability within the buff's modifications in the ability tab.
    This will disable the unit's ability to attack as long as the behavior is active.

    Posted in: Data
  • 0

    posted a message on Woman Driving: Is she doing it right?

    Uhm, I would just say I'm happy that nobody got hurt or killed during that.
    That women doesn't seem to be responsible enough to drive a vehicle as she overreacted and tried to murder him as she drove him onto the other side of the street and finally hit a non-moving car. :(
    Jail her, never give her a driving license again.

    Posted in: Off-Topic
  • 0

    posted a message on GAx3 Patch 1(Build 1.1.0.2433) Patch Note & Tip

    Awesome. :)
    I'm using the phasing system in my map and it's superb to display items only to one player in some cases.

    Posted in: General Chat
  • 0

    posted a message on How do I change how much resources you give when you trade?

    I know that you can change that with triggers.
    I didn't find it in data right now. :S

    Posted in: Data
  • 0

    posted a message on Solved: Event firing twice when using a Unit variable and "Triggering order"

    Variables don't work in events.
    Its initial value will be used which might be "no unit" in your case.
    Events can't have no unit, so it seems to read it as any unit.

    Posted in: Triggers
  • 0

    posted a message on Disable player tint

    You can define the unit's team color.
    I don't think you can just "stop" it.

    Just set it in the actor events or set it via trigger action.

    Posted in: Data
  • 0

    posted a message on Zealot sounds through fog

    I just wait for the next patch.
    The British support said "we can assure you that this issue will be investigated thoroughly.".

    The map suffering that engine problem isn't done, yet, so it's not of highest importance to workaround that problem.
    I guess I could make it work with spawning sound actors myself, but it's not important for me.

    There are more serious flaws like attacker revealing for allies which doesn't check if the allied person who gets the units revealed, too has vision to the attacked unit in first place (don't share vision with allies -> u will only see the attacking units through fog. expected behavior: u shouldn't see the enemy attacking the allied units u can't see).

    @eliek: Go

    I didn't add the info that this problem exists on an empty map without modifications in the first post. Pity me.

    You just place 30 zealots for p13, 30 zealots for p14 next to each other in a new map, start the map, zoom in and move around while holding middle mouse button and u can hear them fighting. Zealots, broodlings, both share the same problem.
    The problem has been validated by Jademusgreg, if I remember correctly.

    Posted in: Miscellaneous Development
  • 0

    posted a message on Zoomed Camera, resolution & camera boundaries

    "Fixed" my problem with height changes of the hero (+10), the actor (-10) and the camera (-10) instead of adjusting the distance.

    It's not a perfect solution, but it works in my case.

    Posted in: Data
  • 0

    posted a message on Unable to load dependencies on initial start-up of editor.

    There are only 4 mod dependencies usable per file.
    Push one dependency into a mod file and it will work as far as I know.

    Posted in: Galaxy Editor Bugs and Feedback
  • 0

    posted a message on Dialog will not hide itself...

    What kueken said.

    Else:
    Are you sure that you aren't creating multiple instances of that dialog accidentally? So maybe one closes and you got a second one behind that does nothing because the button and dialog references were overwritten.

    Posted in: Triggers
  • 0

    posted a message on Haha, I made Trigger stairs!

    Use functions and action definitions instead of 10 billion triggers with small changes.

    Posted in: Miscellaneous Development
  • 0

    posted a message on Dialog will not hide itself...

    That trigger looks fine to me.

    Can you show us the dialog's creation actions?

    Maybe you only forgot to reference the 6th button.

    Posted in: Triggers
  • 0

    posted a message on Giving items / equipment to heroes

    I would guess that you create an inventory item and move it to the slot that represents the field you want.

    Posted in: Triggers
  • 0

    posted a message on Editing the default camera

    Modify the distance in the zoom levels of the camera...

    But this will render some areas of the map inaccessible for some resolutions (because you hit the border without being able to see the area with every resolution. Widescreen can't see the area at the camera border, 4:3 screen dimensions can see it...). If someone knows a solution for that, PM me.

    So you need to make a few tiles long dead area around your map...

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