Difference between revisions of "Example Missions (MSFS)"

From FSDeveloper Wiki
Jump to: navigation, search
(Created page for example missions)
 
(Add link to SimpleMission)
Line 21: Line 21:
 
| XP9 = false
 
| XP9 = false
 
}}
 
}}
 +
 +
 +
You can use the [[SimpleMission_(MSFS)|SimpleMission sample project]] as a starting point for creating a mission.
  
 
== List of missions with open project files ==
 
== List of missions with open project files ==

Revision as of 03:42, 1 December 2021



You can use the SimpleMission sample project as a starting point for creating a mission.

List of missions with open project files

Mission name Comment
FSX Caribbean Landing Contains an AI plane.
FSX Amsterdam-London Airline Run Enables certain panels. Has a static library object.
FSX Telluride Landing Has a static library object.


Pages relevant to mission creation for MSFS.

Mission structure

Flightplan
Weather definitions
Flight file
Mission script
Triggers
AirportLandingTrigger & AreaLandingTrigger · CounterTrigger · PropertyTrigger · ProximityTrigger · TimerTrigger
Actions
ObjectActivationAction · DialogAction · AdjustPayloadAction · ChangeAssistanceItemAction · FadeToColorAction · RandomAction · RequestTeleportAction · CountAction · ResetTimerAction · TimerAdjustAction · GoalResolutionAction & SubGoalResolutionAction · GrantRewardAction · PointOfInterestActivationAction · ActivateWaypointsAction · AITakeControlsAction · SendMessageToAIAction
Mission objects
Mission definition · Goal · LivingWorldExclusion · Camera
Calculator
Flow states
Events
Areas
Rectangle Area · Cylinder Area · Polygon Area · Corridor Area · InGameMarker
Library objects
Sim objects
RTC

Mission tools

MSFS Script Editor · BushTripInjector · BushMissionGen · MSFSLocalizer · SPB2XML · Little Navmap

Other

Example mission files
Porting FSX Missions to MSFS
Localisation
Click the links to access the topic pages (Default - Opens in same window).