home *** CD-ROM | disk | FTP | other *** search
/ PowerPlay 1996 September / PowerPlay0996.iso / common / yam.arm < prev    next >
Text File  |  1996-03-06  |  2KB  |  49 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     495  484  250  34
  42. #
  43. #    Exit   
  44. L     1   0                                              
  45. 1090 3890 180 
  46. #
  47.