home *** CD-ROM | disk | FTP | other *** search
/ PC Spiel 1996 September / PCS0996.ISO / common / miranda.tmp < prev    next >
Text File  |  1996-03-06  |  3KB  |  99 lines

  1. #  code:           P-Plane         M-Missiles      N-Tank 
  2. #                  B-Box           G-Gun class     R-Raft class    
  3. #                  J-JetFoil       H-helicopter    D-Radar
  4. #                  S-Second Probe  C-Car           T-Tractor
  5. #                  E-Plasma Cloud                  K-Homing car 
  6. #                  A-Attached  enemy  O-Boat/ski   F-Lift car
  7. #                  U-Columns       X-Mini Gun
  8. #              I- myself      L - Special locations
  9. #        
  10. # myself format  : code,x,y,z,direction,exit x,exit y, exit z, exit dir
  11. # Enemy format   : code,x,y,z,direction,yaw,speed
  12. #
  13. #
  14. # Plane   format : code,x,y,z,direction,yaw,roll,speed,backToBase(1,0)
  15. # JetFoil format : code,x,y,z,direction,yaw,roll,speed,backToBase(1,0),Wait (seconds)
  16. #
  17. # Gun format    : code,x,y,z,direction,speed,x1,x2
  18. #
  19. # car     Format
  20. # tank    Format
  21. # Missile Format
  22. # Boat    Format
  23. # Homing  Format
  24. # Raft format   : code,num-points loop
  25. #                  x1,y1,x2,y2 ...
  26. #                  ...
  27. #
  28. #                  ( num-points is in pers (x1,y1 is one point).
  29. #                  x1,y1,x2,y2... are the raft track coordinations).
  30. # Box type     : code,x,y,z,dir,box_type,cargo count
  31. #                 (box types: 1-Missiles 2-Flares 3-Glomavine 4-Additive
  32. #                             5-Lasers   6-Electro Bombs  7-ProbBox
  33. #
  34. # Attached enemy (A): A,enemy code,Point num
  35. #
  36. # Second Probe : code,x,y,dir
  37. # Note: code in uppercase .
  38. #
  39. #     X    Y    Z    Dir 
  40. #
  41. I     330  280  20   40
  42. #
  43. #    Exit    Mine        plazma Plant  Air Plant    Maze Plant  Exit (active)
  44. L     6   0                                              
  45. 2196 3496 90  1930 1975 0 3028 1307 0  1780 3067 0  884 1742 0  2196 3496 90
  46. #
  47. # plasma lake
  48. E  3220 1200   0   90    0   0.0
  49. O 0.25  5  1
  50.   2782 1220  2958 1234  3116 1172  2958 1234  2782 1220
  51. O 0.25  2  1
  52.   2768 1444  2882 1382
  53. O 0.25  2  1
  54.   2882 1374  2768 1436
  55. #
  56. #  Maze
  57. #
  58. N 0.05 3  1
  59.   1131 1526  1282 1626  1448 1725
  60. N 0.05 2  1
  61.   1093 1546  1093 1547
  62. N 0.05 2  1
  63.   1115 1502  1115 1503
  64. N 0.05 2  1
  65.    550 1740   555 1745
  66. N 0.05 3  1
  67.    350  450  325  450   325  285
  68. N 0.05 2  1
  69.    380  708  380  610
  70. N 0.05 2  1
  71.    320  810  390  810
  72. N 0.05 2  1
  73.    275  745  390  745
  74. N 0.02 7  1
  75.    366  916  366  866  352  860  348  747  352  860  366  866  366  916
  76. N 0.02 5  1
  77.    565 1092  524 1092  524 1120  565 1120  565 1092
  78. N 0.03 5  1
  79.    626 1542  626 1560  673 1560  672 1542  626 1542
  80. N 0.05 7  1
  81.    688  375  665  375  636  416  617  440  636  416  665 375  688  375
  82. #
  83. # Mine
  84. #
  85. N 0.05 3  1
  86.    1855 1965  1879 1928  1855 1965
  87. N 0.05 3  1
  88.    2072 1974  2025 1974  2072 1974
  89. N 0.05 3  1
  90.    1875 2017  1840 1980  1875 2017
  91. #
  92. #jac secrets
  93. B 386 541 100 90 5 1
  94. B 319 539 100 90 6 1
  95. #
  96. #
  97.