home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Dema / theprojectv1-0.exe / FCData / Scripts.pak / Scripts / materials / mat_nodraw.lua < prev    next >
Encoding:
Text File  |  2004-07-21  |  437 b   |  30 lines

  1. --#Script:LoadScript("scripts/materials/mat_nodraw.lua")
  2. --
  3. -- A simple script that allows us to shoot through a mat
  4. -- without producing sounds or decals
  5.  
  6. Materials["mat_nodraw"] = {
  7.             type = "nodraw",
  8.  
  9.  
  10.             gameplay_physic = {
  11.                     piercing_resistence = nil,
  12.                     friction = 0,
  13.                     },
  14.  
  15.     bullet_hit = {
  16.  
  17.     },    
  18.     pancor_bullet_hit = {
  19.  
  20.     },    
  21.  
  22.     melee_slash = {
  23.  
  24.     },
  25.  
  26.             AI = {
  27.                 fImpactRadius = 5,
  28.             },
  29.  
  30.             }