I've run into a little actor trouble recently, by giving a dark templar the ability "Blink", not the stalker or zeratul one, the protoss hybrid one instead.
Anyway, it works fine, but for some reason when he blinks, the 'Blink out' actor is always angled 220 degrees, while the 'Blink in' is angled fine, to the direction of the cast point.
I've searched around but found no reason for this. Keep in mind, when the protoss hybrid is using this ability, it is angled fine.
p.s. yes I've tried giving him the Zeratul blink instead, since it looks almost exactly the same, but the same issue happens again.
I've run into a little issue in my map which I don't know the cause, but the effect is quite annoying.
All spells' cursor effects (like psi storm, nuke, raynor's snipe) are for some reason have height of 2 or 3.
They still follow my mouse until I select a target point to cast, but they are just higher, and that makes it impossible to see what units are in the range.
How do I fix this, because I really don't know how I caused this.
Do you need the bubble to move and play its animation? or is it just frozen and then dies?
Again you can if you like freeze the animation after it is created. In the actor Events +
you can use an event ActorCreation and an action - Animation set paused.
If you want to freeze it in the middle of the animation, and not at actor creation, then the event should be Age Reached
No, hair is particles, and in this case part of the model which is harder to edit.
It doesn't matter much because if the hair will remain while he is spinning it will just cover up his face.
(hint: if its part of the model in the previewer, such as zealot hair, it's not an actor)
What you could do is make the rain actor scale increased X and Y to about 50 ( I wouldnt change the Z tho) and place it down randomly on the map.
Then make a trigger that runs every 0.01 seconds of game time ( might lag a little bit ), and the action will be to move that rain to "Current camera target of player -blank-" which is the center of current screen.
0
0
Hello there mapsterians!
I've run into a little actor trouble recently, by giving a dark templar the ability "Blink", not the stalker or zeratul one, the protoss hybrid one instead.
Anyway, it works fine, but for some reason when he blinks, the 'Blink out' actor is always angled 220 degrees, while the 'Blink in' is angled fine, to the direction of the cast point.
I've searched around but found no reason for this. Keep in mind, when the protoss hybrid is using this ability, it is angled fine.
p.s. yes I've tried giving him the Zeratul blink instead, since it looks almost exactly the same, but the same issue happens again.
0
1. Make sure you have the story and campaign dependencies active.
2. Search for the Overmind portrait MODEL in the previewer.
3. Go to the data of the overmind portrait, and change the model for the one you wanted in the previewer.
-Hint- The overmind in the previewer is found under Portraits/Zerg/OvermindPortrait
0
It starts to rain, and the fire is put out. Ant is now drowning from the rain.
0
You mean like WC3 frozen throne's Blood Mage hero had? two spheres?
Well I have been meaning to try to make this happend but never went in to it. In wc3 it was easy since it already existed.
0
Did you increase their HDR multiplier? check the unit data under color.
0
What about the carrier weapon?
0
To rotate an object using site operations, you need to use one of the specific site operations known as Up and Forward
See 'Explicit (Static) Rotation' here to know what to set the operation data to be in order to flip it correctly.
0
@progammer: Go
Yes that seems to be the problem :x
0
@obliviron: Go
No, it's only in this map, and its not a specific ability, its even in abilities I didn't tamper with.
Obviously the issue is with attachment and actors, problem is, I don't know where to look or what to look for.
0
Hi there mapsters.
I've run into a little issue in my map which I don't know the cause, but the effect is quite annoying.
All spells' cursor effects (like psi storm, nuke, raynor's snipe) are for some reason have height of 2 or 3.
They still follow my mouse until I select a target point to cast, but they are just higher, and that makes it impossible to see what units are in the range.
How do I fix this, because I really don't know how I caused this.
0
Do you need the bubble to move and play its animation? or is it just frozen and then dies?
Again you can if you like freeze the animation after it is created. In the actor Events + you can use an event ActorCreation and an action - Animation set paused.
If you want to freeze it in the middle of the animation, and not at actor creation, then the event should be Age Reached
0
I'm guessing the bubble's "stand" animation isn't permanent, so you should freeze its animation after its created.
0
@Klishu: Go
No, hair is particles, and in this case part of the model which is harder to edit. It doesn't matter much because if the hair will remain while he is spinning it will just cover up his face.
(hint: if its part of the model in the previewer, such as zealot hair, it's not an actor)
0
What you could do is make the rain actor scale increased X and Y to about 50 ( I wouldnt change the Z tho) and place it down randomly on the map.
Then make a trigger that runs every 0.01 seconds of game time ( might lag a little bit ), and the action will be to move that rain to "Current camera target of player -blank-" which is the center of current screen.