home *** CD-ROM | disk | FTP | other *** search
/ PC Spiel 1996 September / PCS0996.ISO / common / mars2.tmp < prev    next >
Text File  |  1996-03-06  |  3KB  |  91 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-Astroid Cloud                 K-Homing car 
  6. #                  A-Attached  enemy  O-Boat       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     2177 3725 120  227  
  42. #
  43. # Exit 1       Ship        City        Ice proc.    Dam         Docks       Power prod. Exit 2
  44. L     8  0 
  45. 3978 2384 270  317 1217 0  1900 630 0  3700 3680 0  2774 216 0  2787 300 0  2750 144 0  3978 2384 270
  46. #
  47. K  0.0  2  0
  48.   377 1220 355 1016 
  49. #
  50. #U 2177 3700 0 0 0 0 
  51. U 50 5 1
  52.   2756 287  2798 247  2743 247  2743 190  2798 190
  53. U 150 83 3
  54.   430 1222
  55.   240 1352  270 1352  300 1352  330 1352  360 1352  390 1352  420 1352
  56.   450 1352  480 1352  510 1352  540 1352  570 1352  600 1352
  57.   240 1092  270 1092  300 1092  330 1092  360 1092  390 1092  420 1092
  58.   450 1092  480 1092  510 1092  540 1092  570 1092  600 1092
  59.   240 1302  270 1302  300 1302  330 1302  360 1302  390 1302  420 1302
  60.   450 1302  480 1302  510 1302  540 1302  570 1302  600 1302
  61.   240 1142  270 1142  300 1142  330 1142  360 1142  390 1142  420 1142
  62.   450 1142  480 1142  510 1142  540 1142  570 1142  600 1142
  63.   210 1352  210 1322  210 1292  210 1262  210 1232  210 1202  210 1172
  64.   210 1142  210 1112  210 1082
  65.   180 1352  180 1322  180 1292  180 1262  180 1232  180 1202  180 1172
  66.   180 1142  180 1112  180 1082
  67. U 250 11 3
  68.   530 1222
  69.   620 1254  650 1254  680 1254  710 1254  740 1254
  70.   620 1186  650 1186  680 1186  710 1186  740 1186
  71. #
  72. #
  73. O 0.25 7  1
  74.   2845 333 3045 300 3149 136 3279 170 3242 142 2987 196 2894 337    
  75. B  400  890  -1  270   7   1
  76. B  2164 1147 -1  270   6   1
  77. #
  78. # CITY
  79. #
  80. B  1388 523  -1  270   6   4
  81. B  1377 523  -1  270   5   50 
  82. #
  83. # Ammu base
  84. #
  85. B  867 3254  -1  90    8   4
  86. #
  87. #
  88. #
  89.