home *** CD-ROM | disk | FTP | other *** search
/ PowerPlay 1996 September / PowerPlay0996.iso / common / yam.tmp < prev    next >
Text File  |  1996-03-06  |  2KB  |  81 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
  7. #              I- myself      L - Special locations
  8. #        
  9. # myself format  : code,x,y,z,direction,exit x,exit y, exit z, exit dir
  10. # Enemy format   : code,x,y,z,direction,yaw,speed
  11. #
  12. #
  13. # Plane   format : code,x,y,z,direction,yaw,roll,speed,backToBase(1,0)
  14. # JetFoil format : code,x,y,z,direction,yaw,roll,speed,backToBase(1,0),Wait (seconds)
  15. #
  16. # Gun format    : code,x,y,z,direction,speed,x1,x2
  17. #
  18. # Car  Format
  19. # Tank Format
  20. # Missile  Format
  21. # Boat  Format
  22. # Raft format   : code,num-points loop
  23. #                  x1,y1,x2,y2 ...
  24. #                  ...
  25. #
  26. #                  ( num-points is in pers (x1,y1 is one point).
  27. #                  x1,y1,x2,y2... are the raft track coordinations).
  28. # Box type     : code,x,y,z,dir,box_type,cargo count
  29. #                 (box types: 1-Missiles 2-Flares 3-Glomavine 4-Additive
  30. #                             5-Lasers   6-Electro Bombs  7-ProbBox
  31. #
  32. # Attached enemy (A): A,enemy code,Point num
  33. #
  34. # Second Probe : code,x,y,dir
  35. # Note: code in uppercase .
  36. #
  37. #     X    Y    Z    Dir 
  38. #
  39. I     495  484  100  34
  40. #
  41. #    Exit     Ape            Mine         base         volcano      caterpillars
  42. L     6   0                                              
  43. 1633 3853 90  2302 1714 232  2377 2520 0  3579 1990 0  3134 2541 0  1830 3750 0
  44. #
  45. # ape tractor (attached to point 2)
  46. A  T  2
  47. #
  48. #  X    Y    Z    Dir  Yaw Roll Speed  Back  Wait
  49. #
  50. # Entrance
  51. #
  52. # Astroids
  53. E  500  500   0   90    0   0.0
  54. #
  55. # Left airport
  56. #
  57. M  0.1  6  1
  58.   952 2345  969 2433  953 2534  921 2609  953 2534  969 2433
  59. B  860  2340 -1   0   5   100 
  60. #
  61. # mine
  62. #
  63. T  0.15  2  1
  64.    2365 2504  2350 2616
  65. #
  66. # Base
  67. #
  68. M  0.0  5  0
  69.   3309 2232  3158 2403  3000 2476  2834 2514  2464 2662
  70. #
  71. # Caterpillars
  72. #
  73. T  0.0  10  0
  74.   1828 3771  1754 3842  1714 3855  1663 3856  1617 3843  1591 3831
  75.   1553 3835 1500 3867  1406 3892  1250 3886
  76. #
  77. #
  78. #
  79.