home *** CD-ROM | disk | FTP | other *** search
/ Quake++ for Quake / Quake++.iso / quake / mbuild / box.mpb next >
Encoding:
Text File  |  1996-07-20  |  812 b   |  55 lines

  1. /*  Box.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 Box-Test file for Mbuild 0.3-DJL
  8. :wd me.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 NEW
  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. :ob info_player_start 0 0 -.6 90
  51.  
  52. :ob info_player_deathmatch -.7 -.7 -.6 90
  53.  
  54. :ob light .1 .1 .9 90 350
  55.