home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 99 / dppcz0201.7z / dppcz0201.mdf / Demos / Alice / alicedem.exe / demo / pak0.pk3 / models / croquetball-toss.tik < prev    next >
Text File  |  2000-11-20  |  774b  |  48 lines

  1. TIKI
  2. setup
  3.     {
  4.     scale 1
  5.     path models/weapons/croquetball
  6.     surface material1 shader skin01.tga
  7.     }
  8.  
  9. init
  10. {
  11.     server
  12.     {
  13.         classname Projectile
  14.         setsize "-8 -8 -8" "8 8 8"
  15.         speed 1600
  16.         hitdamage 40
  17.         life 5
  18.         gravity 0.5
  19.         ignore_deadtime
  20.         bouncetouch 1
  21. //        bouncesound         sound/impact/weapon/sword/wimp_element.wav
  22. //        aliascache         impact_flesh sound/impact/weapon/sword/bimp2.wav
  23. //          aliascache         impact_world sound/impact/weapon/sword/wimp5a.wav
  24.         impactmarkshader    markShadow
  25.         impactmarkradius    48
  26.         impactmarkorientation    random
  27.     }
  28.     client
  29.     {
  30.         originemitter light
  31.         (
  32.             dlight 0.5 0.5 1 125 0
  33.             spawnrate 1
  34.             no_deadtime
  35.         )    
  36.     }    
  37. }
  38.  
  39. animations
  40. {
  41.     idle notmoving.tan
  42.     {
  43.         server
  44.         {
  45.             entry resize 0.5 0.1 1 1
  46.         }
  47.     }
  48. }