home *** CD-ROM | disk | FTP | other *** search
/ Nuke It 1000 / NUKEIT1000.ISO / faqmap / buildfaq.txt next >
Text File  |  1996-05-14  |  10KB  |  104 lines

  1. DuvalMagic's Build Editor Help File
  2.  
  3. V .0.01
  4.  
  5. DuvalMagic@mpb.com
  6. 75567.473@compuserve.com
  7.  
  8. To help with the construction of this FAQ contact me at the address above.  I'm looking for the perfect person to take over custodian/keeper of this FAQ because whenever I get into something like this it turns into a major project I can never escape from.
  9.  
  10.  
  11.  
  12. This FAQ is in it's very infantile stage....Expect a complete document that explains EVERYTHING as we learn more about Build.
  13.  
  14. This is a quick FAQ explaining some of the more frequently asked about effects in Build.
  15.  
  16. I'll add to it as time permits.  Hope you find it useful..
  17.  
  18.  
  19.  
  20. 1)  Making a simple Door
  21.  
  22.     This door is like the standard doors in DooM.  The door is a sector between two other sectors that determine the height of the door.
  23.     A door is just a sector who's ceiling is the same height as its floor, when opened the ceiling raises to the height of a nearby sector.
  24.     Before the sector's ceiling is lowered to the floor it is important to add whatever sector effects are required for the door to work.
  25.     For a standard DooM type door, the sector needs to be given a Sector LoTag of 20.  This is done by hitting the "T" key in 2d mode while the mouse pointer is within the sector that is to become a door.
  26.     You may add a Sector Effect Sprite (represented by Sprite #1, a large "S") to cause the door to auto close after a time delay.  The Sector Effect Sprite must be given a LoTag of 10.  This is done by hitting Alt-T in 2d mode while the mouse is pointing at the Sector Effect Sprite.  The HiTag of the sprite will determine the delay of the closing operation.  Set HiTag with Alt-H while the mouse is pointing at the Sector Effect Sprite.  32 units = 1 second.
  27.     You may also give sound to your door by adding a MusicandSFX Sprite (represented by Sprite #5, a large "M").  I suggest a LoTag of 166 for typical door sound.
  28.     Make sure the sector's ceiling is lowered to the floor level after the Sprites have been placed, then save the map and try out your door!
  29.  
  30. 2)  Making an underwater area.
  31.  
  32.     Underwater areas are indicated by sectors with a LoTag of 2.  All areas that have LoTags of 2 will behave as if they are underwater.
  33.     
  34. 3)  Linking an undwater area to an above water area.
  35.  
  36.     Both the above water area and the underwater area must have a sector of exactly the same size and dimensions.
  37.     The above water area has a Sector Effect Sprite sitting on the water texture with a LoTag of 7. This is set by using the Alt-T key while the mouse is pointed at the sprite.
  38.     The below water area has a Sector Effect Sprite with a LoTag of 7.
  39.     Both the above water area and below water area must have the same Sector Effect Sprite HiTag number which may be chosen arbitrarily.
  40.     The above water area has a Sector LoTag of 1, while all of the underwater areas must have a Sector LoTag of 2.  This is done with the "T" key while the mouse is inside the sector you wish to set a LoTag to.
  41.     A common mistake is to only set the transition sector underwater to LoTag 2.  All the sectors around the transition sector would then behave as if they were above water.
  42.     You may also set the palette of the underwater area to 0 = Water or 8 = Green Slime.
  43.  
  44. 4)  Making a teleporter.
  45.  
  46.     A teleporter works exactly like an underwater/above water transition, except no underwater or above water sector tags are required.
  47.     First place Sector Effect Sprites on both teleporter pads.  Set the LoTag of the Sector Effect Sprite to 7 for each pad.  Set the HiTag number of one teleporter to match the HiTag number of another teleporter.  It is the HiTag of the sector that links one teleporter to another.
  48.  
  49. 5)  Making a rotating sector.
  50.  
  51.     A rotating sector is accomplished with two Sector Effect Sprites.  This first one (SE LoTag 0) indicates the sector to be rotated, and the second one (SE LoTag 1) indicates the "pivot" point for the rotation.
  52.     First, place a Sector Effect Sprite in the sector that you would like to rotate.  Give that Sector Effect Sprite a LoTag of 0.  Set the HiTag of the Sector Effect Sprite equal (arbitrary number) to the "pivot" point Sector Effect Sprite explained below.
  53.     Place a second Sector Effect Sprite at the "pivot" point of the rotation.  If you would like the sector to simply spin, place this sprite in the exact midpoint of the sector.  If you would like the sector to rotate around another object or sector, place the sprite at that point instead.
  54.     Give the second (pivot) Sector Effect Sprite a LoTag of 1 and a HiTag matching the Sector Effect Sprite HiTag of the Sector Effect Sprite you placed in the sector that will rotate.
  55.     Angle the Sector Effect Sprite (SE LoTag 0) up to rotate all points around the Sector Effect Sprite LoTagged 1. Or, angle the Sector Effect Sprite (SE LoTag 0) down to rotate just the sector around the Sector Effect Sprite LoTagged 1.
  56.     Angle the Sector Effect Sprite (SE LoTag 1) up to rotate the sector clockwise. Or angle the Sector Effect Sprite (SE LoTag 1) down to rotate the sector counter-clockwise.
  57.     If Relative alignment "R" key is set on the floor texture, all the sprites on that sector will rotate with the sector.
  58.     You may link several rotating sectors to a single pivot point by matching the HiTags of the pivot Sector Effect Sprite (SE LoTag 1).
  59.  
  60. 6)  Making a swinging door.
  61.  
  62.     To make a swinging door, you need to first make sure the door has room to swing.  A swinging door is a pair of sectors that will rotate on a pivot point at one of the door sectors corners.
  63.     You will need to make sure your door sector is only sharing one vertex with adjacent walls.
  64.     This is best done by building a complete sector using only one vertex from each sector on either side of your door, and dropping the other two vertexes a grid space away from the walls on the side you'd like your doors to swing out from or into.
  65.     Next, insert a vertex on each side of your door sector at the line's mid point and split the sector there.
  66.     So, you should have two sectors attached to each other that will be your door.  Each half of that split sector will swing one way.  Beside your door sector should be the walls that surround the door that are attached to the door by only one vertex on each side.
  67.     I've noticed that 3dRealms has always added two extra vertexes on the walls on each side of the door to meet up with the corners of the door sectors as they swing.  I don't think this is required, but presumably it has some effect on stability of the door.
  68.     Place a Sector Effect Sprite with a LoTag of 11 at the pivot points of the swinging door.
  69.     Set each door sector to a LoTag of 23.
  70.     Use a matching HiTag for each Sector Effect Sprite to have the doors open simultaneously.  Or, use an un-matching SE HiTag to have each half of the door open independantly.
  71.     Angle one of the SE Sprites up to rotate half of the door clockwise, and the other SE Sprite should be facing down to rotate that half of the door counter-clockwise.
  72.     Use MusicandSFX Sprite HiTag and LoTag to set door open and closing sound.
  73.  
  74. 7)  To make an earthquake.
  75.  
  76.     Earthquakes require a few things to work.  First, you'll build your map so that the *result* of the earth quake is showing.  Also, you'll need some sort of trigger for the earthquake.  Earthquake sounds are automatic, but earthquake jibs must be added by you.
  77.     First step is to create the result of the earthquake.  Try building a sector within a sector, then split that sector with a jagged line (add vertexes to the split line and move the vertexes around to make it jagged).
  78.     Then, use the [ and ] keys to tile half of your new sector into the ground.  You can use the Alt-F key in 2d mode to reset the "first wall" of the sector.  Tilted floors pivot along the "first wall" of a sector.
  79.     The way your sector looks in 3d mode will be how your sector will look after the earthquake is triggered.
  80.     Build another sector in sector a short distance from your quake result sectors.  This is going to be your "touch plate." Raise the floor a bit so you'll be able to see the "touch plate" sector when your play your map.
  81.     Now to add the correct Sector Effect Sprites, Master Switch Sprites, and Touch Plate Sprites. First, place a Sector Effect Sprite with LoTag 2 on the sector that will be affected by the earthquake.  You may adjust the direction of the SE 2 Sprite to indicate the direction the sector will move during the quake.
  82.     Add a Master Switch Sprite (Sprite #8) near the SE 2 Sprite within the sector that will be moved.
  83. You'll need to raise the height (Page Up in 3d mode) of both the Master Switch Sprite and the Sector Effect Sprite to be equal with the normal floor level.
  84.     Now, place a Touch Plate Sprite (Sprite #3) on the touch plate sector.  Give the Touch Plate Sprite and the Master Switch Sprite matching LoTags. This is one instance where the two Sprites (Master Switch and Touch Plate) will be linked with "LoTag" and not "HiTag."
  85.     Finally, if you want little chunks of rock to fall or bounce around while the earth quake is taking place you may place some Spawn Earthquake Jib Sector Effect Sprites (SE 33) around the earthquake area.
  86.     If you leave the EQ JIB SE 33 on the ground, you'll just get little chucks bouncing around, if you raise the SE33 Sprites to the ceiling, rocks will rain from above....kinda cool.
  87.  
  88. 8)  Making a vent
  89.  
  90.     Vents are fairly easy.  They just require placing a sprite against a wall and changing that sprite to look like the vent you'd like to shoot out.
  91.     The key is to place the Sprite on the line between your sectors (red line) in 2D Mode, not 3d mode.
  92.     After the sprite is placed in the exact right spot, you'll go into 3d mode to select the texture ( "V" key) and set "relative alignment" ( "R" key).
  93.     At this point you may stretch your texture (keypad arrows) to fit the opening you need.
  94.  
  95. 9)  Making a one sided wall.
  96.  
  97.     Sometimes, you want to cover an open area (like a window) with a texture on one or both sides.  This can be done with the "M" key for both sides, or Shift-M for one side.
  98.     First aim the mouse at a texture above or below (on the same line as) the area you want to fill in with a texture in 3d mode.
  99.     Then hit either the "M" key or Shift-M and a texture will appear.  This texture can be manipulated as normal by applying new textures, or stretching and panning as you wish.
  100.     If you used "M" don't forget about the back side!
  101.  
  102.  
  103.  
  104.