Mission Coding: Difference between revisions

From FSDeveloper Wiki
Jump to navigationJump to search
(New page: Overview placeholder text. == The Basics == Re-title as appropriate. === What === Do what text blurb. === Why === Do Why text blurb. === How === Do How text blurb. === Where === Do Wh...)
 
 
(12 intermediate revisions by the same user not shown)
Line 12: Line 12:
=== How ===
=== How ===
Do How text blurb.
Do How text blurb.
{{:Transclusion-Missions-Overview-Triggers}}
{{:Transclusion-Missions-Overview-Actions}}


=== Where ===
=== Where ===
Line 83: Line 85:
| '''* * * * *'''
| '''* * * * *'''
| Payware
| Payware
| [http://www.yoururl.com Download (SizeMb)]
| [http://www.yoururl.com Download Page (SizeMb)]
|-
|-
| style="background:#F8EABA;" | Tool Name
| style="background:#F8EABA;" | Tool Name
Line 90: Line 92:
| style="background:#F8EABA;" | Freeware
| style="background:#F8EABA;" | Freeware
| style="background:#F8EABA;" | [http://www.yoururl.com Download Page (SizeMb)]
| style="background:#F8EABA;" | [http://www.yoururl.com Download Page (SizeMb)]
|}
=== Unsuitable Tools ===
Tools which should never be used, as they corrupt mission xml code.
{| class="prettytable" style="background:#f2f2f2" border="0"
|--
| style="background:#C0C090;" | '''Tool'''
| style="background:#C0C090;" | '''Description'''
| style="background:#C0C090;" | '''Rating'''
| style="background:#C0C090;" | '''OS'''
|-
| Word
| Do not use !
| ''' '''
| Any
|-
| style="background:#F8EABA;" | Wordpad
| style="background:#F8EABA;" | Do not use !
| style="background:#F8EABA;" | ''' '''
| style="background:#F8EABA;" | Any
|-
| Tool name
| Do not use !
| ''' '''
| XP
|-
| style="background:#F8EABA;" | Tool name
| style="background:#F8EABA;" | Do not use !
| style="background:#F8EABA;" | ''' '''
| style="background:#F8EABA;" | Vista
|}
|}


Line 95: Line 127:


=== Internal ===
=== Internal ===
[[Link]] - Description
[[Compiling Missions]] - Description


[[Link]] - Description
[[Link]] - Description
Line 102: Line 134:


=== External ===
=== External ===
[http://www.yoururl.com Site page title] - Description
{{:Transclusion-Missions-Links-External-Common}}
 
[http://www.yoururl.com Site page title] - Description


[http://www.yoururl.com Site page title] - Description
* [http://www.yoururl.com Site page title] - Description


== Reference ==
== Reference ==
'Reference' documents specifically related.
'Reference' documents specifically related.
[[Function Reference]] - With example code.


[[Link]] - Description
[[Link]] - Description
Line 115: Line 147:
[[Link]] - Description
[[Link]] - Description


[[Link]] - Description


[[Category:Missions]]
[[Category:Missions]]

Latest revision as of 17:14, 5 February 2008

Overview placeholder text.

The Basics

Re-title as appropriate.

What

Do what text blurb.

Why

Do Why text blurb.

How

Do How text blurb.

Triggers are used to check for event occurence during a mission. You might check that the player is above a certain altitude, or has landed at a key airport, or that a certain amount of time has elapsed.

When a trigger is active, it will fire whenever the appropriate conditions are met.
When a trigger is deactivated it is not evaluating its conditions to decide whether it should fire its actions.

In multiplayer mode, triggers with the IsGlobal property set to True will affect all other players.
If a trigger does not contain this property, or the property is set to False, the trigger will affect only the local player.

Actions will only get used when called from a Trigger.

In multiplayer mode, actions with the TargetPlayer property will affect the players specified by the property. If an action does not contain this property the action will affect only the local player, with the exception of Race Course Start Action and Race Course Activate Action which affect all players.

Where

Do Where text blurb.

Do's/Don'ts

Do's/Don'ts text blurb.

Formats

List of acceptable file formats.
Filesize or dimensions

Tools

Tools overview blurb.

OS Tools

Available with the OS.

Tool Description Rating OS
Tool Name Descriptive blurb * * * * * XP
Tool Name Descriptive blurb * * * * * Vista
Tool Name Descriptive blurb * * * * * XP
Tool Name Descriptive blurb * * * * * Vista

3rd Party Tools

From 3rd party sources.

Tool Description Rating Availability URL
Tool Name Descriptive blurb * * * * * Payware Download Page (SizeMb)
Tool Name Descriptive blurb * * * * * Freeware Download Page (SizeMb)
Tool Name Descriptive blurb * * * * * Payware Download Page (SizeMb)
Tool Name Descriptive blurb * * * * * Freeware Download Page (SizeMb)

Unsuitable Tools

Tools which should never be used, as they corrupt mission xml code.

Tool Description Rating OS
Word Do not use ! Any
Wordpad Do not use ! Any
Tool name Do not use ! XP
Tool name Do not use ! Vista

Related

Internal

Compiling Missions - Description

Link - Description

Link - Description

External

If you haven't found what you're looking for here, then we'd recommend, (in order of preference) -

  • AVSIM - Mission downloads (newest first).

Reference

'Reference' documents specifically related.

Function Reference - With example code.

Link - Description

Link - Description