Game Development Community

looking for a blood spray resource

by Tom Timothy · in Torque 3D Professional · 03/01/2012 (11:32 am) · 4 replies

need my zombies to have some blood spray after they have been hit. all i could find was some stuff way back in 2002

#2
03/02/2012 (8:52 am)
Some of the Template or Example projects of the various versions of T3D have a blood spray effect hidden within the scripts. It didn't include a decal splatter however.
#3
03/02/2012 (10:44 am)
No blood splatter decals? No problem, grab the Decal Pack that's free for Torque 3D licensed users. Also, I've created a small utility torquescript autoloadPack.cs that will automatically load up that pack and prepare the materials and decals for you.

To install and use my script download and save the script file into your <project>/game/art/decals/ directory. Edit the managedDecalData.cs file in the same directory and insert the following line at the bottom of that file:
exec("./autoloadPack.cs");

Then extract the Decal Pack zip file into the game path such as <project>/game/art/decals/Decal_Art_Pack. Now all you have to do is run your game and all the decals in the art pack are immediately available as ingame decals.
#4
03/05/2012 (11:22 am)
Nathan@ awesome! I can never get enough auto-mated scripts, kept meaning to setup those decals