home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / DVDStar / Akce / Half-Life2 / install-at2v4release2005.exe / AntTroopDuece / scripts / surfaceproperties_manifest.txt < prev    next >
Text File  |  2005-05-08  |  595b  |  18 lines

  1. // Override this file in your mod directory so you can load the base HL2 file as well
  2. // as new properties.  
  3. // NOTE: Listing a property twice (e.g. in separate files) means that
  4. // the values in the second definition will override the first definition
  5.  
  6. // NOTE: Each file must have a unique name.  The physics system does not understand mods and will not
  7. // parse the same file (compared by name) twice.
  8.  
  9. surfaceproperties_manifest
  10. {
  11.     "file"        "scripts/surfaceproperties.txt"
  12.     
  13.     // List additional surface property files here:
  14.     "file"        "scripts/surfaceproperties_hl2.txt"
  15.  
  16.     
  17. }
  18.