Thread: Days in base
View Single Post
Old 02-19-12, 02:10 PM   #5
JapLance
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Do you mean that you want a historical mission to be assigned to your boat in a very defined time frame?

If this is what you want to do, you should add the historical mission to the PatrolObjectives.cfg in Data\UPCData\UPCCampaignData and tinker with the startdate and enddate fields so your boat can fulfill the mission in the right time.

Code:
[Section 81]
ID=ID81
FileName=Data\Campaigns\Campaign\PatrolObjectives\Harpoon\Harpoon.mis
StartDate=19420525
EndDate=19420608
GameModes=Career
InclusionProbability=100
MinimumDifficultyRating=0
MinimumPlayerRating=-3
ExclusiveLayer=No
ExclusiveLayerID=1
EvaluationReason=FirstObjective
AllMatch=HARPOON
ObjectiveType=0
BriefingMapName=NULL
BriefingMapIcon=NULL
BriefingMapIconPosX=0
BriefingMapIconPosY=0
In this example I wanted my boat to be part of Operation Harpoon (12th-15th June 1942), so the mission can only be assigned from the 25th of May up to the 8th of June of 1942. Then you would have enough time to get your boat in position to intercept enemy surface forces that may want to intercept the convoy.
  Reply With Quote