Blockland Forums > Modification Help
Pain direction/question
Derroith:
Aye mates, got two questions for you.
* With blockhead's pain, does it have a point where it emit's from? If so, please tell.
* Is it possible to raise and lower emitters?Thanks, thats everything I need for now!
Amade:
Pain emitters are done through the player::emote function, which I believe calls player::spawnExplosion, which I believe spawns a projectile at the player's hack position.
It is possible to adjust the position emitters, but could you elaborate? In other words, what are you trying to do?
phflack:
i think he wants to find out where the bullet hit, and put an emitter there, maybe lasting?
Derroith:
--- Quote from: Amade on November 09, 2011, 04:02:49 PM ---Pain emitters are done through the player::emote function, which I believe calls player::spawnExplosion, which I believe spawns a projectile at the player's hack position.
It is possible to adjust the position emitters, but could you elaborate? In other words, what are you trying to do?
--- End quote ---
Just trying to make a personal blood mod that's nice, like lowering the blood amount and adding nicer things.
Amade:
--- Quote from: Derroith on November 09, 2011, 04:56:50 PM ---Just trying to make a personal blood mod that's nice, like lowering the blood amount and adding nicer things.
--- End quote ---
You're going to have to be specific - why and when are you wanting to adjust the position of an emitter?