|
|
#1 |
Member
Join Date: Jun 2009
Location: Germany
Posts: 1,117
|
|
| Last edited by Jenova-; 03-25-2010 at 07:02 AM. | |
|
|
#2 |
Member
Join Date: Nov 2009
Location: Netherlands
Posts: 1,901
|
Well, in Dota silence means only that the skills cant be used, so t-null for now.
|
|
|
#3 |
Member
Join Date: Jan 2010
Location: Your Head.
Posts: 81
|
What would rather be better is turning off all the 'talking' audio files of heroes when they are silenced. That is, if it can be coded without too much trouble.
|
|
|
#6 |
Member
|
Great idea. Even if, in w3, silence means just to stop opponents from casting spell this would be a great and unique effect, that won't affect gameplay at all, so big T-up!
|
| Last edited by Zangetsu2201; 02-07-2010 at 07:37 PM. | |
|
|
#7 |
Banned
Join Date: Sep 2009
Posts: 5,835
|
Op is a genius, this would make Global Silence awesome.
|
|
|
#8 |
Member
|
Global Stfu sound would be nice..,
__________________
Disclaimer: Anything i post in a spoiler box is here only for info, read at your own risk. I do not take responsibility of you getting insulted.
|
|
|
#10 |
Member
Join Date: Aug 2009
Posts: 4
|
Thumbs Up, that is if it's codeable
![]() I'd totally play silencer just to see(or rather, hear) the visual(or rather audio, wait or is it no audio?) effect
|
| Last edited by Thor_21; 02-08-2010 at 10:40 AM. | |
|
|
#11 |
Member
|
Not quite sure. If it can be made fast and without any bugs this would be cool, but it would be a waste of time if it doesn't.
__________________
|
|
|
#12 |
Member
Join Date: Sep 2009
Location: Philippines
Posts: 8,081
|
I don't know if the kill sound shouldn't be silenced.I
|
|
|
#13 |
Member
Join Date: Jun 2009
Location: Bavaria
Posts: 834
|
Nice idea!
Who cares about that it isnt entirely logical. Its really cool, its codable and it should get implemented .
__________________
>>Items can be assembled by clicking the recipe scroll Making shopping more comfortable. >>Make Balanars ulti passive at night Removing the annoying ulti spam at night. Testmap: Meat Hook ! visual Shows a ! above Pudge if his hook hits a hero. |
|
|
#14 | |
Member
Join Date: Jun 2009
Posts: 779
|
Quote:
On Topic: Brilliant idea. Will have a more epic feeling to Global Silence.
__________________
|
|
|
|
#15 | |
Graphics Crew
Join Date: Aug 2009
Location: In the land of make-believe with Mr. Rogers
Posts: 2,603
Blog Entries: 8
|
Quote:
guess what.. even now you won't coz the enemies can't cast spells.. ^^
__________________
|
|
|
|
#16 |
Member
|
|
|
|
#17 | |
Member
|
Quote:
Sounds are perfectly blockable with a simple single boolean variable you can test before playing any sound. The trigger should be enabled as soon as anyone picks up silencer. The test should be like this: Code:
if SILENCE == false{
Play Sound.
}
I used the classical way with the music, with speech and other, it's possible to do any kind of sound removing. @edit I've made a test map to show that it's possible.
__________________
Don't have access to DotA2 yet? PM me for an invite.
Fix Storm's Ultimate Targeting System. It works in DotA2, why doesn't it in Warcraft? The newbies' guide to Raijin, The Storm Spirit |
|
| Last edited by Dejaime; 02-10-2010 at 02:07 PM. | ||
|
|
#18 | |
Member
Join Date: Jun 2009
Posts: 779
|
Quote:
But then, even streak sounds will be silenced which we don't want. However we can always add a if((sound!=killingspree)&&(sound!=...)) and then play the sound.
__________________
|
|
| Last edited by HellCraft; 02-10-2010 at 04:47 AM. | ||
|
|
#19 | |
Member
|
Quote:
|
|
|
|
#20 | |
Member
Join Date: Jun 2009
Posts: 779
|
Quote:
Anyway, I support this as I did before.
__________________
|
|