View Single Post
Old 11-28-17, 12:30 PM   #1
XenonSurf
Sea Lord
 
Join Date: Apr 2008
Location: Germany, Italy
Posts: 1,703
Downloads: 107
Uploads: 4
Default The 'MissionTypes' trigger in campaign_data file

Hi,
I have read the entire modding guide on Steam published by the devs, but the trigger in my title is not explained.
In the campaign_data file, under Locations you find for example:

[Locations]
//UK
//Holy Loch 0
Alignment=FRIENDLY
Function=PLAYER_BASE,NAVAL_BASE,AIRBASE
BaseMapPosition=-224,-198
AircraftType=us_p3c_orion
AircraftTypeInvaded=wp_il-38_may
AircraftPrepTime=10
AircraftHeadings=330,70
AircraftSearchRange=700
MissionTypes=RETURN_TO_BASE,LAND_STRIKE,INSERTION
LinksToWaypoint=IG7

or a similar green entry for the 'enemy' Murmansk:

MissionTypes=LANDING_FORCE,ASW_PATROL,ASUW_STRIKE, SHIP_RESUPPLY,SUB_RESUPPLY,SSN_PATROL,SSN_WOLFPACK ,SS_PATROL,SS_WOLFPACK,SS_SPECOPS,RESUPPLY_CONVOY

Other enemy locations DON'T have this trigger, so I wonder what it does exactly, I understand that it points to the different missions as defined in the mission folders, but why do specific locations are missing this trigger, for example, Trondheim is a frequent location for the enemy to operate amphibious attacks etc., yet no such trigger:

//Trondheim 6
Alignment=FRIENDLY
Function=STRATEGIC_NODE,AIRBASE,INSERTION_TARGET
BaseMapPosition=67.2,-83.5
AircraftType=us_p3c_orion
AircraftTypeInvaded=wp_il-38_may
AircraftSearchRange=700
AircraftPrepTime=15
AircraftHeadings=315,45
AircraftSearchRange=700
LinksToWaypoint=NC3
LinksToRegionWaypoint=N5

Thanks for a feedback!
XenonSurf is offline   Reply With Quote