• 0

    posted a message on Unit vision radius / Is point visible to player

    Is there a trigger that will give me the vision radius of a unit?

    My basic problem is that I want to figure out if any unit owned by Player A can see Point A (or, more simply, is Point A revealed for Player A). Please let me know if there is an easier way to do this.

    Posted in: Triggers
  • 0

    posted a message on Retrieving trigger errors on published maps

    @Nerfpl: Go

    Okay so how do I route trigger errors to that? That's my problem, not styling a custom dialog.

    Posted in: Triggers
  • 0

    posted a message on Retrieving trigger errors on published maps

    I'm trying to get the full text of trigger errors that can appear in a published map. Unfortunately, these errors are too big for the Error area on the left side of the screen so I can't see the full message (nor how many messages there were, since it can only display 4 lines max). What is the best way to retrieve these?

    - Log them to a file somehow?

    - Decrease font size on Error area (via Data? Layout files?)

    - Catch errors and pipe the strings to a dialog item?

    Posted in: Triggers
  • 0

    posted a message on [SOLVED] Mute Chat Sounds

    @zorbotron: Go

    Thanks. I changed the Chance to 0 on the sounds I didn't want to play and it works great. To arbitrarily play that sound via triggers, duplicate/rename it and change it to be "Based on" a sound channel that is not muted (such as "Combat").

    Posted in: Triggers
  • 0

    posted a message on How to get a unit's ID?

    @Aramiri: Go

    Okay so apparently what you meant was "each unit *type* is assigned an ID in the editor".

    Posted in: Triggers
  • 0

    posted a message on Angry Pro Editors

    Usually "pro" means "professional", meaning the person being referred to is actually earning their living from such activities. I wasn't aware there was such a thing in the sc2 map making community...who's actually making money on this stuff?

    Posted in: General Chat
  • 0

    posted a message on Publishing to KR

    @Taintedwisp: Go

    I already have a SEA account but that can't connect to KR, right? You mean Taiwan, not SEA?

    Posted in: General Chat
  • 0

    posted a message on Building or Hotkey Commands via Triggers

    @megabuster33: Go

    I could definitely be wrong, but I don't think you can issue keyboard-based shortcuts to units. If you are talking about bringing up a sub-UI, you'd probably need to use layout files and/or re-create interfaces via dialog items. You're not going to be able to get there with triggers interacting with existing UI elements.

    Posted in: Triggers
  • 0

    posted a message on How to get a unit's ID?

    @Aramiri: Go

    I think we may need a little more context to solve this problem.

    Posted in: Triggers
  • 0

    posted a message on [SOLVED] Mute Chat Sounds

    Is there a way to mute only the chat pings instead of entire UI channel?

    OR

    Given that the UI sound channel is muted, how can I play the sound "UI_ChatMessageReceived (Unnamed)"? It seems this sound won't play when called arbitrarily if I have UI channel muted.

    Posted in: Triggers
  • 0

    posted a message on [SOLVED] Turn off chat ping sounds

    Is there an easy way to turn off all automatic chat ping sounds (like when you send a chat message to an ally) without disabling the rest of the UI sounds?

    EDIT: I was able to solve this by going to Data > Sounds > UI_ChatMessageReceived (Unnamed) and setting its Chance to 0.

    Posted in: Data
  • 0

    posted a message on voting system quetion help me

    @strhsxx: Go

    I think if you want an answer you're going to need to be more clear in your language and also you're going to have to have some understanding of the code you're providing. You're not going to find someone on here to fix all your problems for you, but you will find help with a specific problem. So let us know what your specific problem is and then we can go from there.

    Posted in: Triggers
  • 0

    posted a message on l.....

    @Eimtr: Go

    I setup my leaderboard with all this fancy stuff using dialog items. Forget the built-in Leaderboard...it's garbage. I even implemented sorting on the leaderboard. The problem with this type of thing is that it's not "Library-ready"...it would need to be abstracted a lot to share with others. Most games will want very specific leaderboard columns, for example, so I'm not sure it's feasible to make this a library type of thing. I think you just need to plug away and create what you want using dialog items, as many of us have in our own maps.

    Posted in: Triggers
  • 0

    posted a message on Publishing to KR

    Is sc2sea.com legit? Saw this sponsored link on reddit: http://www.sc2sea.com/showthread.php?t=1893&tgm=11

    I'd like to be able to publish on Korea...is this the way to go or is there a better way?

    Posted in: General Chat
  • 0

    posted a message on Translucent Creep

    Is it possible to make all creep translucent?

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