
I tried to alter the oceanspray.spr , but i cant get it work ....a Big white square appear on screen instead of the small effects i wanted to.
In a folder models/animate i got that :
Code: Select all
TIKI
setup
{
scale 1.0
path models/fx/dummy
skelmodel dummy3.skd
}
init
{
server
{
classname effectentity
notsolid
rendereffects +dontdraw
}
client
{
//**********************
cache bond_spray_bluea.spr
//**********************
}
}
animations
{
idle dummy3.skc
start dummy3.skc
{
server
{
last commanddelay 1 anim idle
}
client
{
//*****************
//sound played here
//*****************
enter originspawn
(
spawnrate 0.00
model bond_spray_bluea.spr
count 1
alpha 0.90
color .8 .8 1
scale 3.2
life 1.09
scalerate .2
velocity 100.00
friction 48
)
}
}
}
//************************************
//*** IMPORTANT
//*** RENAME THE QUAKE-ED COMMENT
//*** IN CONJUNCTION WITH THE
//*** LD ENTITY MENU LAYOUT.DOC
//*** UP IN SOURCE SAFE!!!!!!!!!!!!
//************************************
/*QUAKED animate_fx_gatespray (0.0 0.5 0.5) (-8 -8 -8) (8 8 8)
description of effect to appear in entity dialog
*/
Code: Select all
bond_spray_bluea
{
cull none
{
map textures/bond_effects/bond_spray_bluea.tga
blendFunc GL_ONE GL_ONE
alphaGen vertex
rgbGen vertex
}
}
I also tried with the oceanspray.tga and i still got this big bloody square
Any ideas ?
Thank you

