home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Zone 99
/
dppcz0201.7z
/
dppcz0201.mdf
/
Demos
/
Alice
/
alicedem.exe
/
demo
/
pak0.pk3
/
models
/
fx_grenade_exp.tik
< prev
next >
Wrap
Text File
|
2000-11-20
|
1KB
|
78 lines
TIKI
setup
{
scale 1.0
path models/fx/dummy
}
init
{
server
{
classname Projectile
name "Grenade"
setsize "-16 -16 -32" "16 16 32"
cache fx_jackbombbit.tik
cache fx_shockwave.tik
radiusdamage 80
flash 1.5 0.3 0.8 0.0 0.8 170 addblend
knockback 100
life 2
}
client
{
cache sound/character/army_ant_corp/grenade.wav
}
}
animations
{
idle timer.tan
{
server
{
last stopanimating
}
client
{
0 sound sound/character/army_ant_corp/grenade.wav 0 1 384
first originspawn
(
count 3
model models/fx_jackbombbit.tik
accel 0 0 -200
randvel crandom 100 crandom 100 random 150
fade
life 2
scale 0.5
dlight 1 1 1 150
)
first originspawn
(
count 1
model models/fx_shockwave.tik
velocity 0 0 0
accel 0 0 0
fade
life 1
scale 0.5
scalerate 1.1
color 0.6 0.8 0
alpha 1.0
)
15 originspawn
(
count 1
model models/fx_shockwave.tik
velocity 0 0 0
accel 0 0 0
fade
life 0.5
scale 2
scalerate 3
alpha 0.1
)
}
}
}