home *** CD-ROM | disk | FTP | other *** search
/ GameMania for Quake / GameMania_for_Quake.iso / levels / single / glass.txt < prev    next >
Encoding:
Text File  |  1996-09-28  |  2.2 KB  |  44 lines

  1. RealGlass - from The QuakeLab
  2.  
  3. The QuakeLab - http://www.in2nett.com/stevefu/QuakeLab
  4.  
  5.         TEXTURES:
  6.  
  7.         NONE - The Windex company would be proud. :)
  8.  
  9.         ENTITIES:
  10.  
  11.         TRIGGER_ONCE or TRIGGER_MULTIPLE - it probably doesn't matter, the
  12.         only difference between the two is that TRIGGER_ONCE is a
  13.         TRIGGER_MULTIPLE with a fixed 'WAIT' value of '-1'. You also should
  14.         have a 'dummy' entity for this trigger to target. (All triggers
  15.         should have a target; otherwise QBSP will give you a WARNING...oooo,
  16.         scary...) Use a LIGHT for the 'dummy' target.
  17.  
  18.         WHAT TO DO:
  19.  
  20.         Make a brush - any brush - or any joined combinations of brushes.
  21.         This is to be the window. Designate the brush(es) to be
  22.         TRIGGER_YOURCHOICE (you choose which one...:)) Give this window a
  23.         'HEALTH' of '9999999999999....etc." so that there is no way it will
  24.         vanish - you'd use up a lot of ammo before destroying the window -
  25.         unless you want the window to vanish after X number of hits. That's
  26.         all there is to it. Read the Options below for extra pointers.
  27.  
  28.         OPTIONS:
  29.  
  30.         You can make a weapons-fire penetrable window (what the hell kind
  31.         of window is that, anyway?) by making a brush and texturing it with
  32.         the CLIP texture. You won't be able to walk through it though.
  33.         RealGlass can neither be walked through nor shot through - it
  34.         behaves like a transparent brush. However, a word of caution:
  35.         Rockets/Grenades have splash damage - their effects will propagate
  36.         through the window to the extent of their blast radii. You can
  37.         offset this by making an extremely thick window, but it would have
  38.         to be very thick (the window in the ZIP file is already quite thick,
  39.         in my opinion. Gibs will go flying through the window, but they
  40.         vanish in about ten seconds - don't worry about them. After all,
  41.         this whole RealGlass thing was a serendipitous discovery made while
  42.         I was designing explodable walls - I had previously given up after
  43.         the CLIP texture business had gotten my hopes up.
  44.