home *** CD-ROM | disk | FTP | other *** search
/ Quake++ for Quake / Quake++.iso / quake / mbuild / rbox.mpb < prev    next >
Encoding:
Text File  |  1996-07-20  |  1.0 KB  |  73 lines

  1. /*  RBox.mpb -- David Langeliers   *
  2.  *  Test file for Mbuild v0.3      *
  3.  *  You can change and modify      *
  4.  *  this file as much as you like. *
  5.  *                                 */
  6.  
  7. :ms RBox-Test file for Mbuild 0.3-DJL
  8. :wd quaketex.wad
  9.  
  10. :xm 128
  11. :ym 128
  12. :zm 128
  13.  
  14. :tx WSWAMP2_1
  15.  
  16. box{
  17. <-1, -1, -1.1>, <1, 1, -1>
  18. /* Floor--brush #1 */
  19. }
  20.  
  21. :tx ROCK4_1
  22.  
  23. box{
  24. <-1, -1, 1>, <1, 1, 1.1>
  25. /* Ceiling--brush #2 */
  26. }
  27.  
  28. :tx TECH08_1
  29.  
  30. box{
  31. <-1.1, -1, -1>, <-1, 1, 1>
  32. /* Left wall--brush #3 */
  33. }
  34.  
  35. box{
  36. <-1, 1, -1>, <1, 1.1, 1>
  37. /* Front wall--brush #4 */
  38. }
  39.  
  40. box{
  41. <1, -1, -1>, <1.1, 1, 1>
  42. /* Right wall--brush #5 */
  43. }
  44.  
  45. box{
  46. <-1, -1.1, -1>, <1, -1, 1>
  47. /* Front wall--brush #6 */
  48. }
  49.  
  50. :tx ROCK4_1
  51. :zr 45
  52.  
  53. box{
  54. <-.25, -.25, -.1>, <.25, .25, .1>
  55. /* Platform--brush #7 */
  56. }
  57.  
  58. :zr 0
  59. :tx *WATER0
  60.  
  61. box{
  62. <-1, -1, -1>, <1, 1, 0>
  63. /* Water Brush--brush #8 */
  64. }
  65.  
  66. :ob info_player_start 0 0 -.6 90
  67.  
  68. :ob info_player_deathmatch -.7 -.7 -.6 90
  69.  
  70. :ob light .1 .1 .9 0 350
  71.  
  72. :ob light 0 0 -.2 0 200
  73.