Category:Missions: Difference between revisions

From FSDeveloper Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
A resource for creation of missions.
A resource for creation of missions.
Intended to supplement the SDK.
Intended to supplement the SDK.
== Mission Creation ==
== Mission Creation ==

Revision as of 03:16, 24 March 2007

A resource for creation of missions.

Intended to supplement the SDK.

Mission Creation

Placeholder text

Object Placement Tool

Placeholder text



Triggers

Placeholder text

Timer Triggers

Placeholder text

Property Triggers

Placeholder text

Property Triggers - SimMission.Latched

Placeholder text

       <SimMission.DialogAction InstanceId="{D3BDAB41-B690-499F-B63D-1ECDAB56C1AA}">
           <Descr>_Init_TTIMER_S5_DIALOG_AD_Start</Descr>
           <Text>

Start - Timer activated dialog </Text>

           <SoundFileName>Windows XP Logon Sound.wav</SoundFileName>
       </SimMission.DialogAction>


       <SimMission.DialogAction InstanceId="{7808D1CE-FFDB-4727-A05E-093DB452DB0C}">
           <Descr>_Init_TTIMER_S5_State_Latched_Test_DIALOG_AD_TaDa</Descr>
           <Text>

TaDa - Result of Timer SimMission.Latched activated dialog </Text>

           <SoundFileName>TaDa.wav</SoundFileName>
       </SimMission.DialogAction>


       <SimMission.ObjectActivationAction InstanceId="{35CE0E66-F666-4E9C-8CCD-929C54BCE3C7}">
           <Descr>Check_Trigger_Latched_TPROP_AA_On</Descr>
           <ObjectReferenceList>
               <ObjectReference id="_Init_TTIMER_S5_State_Latched_Test_DIALOG_AD_TaDa" InstanceId="{501830EF-64BE-455E-813E-849BE93FD9F0}">
               </ObjectReference>
           </ObjectReferenceList>
       </SimMission.ObjectActivationAction>


       <SimMission.PropertyTrigger InstanceId="{501830EF-64BE-455E-813E-849BE93FD9F0}">
           <Descr>Test_Trigger_State_Latched_TPROP</Descr>
           <Activated>False</Activated>
           <Condition>
               <And>
                   <Equal>
                       <LHS>
                           <Property>
                               <Name>SimMission.Latched</Name>
                               <ObjectReference id="Init_TTIMER_S5" InstanceId="{DBE3913D-7B7C-45FE-A62B-54588F875D76}">
                               </ObjectReference>
                           </Property>
                       </LHS>
                       <RHS>
                           <Constant>
                               <Bool>True</Bool>
                           </Constant>
                       </RHS>
                   </Equal>
               </And>
           </Condition>
           <Actions>
               <ObjectReference id="_Init_TTIMER_S5_DIALOG_AD_Start" InstanceId="{7808D1CE-FFDB-4727-A05E-093DB452DB0C}">
               </ObjectReference>
           </Actions>
       </SimMission.PropertyTrigger>


       <SimMission.TimerTrigger InstanceId="{0819441F-C161-4659-B615-8F20985DA660}">
           <Descr>Init_TTIMER_S10</Descr>
           <StopTime>10.000</StopTime>
           <Actions>
               <ObjectReference id="Test_Trigger_State_Latched_TPROP_AA_On" InstanceId="{35CE0E66-F666-4E9C-8CCD-929C54BCE3C7}">
               </ObjectReference>
           </Actions>
       </SimMission.TimerTrigger>


       <SimMission.TimerTrigger InstanceId="{DBE3913D-7B7C-45FE-A62B-54588F875D76}">
           <Descr>Init_TTIMER_S5</Descr>
           <StopTime>5.000</StopTime>
           <Actions>
               <ObjectReference id="_Init_TTIMER_S5_DIALOG_AD_Start" InstanceId="{D3BDAB41-B690-499F-B63D-1ECDAB56C1AA}">
               </ObjectReference>
           </Actions>
       </SimMission.TimerTrigger>

Subcategories

This category has the following 5 subcategories, out of 5 total.