PDA

View Full Version : Future use



ZERO
07-25-2012, 01:01 AM
This trail looks awsome

new colorArray[4];
colorArray[0]=255;
colorArray[1]=0;
colorArray[2]=0;
colorArray[3]=255;
TE_SetupBeamFollow(entity, NadeSprite, 0, 1.0, 10.0, 10.0, 5, colorArray);
TE_SendToAll();
colorArray[1]=255;
colorArray[2]=255;
TE_SetupBeamFollow(entity, NadeSprite, 0, 1.0, 5.0, 5.0, 5, colorArray);
TE_SendToAll();


NadeSprite = PrecacheModel("materials/sprites/crystal_beam1.vmt");

ZERO
07-18-2014, 08:50 PM
Oh I no longer remember what this looks like but I know what it might be perfect for.

Passarelli
07-18-2014, 10:07 PM
Zero, you are thinking about tossing this onto Equivalent Exchange, huh? If it proves too powerful on live, it might be more interesting to link the trail from the player who's shot is getting the leach, chain it to the alchemist, then chaining it to everyone that gets health from it rather then simply reducing the proc rate. I think that would be a cool mechanic and an interesting trade off for the ability.

ZERO
07-19-2014, 12:18 AM
Remember that the effect for it is not done yet. There is some very complex effects planned for this race. However, in order to speed up development I may be releasing it with good effects and then going back and improving them later. For example it would be nice if the iron effect faded in and out but that requires making the actual vtf animated.

The other issue is that I am not able to view the source materials folder.