home *** CD-ROM | disk | FTP | other *** search
/ 1,001 Nights of Doom / 1001NightsOfDoom1995wickedSensations.iso / newstuff / dme40bt2.zip / SECRETS.TXT < prev    next >
Text File  |  1994-10-07  |  3KB  |  46 lines

  1. Secret areas:
  2.  
  3. As you should know by now, when you complete an episode, a 'total secrets
  4. discovered' tally is calculated, based on how many secret areas were
  5. discovered during that episode's play.  So, how is a secret area defined?
  6. Well, each and every secret area is a sector with a 'secret area' sector
  7. type.  If the player walks into this sector (by crossing one of the sector's
  8. lines), that secret sector is marked as discovered.  You may be aware of
  9. a line attribute that is called 'secret'.  This doesn't count into the
  10. secret areas total at all, and it's function will be discussed shortly.
  11. Only secret sectors will count toward the total at the end of the episode.
  12. So, when creating secret areas, you the map designer need to think about
  13. what should be a secret area, and why.  At what point should your secret
  14. area be considered discovered?  The only way to mark an area as discovered
  15. is to have the player walk into a secret sector, so you need to decide where
  16. you want to place this secret sector exactly.  It should fall from wall to
  17. wall normally, so that a player will always discover the area, and can't
  18. walk around the edge of it or anything.  Based on id's original maps, and
  19. the PWADs I have seen, there are several catagories of secret areas, and I
  20. will discuss these all now.  Keep in mind that this isn't the total,
  21. absolute list or anything.  The best secret areas are usually ones that are
  22. very creative and/or a unique type of secret that no one has ever done
  23. before.
  24.  
  25. Secret areas behind a hidden door:
  26.  
  27. This is probably the most common of all types of secret areas.  The player
  28. walks up to a wall and presses the spacebar to open a door that looks like
  29. the rest of the wall, except the wall has a slight different from the rest
  30. of the walls around it.  Common ways to make the secret door detectable to
  31. the observant is by using a different type of wall, or by shifting the wall
  32. vertically or horizontally a little, or by illuminating the wall, or maybe
  33. having a pattern of powerups in the shape of an arrow pointing at the door,
  34. or having the automap show the door, but not in the normal view.  This last
  35. method is usually the worst, though.  Normally you'll want to hide the door
  36. on the automap (make it look like just another wall).  This is what the
  37. secret attribute of a line is for.  It makes the line the same color as a
  38. wall, so the player can't tell it is a door.  If you want to, however, you
  39. can leave no clue whatsoever that there is a secret door there, and the
  40. player will simply have to try pushing on walls to find them.  Some people
  41. think you shouldn't do this, other think it is ok.  You are the author of
  42. your map, however, and I beleive that you should have full control of it.
  43. So, do whatever you want to do.  In designing maps, think about what you
  44. like and dislike when you play, and try to make your map according to that.
  45. With secret door, 
  46.