I'm not sure if this should go to the idea forum, the concepts forum, or here, but anyways, I got a question.
For Exile (that's my current map), I'm making a flashbang grenade. I thought of ways to create the blinding effect, but I can't really find a way. I thought of creating and killing lots of hallucinations and creating medics using blind on units underneath, but I'm not sure it will look any good. Suggestions?
Trigger |
Description: |
Got Blind |
|
Players: |
¤ The Player |
Conditions: |
¤ Got blind condition
|
¤ ... |
Actions: |
¤ SetDeaths(P8, Academy, SetTo, blind_time);
|
¤ ... |
Trigger |
Description: |
Flashbang |
|
Players: |
¤ The Player |
Conditions: |
¤ Deaths(P8, AtLeast, 1, Academy); |
Actions: |
¤ CenterView(somewhere_black);
|
¤ SetDeaths(P8, Academy, Subtract, 1);
|
¤ PreserveTrigger(); |
You could just have a medic off to the side somewhere you dont go and when one is used you can move the unit have it get blinded and move it back when an explosion is going so you dont notice or something... Yeah its pretty much your idea but it seems like it would be ok
Ichi's way would work, but only for the human player. I need it to work for the computer too.
Lakai's way would work, but it would have to do one unit at the time.
if he cant hit when blind just put SetAllianceStatus(Player, Ally);
It would be hard to get all units at location blind (they would need to be moved to the place with medics and bringed back each other to its original location after a while). But giving it to non-agressive for specified time should work fine too.
Problem with using a medic to blind is that the medic would blind the same one repetedly(don't make fun of my spelling) and you can't detect which ones are already blinded to move them to a secluded area with the medic.
QUOTE(Falkoner @ Nov 8 2006, 01:39 AM)
Problem with using a medic to blind is that the medic would blind the same one repetedly(don't make fun of my spelling) and you can't detect which ones are already blinded to move them to a secluded area with the medic.
[right][snapback]585537[/snapback][/right]
Thats true, but you could make each unit teleport to a diferent location... It's possible but a pain
Well, at least a computer controlled med won't blind an already blinded unit - that is: I never saw it
My suggestion is the following (requires some work, though): Instead of bringing the units to the medics, bring the medics to the units. Move a good bunch of medics to the location where the grenade explodes and keep them there for a while. Of course there are some backdraws:
Medics could blind units are not meant to. You have to select alliance statuses wisely for that.
The most obvious backdraw (literally) is that you can see some medics. Solution:
- hide them below hallucination smoke
- cloak them somehow (you could create some permanently cloaked medics at the beginning of the game, or use arbiters in some way)
The second method is of course quite much work and maybe overkill...
How does one go about cloaking terran units?
I only ever learned how to cloak zerglings...
Pretty much the same way? Basically all units can be cloaked.
But I don't know if it actually works for Medics, some units are said to crash SC. I doubt the Medic does, though.
disable enable order to move to a unwalkable place.
How about just treat it like a stun grenade and freeze the unit? You'll never get SC's vision system to cooperate, and making exploders to block view will look weird (though that could be another option).
to expand tux's idea, you could try 'shaking' the screen violently too. that should disorientate you.
This might work depending on how many ppl you have playing the map
Trigger |
Description: |
GO Bling |
|
Players: |
¤ Player |
Conditions: |
¤ Bling condition
|
¤ ...Ect. |
Actions: |
¤ Give all units owned by player 1 to player 9
|
¤ wait 10000 miliseconds
|
¤ give all units owned by player 9 to player 1
|
¤ (if condition is a switch) Clear blind
|
¤ Preserve Trigger |
Why not just run ai script turn off shared vision with self (and turn back on after a while) ?
yea, that would work perfectly, cant believe i didnt think off that, lol
Yea its true but it takes a while to blind, since it wont atk you could ally while blind then it would work better...
Or have the flashbang make it's user invincible for it's duration..