home *** CD-ROM | disk | FTP | other *** search
- # code: P-Plane M-Missiles N-Tank
- # B-Box G-Gun class R-Raft class
- # J-JetFoil H-helicopter D-Radar
- # S-Second Probe C-Car T-Tractor
- # E-Astroid Cloud K-Homing car
- # A-Attached enemy O-Boat
- # I- myself L - Special locations
- #
- # myself format : code,x,y,z,direction,exit x,exit y, exit z, exit dir
- #
- # Enemy format : code,x,y,z,direction,yaw,speed
- #
- #
- # Plane format : code,x,y,z,direction,yaw,roll,speed,backToBase(1,0)
- # JetFoil format : code,x,y,z,direction,yaw,roll,speed,backToBase(1,0),Wait (seconds)
- #
- # Gun format : code,x,y,z,direction,speed,x1,x2
- #
- # Car Format
- # Tank Format
- # Missile Format
- # Boat Format
- # Raft format : code,num-points loop
- # x1,y1,x2,y2 ...
- # ...
- #
- # ( num-points is in pers (x1,y1 is one point).
- # x1,y1,x2,y2... are the raft track coordinations).
- #
- # Box type : code,x,y,z,dir,box_type,cargo count
- # (box types: 1-Missiles 2-Flares 3-Glomavine 4-Additive
- # 5-Lasers 6-Electro Bombs 7-ProbBox
- #
- # Attached enemy (A): A,enemy code,Point num
- #
- # Second Probe : code,x,y,dir
- # Note: code in uppercase .
- #
- # X Y Z Dir
- #
- I 495 484 100 34
- #
- # Exit Ape Mine base volcano caterpillars left base
- L 7 0
- 1121 3886 180 2285 1709 232 2377 2520 0 3579 1990 0 3134 2541 0 1830 3750 0 741 2530 0
- #
- #
- # ape tractor (attached to point 2)
- A T 2
- #
- # X Y Z Dir Yaw Roll Speed Back Wait
- #
- # Entrance
- #
- # Astroids
- E 500 500 0 90 0 0.0
- E 1483 3796 0 0 0 0.0
- E 1483 3830 0 180 0 0.0
- #
- #
- # Ape
- #
- C 0.02 8 0
- 1795 1879 1827 1742 1875 1667 2066 1618
- 2144 1630 2215 1618 2264 1621 2283 1684
- C 0.02 8 0
- 2655 1617 2607 1603 2562 1603 2541 1609
- 2454 1689 2425 1700 2370 1697 2360 1697
- C 0.01 9 0
- 2201 1988 2200 1963 2200 1956 2203 1936
- 2210 1924 2233 1905 2254 1877 2285 1803
- 2277 1730
- # Left airport
- #
- M 0.1 6 1
- 952 2345 969 2433 953 2534 921 2609 953 2534 969 2433
- M 0.1 9 1
- 1071 2263 934 2355 963 2454 956 2494 955 2513 956 2494
- 963 2454 934 2355 1071 2263
- M 0.1 19 1
- 854 2445 889 2445 890 2442 926 2432 890 2442 889 2432
- 883 2408 907 2382 883 2408 860 2389 855 2353 860 2389
- 865 2394 879 2404 885 2419 889 2430 888 2439 884 2444
- 854 2445
- B 862 2354 -1 0 5 100
- B 862 2358 -1 0 6 2
- #
- # mine
- #
- T 0.15 2 1
- 2365 2504 2350 2616
- #
- # Base
- #
- M 0.0 5 0
- 3309 2232 3158 2403 3000 2476 2834 2514 2464 2662
- #M 0.0 5 0
- # 3300 2232 3149 2403 2991 2476 2825 2514 2455 2662
- #M 0.0 5 0
- # 3318 2232 3167 2403 3009 2476 2843 2514 2473 2662
- #M 0.0 5 0
- # 3327 2232 3167 2412 3018 2476 2852 2514 2482 2662
- M 0.0 10 0
- 3301 2305 3231 2391 3173 2455 3048 2502 2973 2548
- 2884 2575 2771 2627 2654 2662 2569 2675 2517 2702
- C 0.02 3 1
- 3574 2125 3575 1995 3574 2125
- B 3576 1846 -1 0 2 2
- B 3586 1846 -1 0 2 2
- #
- # Caterpillars
- #
- T 0.0 10 0
- 1828 3771 1754 3842 1714 3855 1663 3856 1617 3843 1591 3831
- 1553 3835 1500 3867 1406 3892 1250 3886
- #
- # JAC's added undocumented base in the SE
- #
- B 2977 675 -1 0 1 10
- G 2977 675 0 177 0.0 0 0
- #
- #
- #
-