Gigantic convoy

About Forum Missions Repository Gigantic convoy

Tagged: 

Viewing 1 reply thread
  • Author
    Posts
    • #1692
      UBoatSimulator
      Keymaster

      ############################################################
      # Mission : destroy all the ship of the big convoy
      # before they exit from the map.
      # Made by Dimitri Vascotto
      ############################################################

      # Description for the “New mission screen” :
      Description = The GIGANTIC convoy ! Destroy it, GOOD LUCK !!

      # Use ShowAllUnits = Yes when you test your mission, when it
      # is ok then change it to “No”.
      ShowAllUnits = No

      # Use Deny… = Yes to avoid new units creation on map borders.
      DenyNewShipsAtBorder = Yes
      DenyNewPatrolsAtBorder = Yes

      # Time to start the mission (0..23)
      Time_Hour = 0

      #############################
      # My submarines
      #############################

      START_UNIT
      unit_type = Submarine
      unit_subtype = UBoatVIIC
      unit_team = Allied
      unit_locX = 400
      unit_locY = 0
      unit_course = 90
      unit_depth = 0
      unit_speed = 0
      END_UNIT

      START_UNIT
      unit_type = Submarine
      unit_subtype = UBoatVIIF
      unit_team = Allied
      unit_locX = 375
      unit_locY = -25
      unit_course = 0
      unit_depth = 0
      unit_speed = 0
      END_UNIT

      #############################
      # My airplane
      #############################

      START_UNIT
      unit_type = Airplane
      unit_subtype = Patrol
      unit_team = Allied
      unit_locX = 440
      unit_locY = 10
      unit_course = 135
      unit_depth = -1000
      unit_speed = 150
      END_UNIT

      #############################
      # Convoy
      #############################

      START_CONVOY
      convoy_team = Enemy
      convoy_numComShipsInColumn = 4
      convoy_shipsSize = 1
      convoy_shipsSubType = -1
      convoy_numColumns = 5
      convoy_locX = 450
      convoy_locY = 0
      convoy_course = 270
      END_CONVOY

    • #1694
      UBoatSimulator
      Keymaster
Viewing 1 reply thread
  • You must be logged in to reply to this topic.