Page 1 of 1

How to make my blaster push?

Posted: Wed Oct 12, 2016 2:18 pm
by CdtFox
Hello GT,

I want to know how to make my weapons having a push like in this video from Kinestos: https://www.youtube.com/watch?v=-xN3brwjfe8

Look at the 0:43 - 0:45 sec part, I want to do the same :)

Re: How to make my blaster push?

Posted: Wed Oct 12, 2016 2:22 pm
by thelegend
I think it's done by adding an explosion (_exp) to the blaster bolt which doesn't do any damage nor has an effect attached to it. But it has a higher push and pushradius value.

Re: How to make my blaster push?

Posted: Wed Oct 12, 2016 5:40 pm
by AnthonyBF2
Your weapon needs to have an _exp attachment, and inside that you need to use PushDeadOnly = 0

Re: How to make my blaster push?

Posted: Thu Oct 13, 2016 1:44 am
by CdtFox
thelegend wrote:I think it's done by adding an explosion (_exp) to the blaster bolt which doesn't do any damage nor has an effect attached to it. But it has a higher push and pushradius value.
It worked perfectly :D Thanks the_legend and Anthony

EDIT:

Now the battledrois with chunks are always exploding - How I can do in order that droids don't explode and in consequence be pushed? :) It has something to do with the "ChunkFrequency = 0.6" I suppose, right?

Re: How to make my blaster push? [Solved]

Posted: Thu Oct 13, 2016 2:18 am
by AnthonyBF2
See cis_inf_default.odf and remove ExplosionName = "cis_inf_droid_exp"

Re: How to make my blaster push? [Solved]

Posted: Thu Oct 13, 2016 1:27 pm
by CdtFox
AnthonyBF2 wrote:See cis_inf_default.odf and remove ExplosionName = "cis_inf_droid_exp"
Just tried an it makes the game crash to desktop after 2-3 sec of gameplay :(