home *** CD-ROM | disk | FTP | other *** search
/ PC Spiel 1996 September / PCS0996.ISO / common / mars.tmp < prev    next >
Text File  |  1996-03-06  |  4KB  |  114 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           E-Astroid Cloud
  5. #                  A-Attached  enemy O-Boat        K-Homing car
  6. #              I- myself      L - Special locations
  7. #        
  8. # myself format  : code,x,y,z,direction,exit x,exit y, exit z, exit dir
  9. # Enemy format   : code,x,y,z,direction,yaw,speed
  10. #
  11. #
  12. # Plane   format : code,x,y,z,direction,yaw,roll,speed,backToBase(1,0)
  13. # JetFoil format : code,x,y,z,direction,yaw,roll,speed,backToBase(1,0),Wait (seconds)
  14. #
  15. # Gun format    : code,x,y,z,direction,speed,x1,x2
  16. #
  17. # car  Format
  18. # tank  Format
  19. # Missile  Format
  20. # Boat  Format
  21. # Raft format   : code,num-points loop
  22. #                  x1,y1,x2,y2 ...
  23. #                  ...
  24. #
  25. #                  ( num-points is in pers (x1,y1 is one point).
  26. #                  x1,y1,x2,y2... are the raft track coordinations).
  27. # Box type     : code,x,y,z,dir,box_type,cargo count
  28. #                 (box types: 1-Missiles 2-Flares 3-Glomavine 4-Additive
  29. #                             5-Lasers   6-Electro Bombs  7-ProbBox
  30. #
  31. # Attached enemy (A): A,enemy code,Point num
  32. #
  33. # Second Probe : code,x,y,dir
  34. # Note: code in uppercase .
  35. #
  36. #     X    Y    Z    Dir 
  37. #
  38. I     2177 3725 120  227  
  39. #
  40. #   Building   City dock       Mine          Secret base  Exit           Spy          LEFT BASE
  41. #   City center
  42. L     7   1                                              
  43. 2029 2582 90   2810 300  0     3700 3680  0  726 1945 0   3978 2384   270 1880 530  0  855 3295 0
  44. 1900 630  0
  45. #
  46. # spay car (attached to point 6)
  47. A  C  6
  48. #
  49. #
  50. #     X    Y    Z    Dir  Yaw Roll Speed  Back  Wait
  51. M  0.1  4  1
  52.   3503 3804  3593 3763  3611 3655  3550 3677
  53. # Project x base missile & laser car
  54. M  0.1  2  1
  55.    795 4031   848 4028
  56. C 0.15  2  1
  57.    795 3993   848 4011
  58. # Upper mine missile car
  59. M  0.1  4  1
  60.   3503 3804  3593 3763  3611 3655  3550 3677
  61. # Communiction base
  62. M  0.1 12  1
  63.   2017 2767  1941 2767  1884 2803  1884 2897  1913 2924  2000 2924  2032 2884
  64.   2032 2854  2046 2854  2046 2790  2025 2758  1940 2758
  65. M  0.1  3  1
  66.   1938 2746  1946 2619  1938 2746
  67. M  0.1  5  1
  68.   2053 2786  2051 2849  2033 2864  2051 2849  2053 2786
  69. M  0.1  3  1
  70.   2232 3004  2115 2829  2232 3004  
  71. M  0.1  3  1
  72.   2245 2741  2248 2644  2245 2741
  73. C 0.15 2  1
  74.   856 3437  861 3136
  75. C 0.15 2  1
  76.   3510 1450  3622 1447
  77. M  0.1  5  1
  78.   2700 500  2758 461  2848 505  28829 586  2761 531
  79. R 0.14 7  1
  80.   2845 333 3045 300 3149 136 3279 170 3242 142 2987 196 2894 337
  81. # Mars city north entrance
  82. C 0.15 17  1
  83.  2390 1076 2384 1232  2195 1222 2187 1194  2122 1194  2104 1313  
  84.  1919 1317 1884 928   1838 929  1843 1024  1909 1087  1919 1317  2104 1313
  85.  2122 1194 2187 1194  2195 1222 2384 1232
  86. C 0.15 15  1
  87.  2195 1222 2187 1194  2122 1194  2104 1313  
  88.  1919 1317 1884 928   1838 929  1843 1024  1909 1087  1919 1317  2104 1313
  89.  2122 1194 2187 1194  2195 1222 2384 1232
  90. C 0.15 14  1
  91.  2187 1194  2122 1194  2104 1313  
  92.  1919 1317 1884 928   1838 929  1843 1024  1909 1087  1919 1317  2104 1313
  93.  2122 1194 2187 1194  2195 1222 2384 1232
  94. #B  720 1956   -1   0   1   4
  95. #B  730 1956   -1   0   2   20 
  96. B  2787 337   -1   0   3   1 
  97. B  2790 289   -1   0   3   1 
  98. B  3679 3663  -1   0   4   1 
  99. # Project x base goodies
  100. B   734 3228  -1   90   1   4
  101. B   737 3228  -1   90   1   4
  102. B   741 3228  -1   90   2   4
  103. # Bate
  104. B   981 3217  -1   90   1   1
  105. B   984 3217  -1   90   1   1
  106. S  726 1945   0  
  107. #jacs secrets
  108. B  1381 149 179 90 2 5
  109. #
  110. #
  111. #
  112.