About › Forum › Missions Repository › Gigantic convoy
Tagged: Mission
- This topic has 1 reply, 1 voice, and was last updated 11 years, 1 month ago by
UBoatSimulator.
-
AuthorPosts
-
-
17 April 2015 at 23:23 #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_UNITSTART_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 -
17 April 2015 at 23:24 #1694
UBoatSimulator
KeymasterText file download :
http://www.uboatsimulator.com/wordpress/wp-content/uploads/2015/04/Convoy_GIANT.txt
-
-
AuthorPosts
- You must be logged in to reply to this topic.
