PUFFGETSDAMAGE flag for puffs

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: PUFFGETSDAMAGE flag for puffs

Re: PUFFGETSDAMAGE flag for puffs

by Graf Zahl » Thu Dec 06, 2018 2:39 am

Here's a hint: If you want to perform low level actions, do not use the high level function interface. Actor.LineAttack already gives you all the information you need to do this.
This is a pure hack feature that will cause long terrm problems.

Re: PUFFGETSDAMAGE flag for puffs

by Cacodemon345 » Thu Dec 06, 2018 1:46 am

Graf Zahl wrote: You need to be a) a little more informative and b) at least tell us what this is supposed to achieve.
To me this sounds like some hack workaround for a problem that can most likely be solved without it.
a) Currently hitscan attacks does not pass damage to the spawned puffs. Make the hitscan attacks pass damage to puffs and,
b) This flag would allow for hitscan/railgun attack damage to be passed to puffs. Mods would use this to spawn projectiles from puffs and pass damage to them without the need to needlessly write extra ZScript puff actors with the damage pre-setted.

Re: PUFFGETSDAMAGE flag for puffs

by Graf Zahl » Thu Dec 06, 2018 1:16 am

Cacodemon345 wrote:What the title says.

Here's what it says to me:
?????
You need to be a) a little more informative and b) at least tell us what this is supposed to achieve.
To me this sounds like some hack workaround for a problem that can most likely be solved without it.

PUFFGETSDAMAGE flag for puffs

by Cacodemon345 » Wed Dec 05, 2018 10:10 pm

What the title says. Basically the puff would set the damage of itself.

Top