home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / vehicles / vehiclesoundentity.tik < prev   
Encoding:
Text File  |  2002-10-21  |  322 b   |  24 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 0.52                // Set default scale to 16/30.5 since world is in 16 units per foot and model is in cm's
  5.     path models/fx/dummy
  6.     skelmodel dummy3.skd
  7. }
  8.  
  9. init
  10. {
  11.     server
  12.     {
  13.               classname VehicleSoundEntity
  14.         rendereffects +dontdraw
  15.         notsolid
  16.     }
  17. }
  18.  
  19. animations
  20. {
  21.     idle     dummy3.skc
  22. }
  23.  
  24.