home *** CD-ROM | disk | FTP | other *** search
/ Hráč 1997 December / Hrac_16_1997-12_cd.bin / DEMA / INCOMING / INCOMING.EXE / _SETUP.1 / victory.mdl < prev    next >
Text File  |  1997-10-10  |  3KB  |  189 lines

  1. drag_coeff    0.01        
  2. gravity        2.2
  3.  
  4. ;-------------------------------------------------------
  5. ;VICTORY
  6. ;-------------------------------------------------------
  7.  
  8. phasestart
  9. clear_flag all
  10.  
  11.  
  12. create "command"
  13.     label "mother1"
  14.     position 37394 -3436 35152
  15.  
  16. create "hbomber"
  17.     label "mother2"
  18.     position 37043 -3416 43632
  19.  
  20. create "bomber"
  21.     label "mother3"
  22.     position 38856 -29765 38188
  23.  
  24. create hero "lance"
  25.     position 28291.7 -4134.13 3118.72
  26.     armed_with "DESIGNATOR" rate 0
  27.     task
  28.         goto 26051.7 -4134 13118.7
  29.         goto 22691.7 -4134 21878.7
  30.         goto 23141.7 -4134 31158.7
  31.         shoot "a"
  32.         set_flag 0
  33.         goto 30181.7 -4134 44038.7
  34.         shoot "mother2"
  35.         shoot "mother3"
  36.         goto 37238.1 -4134 41931.9
  37.         shoot "mother1"
  38.         shoot "i"
  39.         shoot "h"
  40.  
  41.         goto 37753.8 -2800 36461
  42.         goto 37547 -3024 29755.4
  43.         set_flag 2
  44.         shoot "j"
  45.  
  46.         goto 29001.7 -3684 29300.4
  47.         set_flag 3
  48.         shoot "e"
  49.         shoot "f"
  50.         shoot "d"
  51.  
  52.         goto -17000 -3700.98 34214.6
  53.     end
  54.  
  55. #====================================
  56.  
  57. #====================================
  58.  
  59. create "bug"
  60.     label "mid rear right"
  61.     position 500 0 -500 local to "hero"
  62.     armed_with "ENERGY 2" rate 0
  63.     task
  64.         do
  65.             goto 500 0 -500 local to "hero"
  66.         forever
  67.     end
  68.  
  69. create "bug"
  70.     label "mid rear left"
  71.     position -500 0 -500 local to "hero"
  72.     armed_with "DESIGNATOR" rate 0
  73.     task
  74.         patrol
  75.             point -500 0 -500 local to "hero"
  76.     end
  77.  
  78. create "lance"
  79.     label "rear mid"
  80.     position 0 0 -1000 local to "hero"
  81.     armed_with "ENERGY 2" rate 0
  82.     task
  83.         do
  84.             goto 0 0 -1000 local to "hero"
  85.         forever
  86.     end
  87.  
  88. create "plfight"
  89.     label "rear left"
  90.     position -1000 0 -1500 local to "hero"
  91.     armed_with "ENERGY 2" rate 0
  92.     task
  93.         patrol
  94.             point -1000 0 -1500 local to "hero"
  95.     end
  96.  
  97. create "plfight"
  98.     label "rear right"
  99.     position 1000 0 -1500 local to "hero"
  100.     armed_with "ENERGY 2" rate 0
  101.     task
  102.         do
  103.             goto 1000 0 -1500 local to "hero"
  104.         forever
  105.     end
  106.  
  107.  
  108. ;-------------------------------------------------------
  109.  
  110. camera_task
  111.     hud off
  112.     cam_pos 0 0 -1000 attached_to "hero"
  113.     cam_focus "hero"
  114.     pause 100
  115.     cam_pos 3000 0 0 attached_to "hero"
  116.     cam_focus "rear mid"
  117.     dolly 1
  118.     dollyspeed 0.1%
  119.  
  120.     pause 100
  121.  
  122.     cam_goto -3000 0 -5000
  123.  
  124.     wait_until flag 0 set
  125.     pause 25
  126.     cam_mode mode 11
  127. ;    cam_pos 0 -100 -100 attached_to "a"
  128. ;    cam_focus "hero"
  129.  
  130.     pause 60
  131. ;    cam_pos 500 -1200 -500 attached_to "h"
  132.  
  133.     pause 50
  134.     cam_focus "a"
  135.     cam_pos 0 0 1000 attached_to "hero"
  136.  
  137.     pause 75
  138.  
  139.     cam_focus "mother2"
  140.     pause 100
  141.     cam_focus "mother3"
  142.     pause 75
  143.  
  144.     cam_pos 0 -500 -500 attached_to "f"
  145.     cam_focus "mother1"
  146.  
  147.     pause 150
  148.  
  149.     cam_pos 0 500 500 attached_to "hero"
  150.     cam_focus "mid rear left"
  151.  
  152.     wait_until flag 2 set
  153.     pause 25
  154.     cam_mode mode 11
  155.  
  156.     pause 50
  157.  
  158.     cam_pos 0 500 500 attached_to "hero"
  159.     cam_focus "j"
  160.  
  161.  
  162.     wait_until flag 3 set
  163.  
  164.     cam_pos 0 -500 -2500 attached_to "f"
  165.     cam_focus "f"
  166.     cam_goto 2000 -3000 5000
  167.  
  168.  
  169.     cam_pos 0 0 -1000 attached_to "hero"
  170.     cam_focus "h"
  171.  
  172.     pause 50
  173.     cam_focus "hero"
  174. ;    pause 25
  175.     cam_goto -1000 1000 -5000
  176.  
  177.     cam_free
  178.  
  179.     pause 200
  180.     set_flag 10
  181.  
  182. end
  183.  
  184. wait_until flag 10 set
  185.  
  186. ;-------------------------------------------------------
  187. ;END OF VICTORY
  188. ;-------------------------------------------------------
  189.