home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 52 / ClassicFond52.iso / GAMES / DOA.RAR / BOXMISS.TXT < prev    next >
Encoding:
Text File  |  1998-09-30  |  1.8 KB  |  100 lines

  1.  flight "TIGERS"
  2.   {
  3.     model = "SPAD7"
  4.     affiliation = 1
  5.     start_position
  6.     {
  7.       < 0 200 0 >
  8.       yaw = 0.0
  9.       relative
  10.       relative_waypoints
  11.     }
  12.      waypoint 
  13.      {
  14.         to = <0 32000 0>
  15.                 speed = 110.0
  16.                 task = navigate
  17.                 formation = wedge
  18.      }
  19.         pilot "player"
  20.     {
  21.         maneuver_skill = 100
  22.         energy_skill   = 100
  23.         sa_skill       = 100
  24.         shoot_skill    = 100
  25.         bomb_skill     = 100
  26.                 is_player
  27.     }
  28.         pilot = "hitech"
  29.         pilot = "hoof"
  30.  }
  31.  
  32.  flight "BRITS"
  33.   {
  34.     model = "CAMEL"
  35.     affiliation = 1
  36.     start_position
  37.     {
  38.       < 0 200 0 >
  39.       yaw = 0.0
  40.       relative
  41.       relative_waypoints
  42.       randomize(32000 32000 0)
  43.     }
  44.      waypoint 
  45.      {
  46.         to = <64000 32000 0>
  47.                 speed = 90.0
  48.                 task = cap
  49.                 formation = wedge
  50.      }
  51.      waypoint 
  52.      {
  53.         to = <-64000 -64000 0>
  54.                 speed = 90.0
  55.                 task = cap
  56.                 formation = wedge
  57.      }
  58.     pilot = "tommie"
  59.         pilot = "trevor"
  60.         pilot = "harris"
  61.  }
  62.  
  63.  flight "JERRIES"
  64.   {
  65.     model = "D5A"
  66.     affiliation = 2
  67.     start_position
  68.     {
  69.       < 0 200 0 >
  70.       yaw = 0.0
  71.       relative
  72.       relative_waypoints
  73.       randomize(32000 32000 0)
  74.     }
  75.      waypoint 
  76.      {
  77.         to = <64000 32000 0>
  78.                 speed = 90.0
  79.                 task = cap
  80.                 formation = wedge
  81.      }
  82.      waypoint 
  83.      {
  84.         to = <-64000 -32000 0>
  85.                 speed = 90.0
  86.                 task = cap
  87.                 formation = wedge
  88.      }
  89.      waypoint 
  90.      {
  91.         to = <64000 -64000 0>
  92.                 speed = 90.0
  93.                 task = cap
  94.                 formation = wedge
  95.      }
  96.     pilot = "fritz"
  97.     pilot = "hanz"
  98.     pilot = "helmit"
  99.  }
  100.